Pin coredns container image to 1.4.0 tag

coredns 1.5.0 got released recently and removed the proxy plugin which
we use, resulting in coredns being broken. Let's just pin the container
image tag to 1.4.0, as we don't want to fix our config each time coredns
is updated. We can move it forward consciously once there's some feature
we want.

Change-Id: I9099b13b4530049d0218e7165e8e85d14a459f5e
Closes-Bug: 1823855
This commit is contained in:
Michał Dulko 2019-04-09 09:57:05 +02:00
parent abcb1863e2
commit 559b78532c
1 changed files with 1 additions and 1 deletions

View File

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