Skip to content

Commit

Permalink
add automatic cleanup for cronjob + bump helm chart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Apr 23, 2024
1 parent 1389106 commit 8b8538f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion georchestra-backup-ldap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions georchestra-backup-ldap/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
successfulJobsHistoryLimit: {{ $job.successfulJobsHistoryLimit }}
jobTemplate:
spec:
ttlSecondsAfterFinished: 86400
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion sdi-consistence-check/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart sdi-consistency-check cronjob
name: sdi-consistence-check
version: 0.1.3
version: 0.1.4
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
concurrencyPolicy: Forbid
jobTemplate:
spec:
ttlSecondsAfterFinished: 3600
template:
metadata:
labels:
Expand Down
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: 0.2.4
version: 0.2.5
appVersion: "0.0.1"
1 change: 1 addition & 0 deletions vrt-bot/templates/vrtbot-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
{{- include "vrt-bot.selectorLabels" . | nindent 8 }}
spec:
template:
ttlSecondsAfterFinished: 3600
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 8b8538f

Please sign in to comment.