chore(helm): Update helm version

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-11-07 14:10:30 +01:00
parent 2083c7f9b2
commit 1df3b3318a

View file

@ -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.4.2-linux-amd64.tar.gz -o /tmp/helm.tar.gz
curl -ssl https://get.helm.sh/helm-v3.10.1-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