From c4e87f9695db38aa7a607cd29b51404a6db9e3be Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 16 Aug 2017 18:20:40 -0700 Subject: [PATCH] Update assets generation for bootkube v0.6.1 --- README.md | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1827b3d..f6b2746 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ terraform apply ### Comparison -Render bootkube assets directly with bootkube v0.6.0. +Render bootkube assets directly with bootkube v0.6.1. #### On-host etcd diff --git a/variables.tf b/variables.tf index 035dd61..f74f1f7 100644 --- a/variables.tf +++ b/variables.tf @@ -50,7 +50,7 @@ variable "container_images" { type = "map" default = { - hyperkube = "quay.io/coreos/hyperkube:v1.7.1_coreos.0" + hyperkube = "quay.io/coreos/hyperkube:v1.7.3_coreos.0" etcd = "quay.io/coreos/etcd:v3.1.8" } }