Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/bitnami-old-repo
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion charts/legalhold/requirements.yaml
Original file line number Diff line number Diff line change
@@ -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/
6 changes: 5 additions & 1 deletion charts/redis-ephemeral/requirements.yaml
Original file line number Diff line number Diff line change
@@ -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