From 7f30be79b364e0e24ac121ae29f564413b5ca81c Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Wed, 24 Apr 2019 19:43:03 -0400 Subject: [PATCH] Update k8s-dns-node-cache image version This revised image resolves kubernetes dns#292 by updating the image from `k8s-dns-node-cache:1.15.2` to `k8s-dns-node-cache:1.15.2` --- cluster/addons/dns/nodelocaldns/nodelocaldns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml b/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml index 9ed27376559..46f16af7e14 100644 --- a/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml +++ b/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml @@ -111,7 +111,7 @@ spec: operator: "Exists" containers: - name: node-cache - image: k8s.gcr.io/k8s-dns-node-cache:1.15.1 + image: k8s.gcr.io/k8s-dns-node-cache:1.15.2 resources: limits: memory: 30Mi