Skip to content

Commit 416cc31

Browse files
Update coredns/coredns Docker tag to v1.13.1 (main) (#8484)
Update coredns/coredns Docker tag to v1.13.1 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | coredns/coredns | 1.10.0 | 1.13.1 | | docker | coredns/coredns | 1.10.1 | 1.13.1 | 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 8c7eb20 commit 416cc31

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.10.0
28+
image: coredns/coredns:1.13.1
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.10.0
28+
image: coredns/coredns:1.13.1
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.10.0
28+
image: coredns/coredns:1.13.1
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.10.1
28+
image: coredns/coredns:1.13.1
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.10.1
28+
image: coredns/coredns:1.13.1
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.10.0
28+
image: coredns/coredns:1.13.1
2929
args: [ "-conf", "/etc/coredns/Corefile" ]
3030
volumeMounts:
3131
- name: config-volume

0 commit comments

Comments
 (0)