From e76c6a00de057d093d2b3019dafeab7242cdc144 Mon Sep 17 00:00:00 2001 From: John Knapp Date: Tue, 7 Mar 2023 14:22:37 -0500 Subject: [PATCH] 9354 Fix Bitnami Chart Versioning --- helm/consoleme/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/consoleme/Chart.yaml b/helm/consoleme/Chart.yaml index bd785e699..e6b483df8 100644 --- a/helm/consoleme/Chart.yaml +++ b/helm/consoleme/Chart.yaml @@ -10,6 +10,6 @@ appVersion: "1.16.0" dependencies: - name: redis - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami version: 14.3.1 condition: redis.deployLocal