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.
1 parent f7db1c2 commit 9d76591Copy full SHA for 9d76591
test/scripts/install-kind.sh
@@ -59,7 +59,7 @@ sudo mv kubernetes/test/bin/ginkgo /usr/local/bin/ginkgo
59
rm kubernetes-test-linux-${ARCH}.tar.gz
60
61
if [ "$USE_HELM" == true ]; then
62
- HELM_VERSION="v3.14.2"
+ HELM_VERSION="v3.17.2"
63
# to get latest stable version: https://github.com/helm/helm/releases
64
curl -L https://get.helm.sh/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz -o helm-linux-${ARCH}.tar.gz
65
tar xvzf helm-linux-${ARCH}.tar.gz
0 commit comments