diff --git a/README.md b/README.md index fcbf1ce..3269b41 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube | 1.29 | v3.3.0 | v3.5.6 | | 1.30 | v3.3.0 | v3.5.6 | | 1.31 | v3.3.0 | v3.5.6 | +| 1.32 | v3.3.0 | v3.5.6 | **Requirements:** diff --git a/helpers/bootstrap-cluster b/helpers/bootstrap-cluster index d0184de..75c8328 100755 --- a/helpers/bootstrap-cluster +++ b/helpers/bootstrap-cluster @@ -6,7 +6,7 @@ set -euo pipefail # Default values RANDOM_NUMBER=$((RANDOM % 8193)) -K8TEST_SHA="7e5e565" +K8TEST_SHA="4d32e52" ZONE="lpg1" CLUSTER_PREFIX="csi-test-$RANDOM_NUMBER" KUBERNETES="latest"