From b482acdd01be8b70338f5fdfb977035b1f763c4a Mon Sep 17 00:00:00 2001 From: James Russell <2594816+coverprice@users.noreply.github.com> Date: Fri, 6 Apr 2018 17:32:58 -0700 Subject: [PATCH] Bumped Tectonic version --- config.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.tf b/config.tf index d433e3934b..b927249eda 100644 --- a/config.tf +++ b/config.tf @@ -128,9 +128,9 @@ variable "tectonic_versions" { default = { etcd = "3.1.8" - kubernetes = "1.8.9+tectonic.1" + kubernetes = "1.8.9+tectonic.2" monitoring = "1.9.5" - tectonic = "1.8.9-tectonic.1" + tectonic = "1.8.9-tectonic.2" tectonic-etcd = "0.0.1" cluo = "0.3.1" alm = "0.3.0"