pulsar-helm-chart
pulsar-helm-chart copied to clipboard
added pdb version detection
Fixes pod disruption budget version warning
Motivation
PDB policy api version, v1beta1 is deprecated in k8s1.21+ (not available in 1.25+).
Modifications
zookeeper-pdb, proxy-pdb, broker-pdb and bookkeepr-pdb templates are modified. If k8s api-resources container policy/v1, the *-pdb.yaml will generate respective apiVersion.
Verifying this change
- [ ] Make sure that the change passes the CI checks.