From d3e8a4601d7a6f656c737761d3104fef5ca52ce9 Mon Sep 17 00:00:00 2001 From: Maximilian Weiss Date: Tue, 17 Aug 2021 17:46:23 +0000 Subject: [PATCH] Update helm installation script Updates the helm installation script to download and install v2.17.0 from get.helm.sh (instead of v2.14 from storage.googleapis.com). Change-Id: I5e0ccfc60ff976f7a8d89a9a66ad6da0785a9f2b --- tools/helm_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/helm_install.sh b/tools/helm_install.sh index 24d507c..a4da357 100755 --- a/tools/helm_install.sh +++ b/tools/helm_install.sh @@ -17,7 +17,7 @@ set -x HELM=$1 -HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.14.0-linux-amd64.tar.gz"} +HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz"} function install_helm_binary {