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.git


The following commit(s) were added to refs/heads/main by this push:
     new a34ef24eb6 Temporarily fix bitnami index problem (#24112)
a34ef24eb6 is described below

commit a34ef24eb6abbbc06a5f623cac0164be538a1268
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Jun 2 15:56:40 2022 +0200

    Temporarily fix bitnami index problem (#24112)
    
    We started to experience "Internal Error" when installing
    Helm chart and apperently bitnami "solved" the problem by
    removing from their index software older than 6 months(!).
    
    This makes our CI fail but It is much worse. This
    renders all our charts useless for people to install
    This is terribly wrong, and I raised this in the issue
    here:
    
    https://github.com/bitnami/charts/issues/10539#issuecomment-1144869092
---
 chart/Chart.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index e612d0d09b..60f609a460 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -35,7 +35,13 @@ keywords:
 dependencies:
   - name: postgresql
     version: 10.5.3
-    repository: 
"https://raw.githubusercontent.com/bitnami/charts/index/bitnami";
+    # In order to react to a sudden, totally breaking change by bitnami in
+    # https://github.com/bitnami/charts/issues/10539
+    # we need to use the version of index from just before the change. However 
we hope
+    # it is only temporary change as it breaks all our charts we released so 
far
+    # see comment here 
https://github.com/bitnami/charts/issues/10539#issuecomment-1144869092
+    repository: >
+      
https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami
     condition: postgresql.enabled
 maintainers:
   - email: [email protected]

Reply via email to