Automated Manifest Update (#4746)

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

Reviewed-on: #4746
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 #4746.
This commit is contained in:
2026-03-15 02:51:05 +00:00
committed by Alex Lebens
parent 8eb2480e23
commit bfb0832cf3
33 changed files with 152 additions and 2755 deletions

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.14.1"
app.kubernetes.io/version: "v1.14.2"
spec:
replicas: 3
strategy:
@@ -49,7 +49,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"]
volumeMounts: