Skip to content

Commit

Permalink
Merge pull request #1796 from marquiz/devel/helm-lint
Browse files Browse the repository at this point in the history
scripts/test-infra: bump helm to v3.15.3
  • Loading branch information
k8s-ci-robot committed Jul 18, 2024
2 parents a4f4147 + 5caaa88 commit 876eea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-infra/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.59.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.14.0
curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.15.3

kubectl="$gobinpath/kubectl"
curl -L https://dl.k8s.io/release/v1.22.1/bin/linux/amd64/kubectl -o "$kubectl"
Expand Down

0 comments on commit 876eea4

Please sign in to comment.