From ca0e92a9a91f013c23497e164c4b322683183398 Mon Sep 17 00:00:00 2001 From: Alessio Onori Date: Thu, 19 Aug 2021 10:36:07 +0200 Subject: [PATCH] Update variables.tf --- terraform/gcp/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/gcp/variables.tf b/terraform/gcp/variables.tf index 675c67a..d5275c6 100644 --- a/terraform/gcp/variables.tf +++ b/terraform/gcp/variables.tf @@ -15,7 +15,7 @@ variable "machine_type" { } variable "k8s_version" { - default = "1.16.15-gke.6000" + default = "1.18.20-gke.501" } variable "image_type" {