Skip to content

Commit

Permalink
Workaround to use prior bitnami repository index
Browse files Browse the repository at this point in the history
Workaround to use previous index from: bitnami/charts#10539
  • Loading branch information
0xhaven committed Jun 3, 2022
1 parent b6419e6 commit 4253402
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ details:
dependencies:
- name: rabbitmq
version: 8.0.2
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
condition: rabbitmq.enabled
- name: mongodb
version: 10.0.1
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
condition: mongodb.enabled
- name: external-dns
version: 4.0.0
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
condition: external-dns.enabled
- name: redis
version: 12.3.2
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
condition: redis.enabled

0 comments on commit 4253402

Please sign in to comment.