From f99ec3911a332663afdaa4393d31cfcbccaee5e6 Mon Sep 17 00:00:00 2001 From: Olive Haven Date: Mon, 27 Jun 2022 13:37:00 -0700 Subject: [PATCH 1/2] Update Workaround Bitnami Repository URL Dependency repository URLs updated to `https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami` to match new workaround instructions from: https://github.com/bitnami/charts/issues/10539 --- Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index fd8ea87c..36f754cb 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -30,17 +30,17 @@ details: dependencies: - name: rabbitmq version: 8.0.2 - repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: rabbitmq.enabled - name: mongodb version: 10.0.1 - repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: mongodb.enabled - name: external-dns version: 4.0.0 - repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: external-dns.enabled - name: redis version: 12.3.2 - repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: redis.enabled From e1bd1e56f320db3b1ad1c3f084cd9b9f4e905a1d Mon Sep 17 00:00:00 2001 From: Olive Haven Date: Thu, 30 Jun 2022 10:58:12 -0700 Subject: [PATCH 2/2] Add PR #318 to Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd470e6..6cdedc14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +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) +* Temporary workaround for #311 to use previous bitnami index from: https://github.com/bitnami/charts/issues/10539 (#312 #318) (by @0xhaven) * Refactor label definitions to be more consistent by building labels and label selectors in partial helper templates. (#299) (by @cognifloyd) ## v0.100.0