Skip to content

Commit 0dd2adf

Browse files
authored
update script version for kind cluster (#1451)
1 parent 8ac2038 commit 0dd2adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/cluster-creation/arc-k8s-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33
TEMP_DIR=temp-$RANDOM
44
DefaultCloud="AzureCloud"
5-
HELM_VERSION="v3.2.1"
5+
HELM_VERSION="v3.17.2"
66

77
install-helm()
88
{

scripts/cluster-creation/onprem-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33
TEMP_DIR=temp-$RANDOM
4-
KIND_VERSION="v0.17.0"
4+
KIND_VERSION="v0.27.0"
55

66
install-kind()
77
{

0 commit comments

Comments
 (0)