diff --git a/vrt-bot/Chart.yaml b/vrt-bot/Chart.yaml index 68a0ec7..193accd 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: 1.2.1 +version: 1.2.2 appVersion: "0.0.1" diff --git a/vrt-bot/templates/vrtbot-cronjob.yaml b/vrt-bot/templates/vrtbot-cronjob.yaml index fd54e0d..1c5f61f 100644 --- a/vrt-bot/templates/vrtbot-cronjob.yaml +++ b/vrt-bot/templates/vrtbot-cronjob.yaml @@ -10,7 +10,6 @@ spec: successfulJobsHistoryLimit: 2 failedJobsHistoryLimit: 3 jobTemplate: - ttlSecondsAfterFinished: 3600 metadata: {{- with .Values.podAnnotations }} annotations: @@ -19,6 +18,7 @@ spec: labels: {{- include "vrt-bot.selectorLabels" . | nindent 8 }} spec: + ttlSecondsAfterFinished: 3600 template: spec: {{- with .Values.imagePullSecrets }}