Skip to content

Commit

Permalink
chore: Specify the helm version to be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Oct 22, 2019
1 parent a5bd126 commit a572e2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ commands:
- run:
name: Install helm
command: |
curl -L https://git.io/get_helm.sh | bash
# Specify the helm version to be installed.
curl -L https://git.io/get_helm.sh --version v2.14.3 | bash
helm init
until kubectl get pods -n kube-system -l name=tiller | grep 1/1; do sleep 1; done
kubectl create clusterrolebinding tiller-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default
Expand Down

0 comments on commit a572e2a

Please sign in to comment.