Skip to content

Commit 93afc57

Browse files
authored
Merge pull request #318 from 0xhaven/master
Update Workaround Bitnami Repository URL
2 parents ff5df44 + e1bd1e5 commit 93afc57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +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)
4+
* Temporary workaround for #311 to use previous bitnami index from: https://github.com/bitnami/charts/issues/10539 (#312 #318) (by @0xhaven)
55
* Refactor label definitions to be more consistent by building labels and label selectors in partial helper templates. (#299) (by @cognifloyd)
66

77
## v0.100.0

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://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
33+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
3434
condition: rabbitmq.enabled
3535
- name: mongodb
3636
version: 10.0.1
37-
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
37+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
3838
condition: mongodb.enabled
3939
- name: external-dns
4040
version: 4.0.0
41-
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
41+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
4242
condition: external-dns.enabled
4343
- name: redis
4444
version: 12.3.2
45-
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
45+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
4646
condition: redis.enabled

0 commit comments

Comments
 (0)