From 79033f0feab550d2a998dc9baa9dac697dae8ae3 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sun, 24 Jul 2022 01:00:43 +0000 Subject: [PATCH] Bump k8s to '"1.21.14-gke.700"' --- 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 e7da2b9e..cd3041f0 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.21.13-gke.900" + default = "1.21.14-gke.700" } variable "node_default_machine_type" { default = "n2-standard-4"