vumdao opened a new issue, #49206: URL: https://github.com/apache/airflow/issues/49206
### 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? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
