Skip to content

Commit 4ede208

Browse files
authored
CronJob API version upgrade to batch/v1 (#123)
1 parent ee8901f commit 4ede208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/dgraph/templates/backups/cronjob-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{- end -}}
1313
{{- end -}}
1414
{{- if .Values.backups.full.enabled -}}
15-
apiVersion: batch/v1beta1
15+
apiVersion: batch/v1
1616
kind: CronJob
1717
metadata:
1818
name: {{ template "dgraph.backups.fullname" . }}-full

charts/dgraph/templates/backups/cronjob-inc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{- end -}}
1313
{{- end -}}
1414
{{- if .Values.backups.incremental.enabled -}}
15-
apiVersion: batch/v1beta1
15+
apiVersion: batch/v1
1616
kind: CronJob
1717
metadata:
1818
name: {{ template "dgraph.backups.fullname" . }}-inc

0 commit comments

Comments
 (0)