Skip to content

Commit

Permalink
Successfully tested on Kubernetes 1.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
alakae committed Dec 20, 2024
1 parent ae0957a commit 8b76f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion helpers/bootstrap-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b76f57

Please sign in to comment.