Commit 562ad56 1 parent 3dcd2fa commit 562ad56 Copy full SHA for 562ad56
File tree 1 file changed +1
-7
lines changed
images/ubuntu/scripts/build
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,7 @@ sudo apt-get update -y && sudo apt-get install -y kubectl
27
27
rm -f /etc/apt/sources.list.d/kubernetes.list
28
28
29
29
# 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
37
31
38
32
# Download minikube
39
33
curl -fsSL -O https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
You can’t perform that action at this time.
0 commit comments