Skip to content

Commit

Permalink
updated PodDisruptionBudget to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelMurciano committed Sep 17, 2024
1 parent b100aff commit 885b785
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/controlplane/tmpl/sidekiqs/searchkiq-pdb.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: searchkiq
Expand Down
2 changes: 1 addition & 1 deletion pkg/controlplane/tmpl/sidekiqs/sidekiq-pdb.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: sidekiq
Expand Down
2 changes: 1 addition & 1 deletion pkg/controlplane/tmpl/sidekiqs/systemkiq-pdb.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: systemkiq
Expand Down
2 changes: 1 addition & 1 deletion pkg/controlplane/tmpl/webapp/pdb.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: webapp
Expand Down
2 changes: 1 addition & 1 deletion pkg/dbs/tmpl/minio/pdb.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: minio
Expand Down
2 changes: 1 addition & 1 deletion pkg/dbs/tmpl/pg/pdb.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: pg
Expand Down
2 changes: 1 addition & 1 deletion pkg/dbs/tmpl/redis/pdb.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: redis
Expand Down

0 comments on commit 885b785

Please sign in to comment.