Skip to content

Commit

Permalink
Changed API version for poddisturtionbudget
Browse files Browse the repository at this point in the history
In kubernetes version 1.25 the API policy/v1beta1 for PDB was removed
The helm chart still uses this old API and is making upgrading
impossible
  • Loading branch information
Norbert Glankovic committed Aug 29, 2023
1 parent 4033b0f commit fa247a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
---
# This manifest creates a Pod Disruption Budget for Controller to allow K8s Cluster Autoscaler to evict

apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: calico-kube-controllers
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-canal/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: local
packageVersion: 00
packageVersion: 01

0 comments on commit fa247a6

Please sign in to comment.