Skip to content

Commit

Permalink
ci: update gke version to 1.31.1-gke.2105000
Browse files Browse the repository at this point in the history
ref. longhorn/longhorn#9879

Signed-off-by: Roger Yao <[email protected]>
roger-ryao authored and yangchiu committed Dec 4, 2024
1 parent 3a8c014 commit a95364e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/gke/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ resource "google_container_cluster" "cluster" {
network = google_compute_network.vpc_network.id
subnetwork = google_compute_subnetwork.subnetwork.id
location = data.google_compute_zones.available.names[0]
min_master_version = "1.30.2-gke.1587003"
min_master_version = "1.31.1-gke.2105000"
remove_default_node_pool = true
deletion_protection = false
initial_node_count = 1

0 comments on commit a95364e

Please sign in to comment.