diff --git a/georchestra-backup-ldap/Chart.yaml b/georchestra-backup-ldap/Chart.yaml index be4cdbc..504cb4e 100644 --- a/georchestra-backup-ldap/Chart.yaml +++ b/georchestra-backup-ldap/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/georchestra-backup-ldap/templates/cronjob.yaml b/georchestra-backup-ldap/templates/cronjob.yaml index 1aef082..0480ef9 100644 --- a/georchestra-backup-ldap/templates/cronjob.yaml +++ b/georchestra-backup-ldap/templates/cronjob.yaml @@ -11,6 +11,7 @@ spec: successfulJobsHistoryLimit: {{ $job.successfulJobsHistoryLimit }} jobTemplate: spec: + ttlSecondsAfterFinished: 86400 template: metadata: labels: diff --git a/sdi-consistence-check/Chart.yaml b/sdi-consistence-check/Chart.yaml index 92e8352..91ff9c8 100644 --- a/sdi-consistence-check/Chart.yaml +++ b/sdi-consistence-check/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart sdi-consistency-check cronjob name: sdi-consistence-check -version: 0.1.3 +version: 0.1.4 diff --git a/sdi-consistence-check/templates/sdi-consistence-check-cronjob.yaml b/sdi-consistence-check/templates/sdi-consistence-check-cronjob.yaml index 39882f8..4bde86d 100644 --- a/sdi-consistence-check/templates/sdi-consistence-check-cronjob.yaml +++ b/sdi-consistence-check/templates/sdi-consistence-check-cronjob.yaml @@ -15,6 +15,7 @@ spec: concurrencyPolicy: Forbid jobTemplate: spec: + ttlSecondsAfterFinished: 3600 template: metadata: labels: diff --git a/vrt-bot/Chart.yaml b/vrt-bot/Chart.yaml index b098465..e0799ec 100644 --- a/vrt-bot/Chart.yaml +++ b/vrt-bot/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: vrt-bot description: A Helm chart for deploying vrt-bot type: application -version: 0.2.4 +version: 0.2.5 appVersion: "0.0.1" diff --git a/vrt-bot/templates/vrtbot-cronjob.yaml b/vrt-bot/templates/vrtbot-cronjob.yaml index 26847dd..e554f11 100644 --- a/vrt-bot/templates/vrtbot-cronjob.yaml +++ b/vrt-bot/templates/vrtbot-cronjob.yaml @@ -19,6 +19,7 @@ spec: {{- include "vrt-bot.selectorLabels" . | nindent 8 }} spec: template: + ttlSecondsAfterFinished: 3600 spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: