From 6b29655a8dc283ce14c5534e352fb8b55bfb4990 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Tue, 26 Oct 2021 16:07:16 -0500 Subject: [PATCH] Update stable helm repository URL See https://helm.sh/blog/new-location-stable-incubator-charts/ --- helm-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-init.sh b/helm-init.sh index 5e05079..d60cbca 100644 --- a/helm-init.sh +++ b/helm-init.sh @@ -6,7 +6,7 @@ set -x if helm version --client | grep -q 'SemVer:"v2';then helm init --client-only else - helm repo add stable https://kubernetes-charts.storage.googleapis.com + helm repo add stable https://charts.helm.sh/stable fi helm plugin install https://github.com/futuresimple/helm-secrets.git