This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 61faf67af9 Fix Helm Chart 1.20.0 download URL to use dist.apache.org 
(#1476)
61faf67af9 is described below

commit 61faf67af982f06ea859234a1d0fc9ac8ce687b6
Author: Jed Cunningham <[email protected]>
AuthorDate: Sun Mar 22 23:22:04 2026 -0600

    Fix Helm Chart 1.20.0 download URL to use dist.apache.org (#1476)
    
    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: |

Reply via email to