Skip to content

Commit 5888c5b

Browse files
fix(k8s): upgrade cronjob API
1 parent 903ba89 commit 5888c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-chart/templates/cronjob.backups.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if .Values.backups.enabled -}}
22

3-
apiVersion: batch/v1beta1
3+
apiVersion: batch/v1
44
kind: CronJob
55
metadata:
66
name: {{ .Release.Name }}-backups
@@ -92,4 +92,4 @@ spec:
9292
--keep-weekly {{ .Values.backups.prune.keepWeekly }}
9393
"
9494
95-
{{- end }}
95+
{{- end }}

0 commit comments

Comments
 (0)