Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
change neewly support kubernetes version (#3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ognyvrac authored Feb 1, 2024
1 parent 8649e41 commit ca1c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/scripts/prow/jobs/compass-gke-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function createCluster() {
gcp::provision_k8s_cluster \
-c "$COMMON_NAME" \
-p "$CLOUDSDK_CORE_PROJECT" \
-v "1.25.10" \
-v "1.25.16" \
-i "cos_containerd" \
-C "stable" \
-j "$JOB_NAME" \
Expand Down

0 comments on commit ca1c5e2

Please sign in to comment.