Skip to content

Commit

Permalink
Update k8s cronjob versions (#4580)
Browse files Browse the repository at this point in the history
  • Loading branch information
FestiveKyle committed Jun 9, 2023
1 parent 7ed5146 commit 7f87d83
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app/aks/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion app/bases/dmarc-report-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: dmarc-report
Expand Down
2 changes: 1 addition & 1 deletion app/bases/guidance-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: guidance
Expand Down
2 changes: 1 addition & 1 deletion app/bases/scan-dispatcher-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: scan-dispatcher
Expand Down
2 changes: 1 addition & 1 deletion app/bases/summaries-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: summaries
Expand Down
2 changes: 1 addition & 1 deletion app/gke/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion app/production/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion app/staging/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion app/test/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/bases/api/org-footprint-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: org-footprint
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/bases/scanners/dmarc-report-cronjob/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: dmarc-report
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: domain-dispatcher
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/bases/scanners/summaries-cronjob/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: summaries
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/overlays/gke/domain-dispatcher-suspend-patch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: domain-dispatcher
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: domain-dispatcher
Expand Down
2 changes: 1 addition & 1 deletion k8s/infrastructure/overlays/gke/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion k8s/infrastructure/overlays/production/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion k8s/infrastructure/overlays/staging/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion k8s/infrastructure/overlays/test/backup-cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
labels:
Expand Down

0 comments on commit 7f87d83

Please sign in to comment.