From 5888c5bfb43d11b4014114ab8cba056b8b3403b0 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Sat, 20 Jul 2024 16:00:52 -0400 Subject: [PATCH] fix(k8s): upgrade cronjob API --- helm-chart/templates/cronjob.backups.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/templates/cronjob.backups.yaml b/helm-chart/templates/cronjob.backups.yaml index 504881b4..6066eab4 100644 --- a/helm-chart/templates/cronjob.backups.yaml +++ b/helm-chart/templates/cronjob.backups.yaml @@ -1,6 +1,6 @@ {{- if .Values.backups.enabled -}} -apiVersion: batch/v1beta1 +apiVersion: batch/v1 kind: CronJob metadata: name: {{ .Release.Name }}-backups @@ -92,4 +92,4 @@ spec: --keep-weekly {{ .Values.backups.prune.keepWeekly }} " -{{- end }} \ No newline at end of file +{{- end }}