This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch fix/helm-chart-1.20.0-dist-url in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 7d532376f0e7d322d3097ffebef2814ca7f7007b Author: Jed Cunningham <[email protected]> AuthorDate: Sun Mar 22 23:12:02 2026 -0600 Fix Helm Chart 1.20.0 download URL to use dist.apache.org downloads.apache.org is lagging behind SVN (stuck at r83255, chart added at r83269). Use dist.apache.org directly as a temporary fix until the mirror sync catches up. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> --- landing-pages/site/static/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing-pages/site/static/index.yaml b/landing-pages/site/static/index.yaml index fc650c62ea..b182f4dd80 100644 --- a/landing-pages/site/static/index.yaml +++ b/landing-pages/site/static/index.yaml @@ -210,7 +210,7 @@ entries: - https://github.com/apache/airflow type: application urls: - - https://downloads.apache.org/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz + - https://dist.apache.org/repos/dist/release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz version: 1.20.0 - annotations: artifacthub.io/changes: |
