From a96d321b6c967834ffae1d0d2104cc89cc063306 Mon Sep 17 00:00:00 2001 From: Dimitrios Karagiannis Date: Tue, 26 Sep 2017 17:05:32 +0100 Subject: [PATCH] update hyperkube and etcd default versions --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 6747029..89ec037 100644 --- a/variables.tf +++ b/variables.tf @@ -19,7 +19,7 @@ variable "etcd_image_url" { variable "etcd_image_tag" { description = "The version of the etcd image to use." - default = "v3.2.2" + default = "v3.2.7" } variable "node_exporter_image_url" { @@ -39,7 +39,7 @@ variable "hyperkube_image_url" { variable "hyperkube_image_tag" { description = "The version of the hyperkube image to use." - default = "v1.7.0_coreos.0" + default = "v1.7.6_coreos.0" } variable "ssl_s3_bucket" {