From f69656751714680d395c3e5b7fc25d6708eec0ba Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Mon, 13 Apr 2020 12:33:08 +0530 Subject: [PATCH] Update Travis CI to install helm3 Updated CI scripts to install helm3 Signed-off-by: Madhu Rajanna --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1827dc63f..5804fcc1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ env: - TEST_COVERAGE=stdout - GO_METALINTER_THREADS=1 - GO_COVER_DIR=_output - - HELM_VERSION=v2.16.5 + - HELM_VERSION=v3.1.2 - VM_DRIVER=none - MINIKUBE_VERSION=v1.6.0 - CHANGE_MINIKUBE_NONE_USER=true @@ -72,7 +72,8 @@ jobs: "https://raw.githubusercontent.com/securego/gosec/master/install.sh" | sh -s -- -b $GOPATH/bin "${GOSEC_VERSION}" # 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: - make go-lint - make go-lint-text