Update Travis CI to install helm3

Updated CI scripts to install helm3

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-04-13 12:33:08 +05:30 committed by mergify[bot]
parent 2c6c0decbe
commit f696567517

View File

@ -27,7 +27,7 @@ env:
- TEST_COVERAGE=stdout - TEST_COVERAGE=stdout
- GO_METALINTER_THREADS=1 - GO_METALINTER_THREADS=1
- GO_COVER_DIR=_output - GO_COVER_DIR=_output
- HELM_VERSION=v2.16.5 - HELM_VERSION=v3.1.2
- VM_DRIVER=none - VM_DRIVER=none
- MINIKUBE_VERSION=v1.6.0 - MINIKUBE_VERSION=v1.6.0
- CHANGE_MINIKUBE_NONE_USER=true - CHANGE_MINIKUBE_NONE_USER=true
@ -72,7 +72,8 @@ jobs:
"https://raw.githubusercontent.com/securego/gosec/master/install.sh" "https://raw.githubusercontent.com/securego/gosec/master/install.sh"
| sh -s -- -b $GOPATH/bin "${GOSEC_VERSION}" | sh -s -- -b $GOPATH/bin "${GOSEC_VERSION}"
# install helm for helm lint # install helm for helm lint
- curl -L https://git.io/get_helm.sh | bash - curl -L https://git.io/get_helm.sh
| sh -s -- --version "${HELM_VERSION}"
script: script:
- make go-lint - make go-lint
- make go-lint-text - make go-lint-text