Skip to content

Commit 5ca4535

Browse files
authoredJun 4, 2022
Merge pull request #312 from 0xhaven/master
Workaround to use prior bitnami repository index
2 parents b6419e6 + b6478a9 commit 5ca4535

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## In Development
4+
* Temporary workaround for #311 to use previous bitnami index from: https://github.com/bitnami/charts/issues/10539 (#312) (by @0xhaven)
45

56
## v0.100.0
67
* Switch st2 to `v3.7` as a new default stable version (#274)

‎Chart.yaml

+4-4
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)
Please sign in to comment.