From cd6fc8b720ef2116e5081fdffdb0e438723e1059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wouter=20Horr=C3=A9?= Date: Thu, 6 Dec 2018 10:13:29 +0100 Subject: [PATCH] Bump hyperkube to 1.12.3 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 825d44e5..ecba0a77 100644 --- a/variables.tf +++ b/variables.tf @@ -79,7 +79,7 @@ variable "container_images" { calico_cni = "quay.io/calico/cni:v3.1.3" flannel = "quay.io/coreos/flannel:v0.10.0-amd64" flannel_cni = "quay.io/coreos/flannel-cni:v0.3.0" - hyperkube = "k8s.gcr.io/hyperkube:v1.12.1" + hyperkube = "k8s.gcr.io/hyperkube:v1.12.3" coredns = "k8s.gcr.io/coredns:1.2.2" pod_checkpointer = "quay.io/coreos/pod-checkpointer:9dc83e1ab3bc36ca25c9f7c18ddef1b91d4a0558" weave_kube = "docker.io/weaveworks/weave-kube:2.4.1"