From 2a9a4d8f310bf83eb80afc5773fd32639fab4fdd Mon Sep 17 00:00:00 2001 From: sandipndev Date: Fri, 31 May 2024 13:03:11 +0530 Subject: [PATCH] rever: bump kubernetes to '1.27.14-gke.1011000' This reverts commit 330a2a133ce1d636060a0a7b6736ef6874288ac3. --- 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 aeb5fbf4..8e11e995 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.14-gke.1011000" + default = "1.27.13-gke.1000000" } variable "node_default_machine_type" { default = "n2-standard-4"