Skip to content

Commit 562ad56

Browse files
authored
Revert "[Ubuntu] Pin Helm 3.14.4 due to unusual release of 3.15.0 (actions#9867)" (actions#9919)
1 parent 3dcd2fa commit 562ad56

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

images/ubuntu/scripts/build/install-kubernetes-tools.sh

+1-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ sudo apt-get update -y && sudo apt-get install -y kubectl
2727
rm -f /etc/apt/sources.list.d/kubernetes.list
2828

2929
# Install Helm
30-
# Temporary pin version v3.14.4 due to strange release of v3.15.0
31-
helm_version="v3.14.4"
32-
download_with_retry "https://get.helm.sh/helm-$helm_version-linux-amd64.tar.gz" /tmp/helm.tar.gz
33-
mkdir -p /tmp/helm
34-
tar xzf /tmp/helm.tar.gz -C /tmp/helm
35-
cp /tmp/helm/linux-amd64/helm /usr/local/bin/helm
36-
chmod +x /usr/local/bin/helm
30+
curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
3731

3832
# Download minikube
3933
curl -fsSL -O https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64

0 commit comments

Comments
 (0)