From 42e8a04a5b0cb3b9320517c9c67f511c8827b9b6 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Thu, 2 Jun 2022 14:29:07 +0200 Subject: [PATCH] Use old bitnami helm repo from git for redis and postgresql They've deleted the versions we use from the latest index. More details: https://github.com/bitnami/charts/issues/10539 --- changelog.d/5-internal/bitnami-old-repo | 1 + charts/legalhold/requirements.yaml | 6 +++++- charts/redis-ephemeral/requirements.yaml | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 changelog.d/5-internal/bitnami-old-repo 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