Skip to content

Commit

Permalink
Update CronJob version from batch/v1beta1 to batch/v1 (#2883)
Browse files Browse the repository at this point in the history
* Update CronJob version

* Update cronjob.yaml
  • Loading branch information
severinson authored Aug 16, 2023
1 parent b65c08d commit b5de1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/lookout-v2/templates/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if .Values.dbPruningEnabled}}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: lookout-v2-db-pruner
Expand Down
2 changes: 1 addition & 1 deletion deployment/scheduler/templates/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if .Values.pruner.enabled}}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "armada-scheduler.name" . }}-db-pruner
Expand Down

0 comments on commit b5de1c3

Please sign in to comment.