Skip to content

Commit

Permalink
Successfully tested on Kubernetes 1.29.
Browse files Browse the repository at this point in the history
  • Loading branch information
alakae committed Jan 5, 2024
1 parent 52f7930 commit e6cf656
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 @@ -90,6 +90,7 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube
| 1.26 | v3.3.0 | v3.5.3 |
| 1.27 | v3.3.0 | v3.5.3 |
| 1.28 | v3.3.0 | v3.5.3 |
| 1.29 | v3.3.0 | v3.5.3 |

**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="cefd4ab"
K8TEST_SHA="da91af6"
ZONE="lpg1"
CLUSTER_PREFIX="csi-test-$RANDOM_NUMBER"
KUBERNETES="latest"
Expand Down

0 comments on commit e6cf656

Please sign in to comment.