Skip to content

Commit d85c038

Browse files
committed
vrt-bot: again fix ttlSecondsAfterFinished: 3600
1 parent acac506 commit d85c038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vrt-bot/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: vrt-bot
33
description: A Helm chart for deploying vrt-bot
44
type: application
5-
version: 1.2.1
5+
version: 1.2.2
66
appVersion: "0.0.1"

vrt-bot/templates/vrtbot-cronjob.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ spec:
1010
successfulJobsHistoryLimit: 2
1111
failedJobsHistoryLimit: 3
1212
jobTemplate:
13-
ttlSecondsAfterFinished: 3600
1413
metadata:
1514
{{- with .Values.podAnnotations }}
1615
annotations:
@@ -19,6 +18,7 @@ spec:
1918
labels:
2019
{{- include "vrt-bot.selectorLabels" . | nindent 8 }}
2120
spec:
21+
ttlSecondsAfterFinished: 3600
2222
template:
2323
spec:
2424
{{- with .Values.imagePullSecrets }}

0 commit comments

Comments
 (0)