Change registry for fetching coredns image.

We see a lot of issues regarding fetching images from docker.io, due to
their latest changes to the quota policy, so that we decided to move to
registry quay.io.

Change-Id: Ia91ad1c3384a35bb9c87c092e20862a188aa2fdf
(cherry picked from commit 42b5790064)
This commit is contained in:
Roman Dobosz 2020-11-26 16:37:58 +01:00
parent 9df7d5c74e
commit 4480f1e370
1 changed files with 1 additions and 1 deletions

View File

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