From 8a203b2042a7e362bde543adaeb32849ef64d158 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 27 Jan 2026 20:52:00 +0000 Subject: [PATCH] Automated Manifest Update (#3535) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3535 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- clusters/cl01tl/manifests/coredns/Deployment-coredns.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/manifests/coredns/Deployment-coredns.yaml b/clusters/cl01tl/manifests/coredns/Deployment-coredns.yaml index 8d51c8073..3261420a9 100644 --- a/clusters/cl01tl/manifests/coredns/Deployment-coredns.yaml +++ b/clusters/cl01tl/manifests/coredns/Deployment-coredns.yaml @@ -11,7 +11,7 @@ metadata: kubernetes.io/cluster-service: "true" kubernetes.io/name: "CoreDNS" app.kubernetes.io/name: coredns - app.kubernetes.io/version: "v1.13.2" + app.kubernetes.io/version: "v1.14.1" spec: replicas: 3 strategy: @@ -49,7 +49,7 @@ spec: kubernetes.io/os: linux containers: - name: "coredns" - image: "registry.k8s.io/coredns/coredns:v1.13.2" + image: "registry.k8s.io/coredns/coredns:v1.14.1" imagePullPolicy: IfNotPresent args: ["-conf", "/etc/coredns/Corefile"] volumeMounts: