Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helm chart: fix the upgrade of the PodDisruptionBudget's apiVersion
Previously the chart used the deprecated apiVersion policy/v1beta1 as long as it was avaiable in the cluster. This is against the recommendation of upgrading the release to a supported apiVersion prior to upgrading the cluster to a version that removes the deprecated apiVersion: <https://helm.sh/docs/topics/kubernetes_apis/#helm-users> Closes open-policy-agent#184 Signed-off-by: elchenberg <[email protected]>
- Loading branch information