Skip to content

Commit

Permalink
Revert "[Ubuntu] Pin Helm 3.14.4 due to unusual release of 3.15.0 (ac…
Browse files Browse the repository at this point in the history
…tions#9867)"

This reverts commit 4db7ac6.
  • Loading branch information
erik-bershel committed May 23, 2024
1 parent 5c60b0c commit 830d642
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions images/ubuntu/scripts/build/install-kubernetes-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ sudo apt-get update -y && sudo apt-get install -y kubectl
rm -f /etc/apt/sources.list.d/kubernetes.list

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

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

0 comments on commit 830d642

Please sign in to comment.