From 212e1369358293a088e5fc706b29cfdf90de1619 Mon Sep 17 00:00:00 2001 From: Harsimran Singh Maan Date: Tue, 27 Aug 2024 13:29:07 -0700 Subject: [PATCH] Update coredns to 1.11.3 Used https://github.com/coredns/corefile-migration to migrate the corefile. There are no changes for the default file from 1.10.1 to 1.11.3. Notable plugin changes include the k8s_external with fallthrough option and rewrite with cname_target option. These changes are not part of the default config that ships with k3s. Customers using these two plugins can start using the new options Requires https://github.com/rancher/image-mirror/pull/704 Closes #10718 Signed-off-by: Harsimran Singh Maan --- manifests/coredns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/coredns.yaml b/manifests/coredns.yaml index 0975205d1779..be0b2d407b26 100644 --- a/manifests/coredns.yaml +++ b/manifests/coredns.yaml @@ -120,7 +120,7 @@ spec: k8s-app: kube-dns containers: - name: coredns - image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.10.1" + image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.11.3" imagePullPolicy: IfNotPresent resources: limits: