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: I98a92c52ee1ecd28eb7a5beb6b72c4565b47cdfe
This commit is contained in:
Maximilian Weiss 2021-08-17 17:55:03 +00:00
parent 611e98de3f
commit de3d51d452
1 changed files with 1 additions and 1 deletions

View File

@ -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 {