Skip to content

Commit

Permalink
Update K8s API cron job version.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed May 21, 2023
1 parent 4e7e200 commit ca66539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/deploy/public-dump.yml.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: public-dump
Expand Down
2 changes: 1 addition & 1 deletion config/private-dump-jobs/private-dump-monthly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: private-dump-monthly
Expand Down
2 changes: 1 addition & 1 deletion config/private-dump-jobs/private-dump-weekly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: private-dump-weekly
Expand Down

0 comments on commit ca66539

Please sign in to comment.