From e6193bbdcfe90fd3c18b3a9dc4bdedb0a49ece98 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 12 Nov 2021 10:59:20 -0800 Subject: [PATCH] Update CoreDNS from v1.8.4 to v1.8.6 * https://github.com/kubernetes/kubernetes/pull/106091 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 1538d79..df3e2b9 100644 --- a/variables.tf +++ b/variables.tf @@ -62,7 +62,7 @@ variable "container_images" { calico_cni = "quay.io/calico/cni:v3.21.0" cilium_agent = "quay.io/cilium/cilium:v1.10.5" cilium_operator = "quay.io/cilium/operator-generic:v1.10.5" - coredns = "k8s.gcr.io/coredns/coredns:v1.8.4" + coredns = "k8s.gcr.io/coredns/coredns:v1.8.6" flannel = "quay.io/coreos/flannel:v0.15.0" flannel_cni = "quay.io/poseidon/flannel-cni:v0.4.2" kube_apiserver = "k8s.gcr.io/kube-apiserver:v1.22.3"