Skip to content

Commit 9d76591

Browse files
helm: use version v3.17.2
Signed-off-by: Flavio Fernandes <[email protected]>
1 parent f7db1c2 commit 9d76591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scripts/install-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ sudo mv kubernetes/test/bin/ginkgo /usr/local/bin/ginkgo
5959
rm kubernetes-test-linux-${ARCH}.tar.gz
6060

6161
if [ "$USE_HELM" == true ]; then
62-
HELM_VERSION="v3.14.2"
62+
HELM_VERSION="v3.17.2"
6363
# to get latest stable version: https://github.com/helm/helm/releases
6464
curl -L https://get.helm.sh/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz -o helm-linux-${ARCH}.tar.gz
6565
tar xvzf helm-linux-${ARCH}.tar.gz

0 commit comments

Comments
 (0)