airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
631 stars 473 forks source link

fix: use policy/v1 (instead of policy/v1beta1) for PodDistributionBudgets #675

Closed mb-m closed 1 year ago

mb-m commented 1 year ago

Signed-off-by: Matthew Byng-Maddick mbyng-maddick@olx.com

What does your PR do?

This PR adjusts the apiVersion of PodDistributionBudgets to policy/v1

Checklist

For all Pull Requests

For releasing ONLY

mb-m commented 1 year ago

Oops, duplicate of #646