From 2dcb193eb85e8ea4c80c67e7fa9312b3e16266ec Mon Sep 17 00:00:00 2001 From: Oscar Edel Date: Tue, 20 Jul 2021 13:52:04 +0200 Subject: [PATCH] Update stableRepositoryURL --- helm/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/init.go b/helm/init.go index fa25a3b..c2b70a6 100644 --- a/helm/init.go +++ b/helm/init.go @@ -12,7 +12,7 @@ import ( const ( stableRepository = "stable" - stableRepositoryURL = "https://kubernetes-charts.storage.googleapis.com" + stableRepositoryURL = "https://charts.helm.sh/stable" ) // Init makes sure the Helm home path exists and the required subfolders.