Skip to content

Commit

Permalink
chore: replace k8s.gcr.io registry calls
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Feb 14, 2023
1 parent 15cc640 commit 45a06aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
- args:
- -conf
- /etc/coredns/Corefile
image: k8s.gcr.io/coredns:1.3.1
image: registry.k8s.io/coredns:1.3.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
secretName: coredns-token-9gmrh
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.3.1
image: registry.k8s.io/coredns:1.3.1
args:
- "-conf"
- "/etc/coredns/Corefile"
Expand Down

0 comments on commit 45a06aa

Please sign in to comment.