Skip to content

Commit

Permalink
vrt-bot: again fix ttlSecondsAfterFinished: 3600
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Feb 27, 2025
1 parent acac506 commit d85c038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vrt-bot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion vrt-bot/templates/vrtbot-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ spec:
successfulJobsHistoryLimit: 2
failedJobsHistoryLimit: 3
jobTemplate:
ttlSecondsAfterFinished: 3600
metadata:
{{- with .Values.podAnnotations }}
annotations:
Expand All @@ -19,6 +18,7 @@ spec:
labels:
{{- include "vrt-bot.selectorLabels" . | nindent 8 }}
spec:
ttlSecondsAfterFinished: 3600
template:
spec:
{{- with .Values.imagePullSecrets }}
Expand Down

0 comments on commit d85c038

Please sign in to comment.