Automated Manifest Update (#3535)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3535
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3535.
This commit is contained in:
2026-01-27 20:52:00 +00:00
committed by Alex Lebens
parent c6d4d9f317
commit 8a203b2042

View File

@@ -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: