Skip to content

Commit

Permalink
Merge pull request #312 from 0xhaven/master
Browse files Browse the repository at this point in the history
Workaround to use prior bitnami repository index
  • Loading branch information
cognifloyd authored Jun 4, 2022
2 parents b6419e6 + b6478a9 commit 5ca4535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

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

## v0.100.0
* Switch st2 to `v3.7` as a new default stable version (#274)
Expand Down
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 5ca4535

Please sign in to comment.