From 0dceda8cec90f8a614e8992adc8b80ebbbd88cfe Mon Sep 17 00:00:00 2001 From: Dimitrios Karagiannis Date: Fri, 22 May 2020 11:20:02 +0100 Subject: [PATCH] Upgrade to kube 1.18 Signed-off-by: Dimitrios Karagiannis --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index ae1e12e..29d29eb 100644 --- a/variables.tf +++ b/variables.tf @@ -59,7 +59,7 @@ variable "hyperkube_image_url" { variable "hyperkube_image_tag" { description = "The version of the hyperkube image to use." - default = "v1.17.3" + default = "v1.18.3" } variable "cluster_dns" {