From 91b7a69e318995cf7cdeb609c46995bf6f9eb91a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Mar 2026 00:00:40 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/coredns/coredns docker tag to v1.14.2 --- 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 09a1db0..a207f81 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.1 + image: registry.k8s.io/coredns/coredns:v1.14.2 imagePullPolicy: IfNotPresent args: ["-conf", "/etc/coredns/Corefile"] ports: diff --git a/infra/controllers/dns-public.yaml b/infra/controllers/dns-public.yaml index 87480ef..bda307a 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.1 + image: registry.k8s.io/coredns/coredns:v1.14.2 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 5