Skip to content

Commit

Permalink
CronJob API version upgrade to batch/v1 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
TecIntelli authored Nov 21, 2024
1 parent ee8901f commit 4ede208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dgraph/templates/backups/cronjob-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- end -}}
{{- end -}}
{{- if .Values.backups.full.enabled -}}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ template "dgraph.backups.fullname" . }}-full
Expand Down
2 changes: 1 addition & 1 deletion charts/dgraph/templates/backups/cronjob-inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- end -}}
{{- end -}}
{{- if .Values.backups.incremental.enabled -}}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ template "dgraph.backups.fullname" . }}-inc
Expand Down

0 comments on commit 4ede208

Please sign in to comment.