From 99e253092a7835f13d6fc249196436293f036d42 Mon Sep 17 00:00:00 2001
From: Maximilian Weiss <maximilian.weiss@att.com>
Date: Tue, 17 Aug 2021 17:49:53 +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.16.9 from storage.googleapis.com).

Change-Id: Ib08d39cec82c850b2308880f92f268e4cbf8cb66
---
 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 bbef579e..3b9061c0 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.16.9-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 {