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
This commit is contained in:
Roman Dobosz 2020-11-26 16:37:58 +01:00
parent 11b61be0f1
commit 42b5790064
1 changed files with 1 additions and 1 deletions

View File

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