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 8ac2038 commit 0dd2adfCopy full SHA for 0dd2adf
scripts/cluster-creation/arc-k8s-cluster.sh
@@ -2,7 +2,7 @@
2
set -e
3
TEMP_DIR=temp-$RANDOM
4
DefaultCloud="AzureCloud"
5
-HELM_VERSION="v3.2.1"
+HELM_VERSION="v3.17.2"
6
7
install-helm()
8
{
scripts/cluster-creation/onprem-k8s.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
-KIND_VERSION="v0.17.0"
+KIND_VERSION="v0.27.0"
install-kind()
0 commit comments