From 9d2e2b84ad167167e6dd44ce5d188d43c649998b Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Thu, 7 Jan 2021 13:19:09 -0800 Subject: [PATCH] Update stable charts URL Signed-off-by: Brad Davidson --- entry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry b/entry index 6dba980..a62566b 100755 --- a/entry +++ b/entry @@ -64,7 +64,7 @@ helm_repo_init() { if [ "$HELM" == "helm_v3" ]; then if [[ $CHART == stable/* ]]; then - $HELM repo add stable https://kubernetes-charts.storage.googleapis.com/ + $HELM repo add stable https://charts.helm.sh/stable/ $HELM repo update fi else