Skip to content

Commit 2984986

Browse files
Update coredns/coredns Docker tag to v1.14.6 (release-5.5) (#10427)
Update coredns/coredns Docker tag to v1.14.6 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | coredns/coredns | 1.14.4 | 1.14.6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f20093 commit 2984986

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/custom-resources/basic-tcp-udp/dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: coredns
28-
image: coredns/coredns:1.14.4
28+
image: coredns/coredns:1.14.6
2929
args: [ "-conf", "/etc/coredns/Corefile" ]
3030
volumeMounts:
3131
- name: config-volume

examples/custom-resources/custom-ip-listeners/transportserver/dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: coredns
28-
image: coredns/coredns:1.14.4
28+
image: coredns/coredns:1.14.6
2929
args: [ "-conf", "/etc/coredns/Corefile" ]
3030
volumeMounts:
3131
- name: config-volume

examples/ingress-resources/tcp-udp/dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: coredns
28-
image: coredns/coredns:1.14.4
28+
image: coredns/coredns:1.14.6
2929
args: [ "-conf", "/etc/coredns/Corefile" ]
3030
volumeMounts:
3131
- name: config-volume

tests/data/transport-server-externalname/external-svc-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: coredns-external-backend
28-
image: coredns/coredns:1.14.4
28+
image: coredns/coredns:1.14.6
2929
args: [ "-conf", "/etc/coredns/Corefile" ]
3030
volumeMounts:
3131
- name: config-volume

tests/data/transport-server-externalname/standard/service_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: coredns
28-
image: coredns/coredns:1.14.4
28+
image: coredns/coredns:1.14.6
2929
args: [ "-conf", "/etc/coredns/Corefile" ]
3030
volumeMounts:
3131
- name: config-volume

tests/data/transport-server-status/standard/service_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: coredns
28-
image: coredns/coredns:1.14.4
28+
image: coredns/coredns:1.14.6
2929
args: [ "-conf", "/etc/coredns/Corefile" ]
3030
volumeMounts:
3131
- name: config-volume

0 commit comments

Comments
 (0)