We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acac506 commit d85c038Copy full SHA for d85c038
vrt-bot/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: vrt-bot
3
description: A Helm chart for deploying vrt-bot
4
type: application
5
-version: 1.2.1
+version: 1.2.2
6
appVersion: "0.0.1"
vrt-bot/templates/vrtbot-cronjob.yaml
@@ -10,7 +10,6 @@ spec:
10
successfulJobsHistoryLimit: 2
11
failedJobsHistoryLimit: 3
12
jobTemplate:
13
- ttlSecondsAfterFinished: 3600
14
metadata:
15
{{- with .Values.podAnnotations }}
16
annotations:
@@ -19,6 +18,7 @@ spec:
19
18
labels:
20
{{- include "vrt-bot.selectorLabels" . | nindent 8 }}
21
spec:
+ ttlSecondsAfterFinished: 3600
22
template:
23
24
{{- with .Values.imagePullSecrets }}
0 commit comments