We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4f4147 + 5caaa88 commit 876eea4Copy full SHA for 876eea4
scripts/test-infra/verify.sh
@@ -7,7 +7,7 @@ gobinpath="$(go env GOPATH)/bin"
7
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.59.1
8
export PATH=$PATH:$(go env GOPATH)/bin
9
10
-curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.14.0
+curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.15.3
11
12
kubectl="$gobinpath/kubectl"
13
curl -L https://dl.k8s.io/release/v1.22.1/bin/linux/amd64/kubectl -o "$kubectl"
0 commit comments