Pin helm version in circle-ci helm testing workflow. (#1849)

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
pull/1798/head
Cyril Tovena 5 years ago committed by GitHub
parent 18e828c705
commit 3dd2d51f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -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:

Loading…
Cancel
Save