From 9e9452a62d044a07380e310763801ee781172151 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 28 Nov 2022 14:11:18 +0100 Subject: [PATCH] chore(helm): Update helm version Signed-off-by: rjshrjndrn --- scripts/helmcharts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/init.sh b/scripts/helmcharts/init.sh index ebbfd60c3..b930efa87 100644 --- a/scripts/helmcharts/init.sh +++ b/scripts/helmcharts/init.sh @@ -59,7 +59,7 @@ usr=`whoami` which helm &> /dev/null if [[ $? -ne 0 ]]; then info "helm not installed. Installing it..." - curl -ssl https://get.helm.sh/helm-v3.10.1-linux-amd64.tar.gz -o /tmp/helm.tar.gz + curl -ssl https://get.helm.sh/helm-v3.10.2-linux-amd64.tar.gz -o /tmp/helm.tar.gz tar -xf /tmp/helm.tar.gz chmod +x linux-amd64/helm sudo cp linux-amd64/helm /usr/local/bin/helm