From 47bd21c6ecf4cf8cca2d11ea9d30783251e3df45 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 8 Dec 2023 01:01:04 +0000 Subject: [PATCH] chore: bump kubernetes to '1.27.7-gke.1293000' --- 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 82842158..a24cb20e 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.27.7-gke.1121000" + default = "1.27.7-gke.1293000" } variable "node_default_machine_type" { default = "n2-standard-4"