We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61f399 commit acac506Copy full SHA for acac506
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.0
+version: 1.2.1
6
appVersion: "0.0.1"
vrt-bot/templates/vrtbot-cronjob.yaml
@@ -10,6 +10,7 @@ spec:
10
successfulJobsHistoryLimit: 2
11
failedJobsHistoryLimit: 3
12
jobTemplate:
13
+ ttlSecondsAfterFinished: 3600
14
metadata:
15
{{- with .Values.podAnnotations }}
16
annotations:
@@ -19,7 +20,6 @@ spec:
19
20
{{- include "vrt-bot.selectorLabels" . | nindent 8 }}
21
spec:
22
template:
- ttlSecondsAfterFinished: 3600
23
24
{{- with .Values.imagePullSecrets }}
25
imagePullSecrets:
0 commit comments