From 5b0ee6d8d94f28f81e07a1f80db06660eb1da426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 09:30:05 +0000 Subject: [PATCH] fix(deps): update registry.k8s.io/coredns/coredns docker tag to v1.14.1 --- .../kind/infrastructure/controllers/coredns/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/distributions/kind/infrastructure/controllers/coredns/deployment.yaml b/k8s/distributions/kind/infrastructure/controllers/coredns/deployment.yaml index d23bf0afe..dbb5bbf68 100644 --- a/k8s/distributions/kind/infrastructure/controllers/coredns/deployment.yaml +++ b/k8s/distributions/kind/infrastructure/controllers/coredns/deployment.yaml @@ -43,7 +43,7 @@ spec: - args: - -conf - /etc/coredns/Corefile - image: registry.k8s.io/coredns/coredns:v1.13.2 + image: registry.k8s.io/coredns/coredns:v1.14.1 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 5