Merge "Pin coredns container image to 1.4.0 tag"

This commit is contained in:
Zuul 2019-04-12 11:31:07 +00:00 committed by Gerrit Code Review
commit 34baf85c7e
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ spec:
hostNetwork: true
containers:
- name: coredns
image: coredns/coredns
image: coredns/coredns:1.4.0
imagePullPolicy: Always
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: