Skip to content

Commit

Permalink
Merge pull request #374 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v1.23.9
  • Loading branch information
themightychris authored Jul 20, 2024
2 parents a0086ed + 5888c5b commit 5ebc9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/templates/cronjob.backups.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.backups.enabled -}}

apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Release.Name }}-backups
Expand Down Expand Up @@ -92,4 +92,4 @@ spec:
--keep-weekly {{ .Values.backups.prune.keepWeekly }}
"
{{- end }}
{{- end }}

0 comments on commit 5ebc9b5

Please sign in to comment.