Official Helm Chart version
1.16.0 (latest released)
Apache Airflow version
2.10.5
Kubernetes Version
1.31
Helm Chart configuration
Got error when upgrading Airflow with latest chart version
Error: UPGRADE FAILED: parse error at (airflow/templates/rbac/pod-launcher-rolebinding.yaml:66): function "break" not defined
Related changes: https://github.com/apache/airflow/pull/44424/files
Docker Image customizations
No response
What happened
No response
What you think should happen instead
No response
How to reproduce
helm repo update
# helm search repo |grep airflow
apache-airflow/airflow 1.16.0 2.10.5 The official Helm chart to deploy Apache Airflo...
helm upgrade --install airflow apache-airflow/airflow --namespace airflow --create-namespace --values values.yaml
Error: UPGRADE FAILED: parse error at (airflow/templates/rbac/pod-launcher-rolebinding.yaml:66): function "break" not defined
Anything else
No response
Are you willing to submit PR?
Code of Conduct