Skip to content

Commit

Permalink
Pin helm version in circle-ci helm testing workflow. (#1849)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena authored Mar 25, 2020
1 parent 18e828c commit 3dd2d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- run:
name: Install Helm
command: |
curl -L https://git.io/get_helm.sh | bash
curl -L https://git.io/get_helm.sh | bash -s -- -v v2.16.3
kubectl apply -f tools/helm.yaml
helm init --service-account helm --wait
- run:
Expand Down

0 comments on commit 3dd2d51

Please sign in to comment.