Skip to content

Commit

Permalink
Pin helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Sep 20, 2021
1 parent 37bb7c0 commit e542474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-custom-pipelines.yml
Expand Up @@ -30,7 +30,7 @@ stages:
echo "Installing helm3"
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
./get_helm.sh --version v3.6.3
echo "Installing kubectl"
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
Expand Down

0 comments on commit e542474

Please sign in to comment.