Skip to content

Commit 7363aa1

Browse files
authored
Merge pull request kubernetes#94951 from prameshj/patch-4
Update nodelocaldns yaml to use 1.15.14 image
2 parents 18782e9 + d730e5f commit 7363aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec:
138138
operator: "Exists"
139139
containers:
140140
- name: node-cache
141-
image: k8s.gcr.io/k8s-dns-node-cache:1.15.13
141+
image: k8s.gcr.io/dns/k8s-dns-node-cache:1.15.14
142142
resources:
143143
requests:
144144
cpu: 25m

0 commit comments

Comments
 (0)