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

potiuk 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 10ed5d135e Point helm-chart 1.22.0 index entry at archive.apache.org 
(#1557)
10ed5d135e is described below

commit 10ed5d135ec99abc832037e177193f63162f865c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Jun 4 17:20:02 2026 +0200

    Point helm-chart 1.22.0 index entry at archive.apache.org (#1557)
    
    The 1.22.0 entry in the published Helm repo index was added with a
    downloads.apache.org URL. downloads.apache.org only serves the latest
    release, so that URL 404s as soon as the next chart version ships, while
    archive.apache.org permanently retains every released version. Repoint
    it at archive.apache.org/dist, matching every other entry in the index.
---
 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 4d75a90af5..98947d7f18 100644
--- a/landing-pages/site/static/index.yaml
+++ b/landing-pages/site/static/index.yaml
@@ -185,7 +185,7 @@ entries:
     - https://github.com/apache/airflow
     type: application
     urls:
-    - https://downloads.apache.org/airflow/helm-chart/1.22.0/airflow-1.22.0.tgz
+    - 
https://archive.apache.org/dist/airflow/helm-chart/1.22.0/airflow-1.22.0.tgz
     version: 1.22.0
   - annotations:
       artifacthub.io/changes: |

Reply via email to