From a5c3fc5726aff7d4d046e9bf22d3e5d97eee5c5f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 29 Apr 2026 02:04:55 +0000 Subject: [PATCH] Update registry.k8s.io/coredns/coredns Docker tag to v1.14.3 --- infra/controllers/coredns.yaml | 2 +- infra/controllers/dns-public.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/controllers/coredns.yaml b/infra/controllers/coredns.yaml index a207f81..f5900ee 100644 --- a/infra/controllers/coredns.yaml +++ b/infra/controllers/coredns.yaml @@ -110,7 +110,7 @@ spec: kubernetes.io/os: linux containers: - name: coredns - image: registry.k8s.io/coredns/coredns:v1.14.2 + image: registry.k8s.io/coredns/coredns:v1.14.3 imagePullPolicy: IfNotPresent args: ["-conf", "/etc/coredns/Corefile"] ports: diff --git a/infra/controllers/dns-public.yaml b/infra/controllers/dns-public.yaml index bda307a..e2d3a22 100644 --- a/infra/controllers/dns-public.yaml +++ b/infra/controllers/dns-public.yaml @@ -97,7 +97,7 @@ spec: env: - name: GOMEMLIMIT value: 161MiB - image: registry.k8s.io/coredns/coredns:v1.14.2 + image: registry.k8s.io/coredns/coredns:v1.14.3 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 5 -- 2.52.0