Skip to content

Commit 4253402

Browse files
author
Olive Haven
authored
Workaround to use prior bitnami repository index
Workaround to use previous index from: bitnami/charts#10539
1 parent b6419e6 commit 4253402

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ details:
3030
dependencies:
3131
- name: rabbitmq
3232
version: 8.0.2
33-
repository: https://charts.bitnami.com/bitnami
33+
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
3434
condition: rabbitmq.enabled
3535
- name: mongodb
3636
version: 10.0.1
37-
repository: https://charts.bitnami.com/bitnami
37+
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
3838
condition: mongodb.enabled
3939
- name: external-dns
4040
version: 4.0.0
41-
repository: https://charts.bitnami.com/bitnami
41+
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
4242
condition: external-dns.enabled
4343
- name: redis
4444
version: 12.3.2
45-
repository: https://charts.bitnami.com/bitnami
45+
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
4646
condition: redis.enabled

0 commit comments

Comments
 (0)