Skip to content

Commit

Permalink
Merge pull request helm#74 from tchernomax/main
Browse files Browse the repository at this point in the history
config: PodDisruptionBudget policy/v1beta1→policy/v1
  • Loading branch information
hickeyma authored Aug 18, 2022
2 parents 40c2844 + 2c07146 commit f5a4902
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/Map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,8 @@ mappings:
newAPI: "apiVersion: storage.k8s.io/v1\nkind: VolumeAttachment\n"
deprecatedInVersion: "v1.13"
removedInVersion: "v1.22"
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodDisruptionBudget\n"
newAPI: "apiVersion: policy/v1\nkind: PodDisruptionBudget\n"
deprecatedInVersion: "v1.21"
removedInVersion: "v1.25"

0 comments on commit f5a4902

Please sign in to comment.