Update to helm 3

xref: https://helm.sh/docs/intro/install/#from-script

Signed-off-by: Tamal Saha <tamal@appscode.com>
This commit is contained in:
Tamal Saha
2019-12-18 11:44:32 -08:00
parent 49d2e87c12
commit 693f0c23be
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ apt-get update
apt-get install -y kubectl apt-get install -y kubectl
# Install Helm # Install Helm
curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
# Run tests to determine that the software installed as expected # Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work" echo "Testing to make sure that script performed as expected, and basic scenarios work"

View File

@@ -19,7 +19,7 @@ apt-get update
apt-get install -y kubectl apt-get install -y kubectl
# Install Helm # Install Helm
curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
# Run tests to determine that the software installed as expected # Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work" echo "Testing to make sure that script performed as expected, and basic scenarios work"