From 5aed7693dac7845addad6a951fde2ba517dc3eec Mon Sep 17 00:00:00 2001 From: CI Bot Date: Thu, 3 Nov 2022 01:00:27 +0000 Subject: [PATCH] chore: bump kubernetes to '1.23.12-gke.1600' --- 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 07dc9a8a..caabf8c0 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.23.12-gke.100" + default = "1.23.12-gke.1600" } variable "node_default_machine_type" { default = "n2-standard-4"