Skip to content

Commit 7f612b9

Browse files
committed
Switch to registry.k8s.io/coredns/coredns, only pull if not present
1 parent 804d644 commit 7f612b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conformance/base/manifests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,8 @@ spec:
704704
- args:
705705
- -conf
706706
- /root/Corefile
707-
image: coredns/coredns
707+
image: registry.k8s.io/coredns/coredns:v1.12.2
708+
imagePullPolicy: IfNotPresent
708709
name: coredns
709710
securityContext:
710711
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)