From 3c3a20addb012cbbab552560bd1e35489e981ad2 Mon Sep 17 00:00:00 2001 From: "Yuvraj Singh (ys542d)" Date: Mon, 15 May 2023 11:05:11 -0700 Subject: [PATCH] 111596: [CPDEFECT-4365] helm binary to v3.11.1 Change-Id: I078e995d5f1ef794b106e196d37f49fce519fcfd --- Makefile | 2 +- tools/helm_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b7918df3..f25e7ef5 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TA UBUNTU_BASE_IMAGE ?= # Helm binary download url -HELM_ARTIFACT_URL ?= https://get.helm.sh/helm-v3.9.4-linux-amd64.tar.gz +HELM_ARTIFACT_URL ?= https://get.helm.sh/helm-v3.11.1-linux-amd64.tar.gz # VERSION INFO GIT_COMMIT = $(shell git rev-parse HEAD) diff --git a/tools/helm_install.sh b/tools/helm_install.sh index cee81412..e3665d29 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://get.helm.sh/helm-v3.9.4-linux-amd64.tar.gz"} +HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v3.11.1-linux-amd64.tar.gz"} function install_helm_binary {