From fede797c3b90eb4c9ae6ed37fb706d3184d7b10f Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sun, 13 Oct 2024 01:36:05 +0000 Subject: [PATCH] chore: bump kubernetes to '1.30.5-gke.1355000' --- modules/platform/gcp/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/platform/gcp/variables.tf b/modules/platform/gcp/variables.tf index b21cb804..6b5811d2 100644 --- a/modules/platform/gcp/variables.tf +++ b/modules/platform/gcp/variables.tf @@ -10,7 +10,7 @@ variable "network_prefix" { default = "10.1" } variable "kube_version" { - default = "1.30.5-gke.1145000" + default = "1.30.5-gke.1355000" } variable "node_default_machine_type" { default = "n2-standard-4"