gschuurman opened a new issue, #68005: URL: https://github.com/apache/airflow/issues/68005
### Under which category would you file this issue? Helm chart ### Apache Airflow version 3.2.1 ### What happened and how to reproduce it? ``` bash helm repo add apache-airflow https://airflow.apache.org ``` ``` bash helm repo update Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "apache-airflow" chart repository Update Complete. ⎈Happy Helming!⎈ ``` ``` bash helm pull apache-airflow/airflow Error: failed to fetch https://downloads.apache.org/airflow/helm-chart/1.21.0/airflow-1.21.0.tgz : 404 Not Found ``` Verifying the chart registry: https://downloads.apache.org/airflow/helm-chart/ only 1.22.0 is available instead of all the previous and current stable version. ### What you think should happen instead? Chart pull succeeds, helm chart can be installed ### Operating System _No response_ ### Deployment Official Apache Airflow Helm Chart ### Apache Airflow Provider(s) _No response_ ### Versions of Apache Airflow Providers _No response_ ### Official Helm Chart version 1.21.0 (latest released) ### Kubernetes Version 1.33.1 ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? Problem occurs since today (04-06-2026) ### Are you willing to submit PR? - [x] 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]
