From 6e97ccff12c3dde1f4f5535c4ece4a1bc0a85297 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Mon, 9 Sep 2024 11:04:57 +0000 Subject: [PATCH] chore: bump kubernetes to '1.30.4-gke.1213000' --- 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 04049ff5..ffa56566 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.4-gke.1129000" + default = "1.30.4-gke.1213000" } variable "node_default_machine_type" { default = "n2-standard-4"