diff --git a/changelog.d/5-internal/bitnami-old-repo b/changelog.d/5-internal/bitnami-old-repo new file mode 100644 index 0000000000..6e0770ce1b --- /dev/null +++ b/changelog.d/5-internal/bitnami-old-repo @@ -0,0 +1 @@ +charts/{redis-ephemeral,legalhold}: Use old index for bitnami repo as the new index doesn't have old versions of postgresql and redis helm charts \ No newline at end of file diff --git a/charts/legalhold/requirements.yaml b/charts/legalhold/requirements.yaml index 3ed34d472e..9c52a54436 100644 --- a/charts/legalhold/requirements.yaml +++ b/charts/legalhold/requirements.yaml @@ -1,4 +1,8 @@ dependencies: - name: postgresql version: 9.8.12 - repository: https://charts.bitnami.com/bitnami + # Use helm repo from the git repo because bitnami removed charts from the + # official index to keep the index small. On next upgrade, this should be + # changed to use the official repo. Context: + # https://github.com/bitnami/charts/issues/10539 + repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami/ diff --git a/charts/redis-ephemeral/requirements.yaml b/charts/redis-ephemeral/requirements.yaml index b32bec9424..a39623d533 100644 --- a/charts/redis-ephemeral/requirements.yaml +++ b/charts/redis-ephemeral/requirements.yaml @@ -1,5 +1,9 @@ dependencies: - name: redis version: 11.3.4 - repository: https://charts.bitnami.com/bitnami + # Use helm repo from the git repo because bitnami removed charts from the + # official index to keep the index small. On next upgrade, this should be + # changed to use the official repo. Context: + # https://github.com/bitnami/charts/issues/10539 + repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami/ alias: redis-ephemeral