From fd3b98865bf8bffbc872d56e6ce5097c9a0679e1 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 6 Mar 2024 01:01:11 +0000 Subject: [PATCH] chore: bump kubernetes to '1.27.11-gke.1062000' --- 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 d2e8ed34..2838e630 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.11-gke.1018000" + default = "1.27.11-gke.1062000" } variable "node_default_machine_type" { default = "n2-standard-4"