diff --git a/scripts/test-infra/verify.sh b/scripts/test-infra/verify.sh index feaa5c9b7..01da7156d 100755 --- a/scripts/test-infra/verify.sh +++ b/scripts/test-infra/verify.sh @@ -7,7 +7,7 @@ gobinpath="$(go env GOPATH)/bin" curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.56.1 export PATH=$PATH:$(go env GOPATH)/bin -curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.7.1 +curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.14.0 kubectl="$gobinpath/kubectl" curl -L https://dl.k8s.io/release/v1.22.1/bin/linux/amd64/kubectl -o "$kubectl"