From cf265e79699554823814f5f5bb60b8162f8699e3 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 12 Feb 2024 12:19:39 +0200 Subject: [PATCH] scripts/test-infra: bump helm to v3.14.0 --- scripts/test-infra/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-infra/verify.sh b/scripts/test-infra/verify.sh index feaa5c9b77..01da7156d6 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"