update coredns to 1.14.1

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li 2026-01-19 11:14:50 +08:00
parent 4823e1fade
commit 1713d43d13
5 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ dependencies:
# CoreDNS
- name: "coredns-kube-up"
version: 1.14.0
version: 1.14.1
refPaths:
- path: cluster/addons/dns/coredns/coredns.yaml.base
match: registry.k8s.io/coredns
@ -41,7 +41,7 @@ dependencies:
match: registry.k8s.io/coredns
- name: "coredns-kubeadm"
version: 1.14.0
version: 1.14.1
refPaths:
- path: cmd/kubeadm/app/constants/constants.go
match: CoreDNSVersion =

View file

@ -133,7 +133,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.14.0
image: registry.k8s.io/coredns/coredns:v1.14.1
imagePullPolicy: IfNotPresent
resources:
limits:

View file

@ -133,7 +133,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.14.0
image: registry.k8s.io/coredns/coredns:v1.14.1
imagePullPolicy: IfNotPresent
resources:
limits:

View file

@ -133,7 +133,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.14.0
image: registry.k8s.io/coredns/coredns:v1.14.1
imagePullPolicy: IfNotPresent
resources:
limits:

View file

@ -364,7 +364,7 @@ const (
CoreDNSImageName = "coredns"
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
CoreDNSVersion = "v1.14.0"
CoreDNSVersion = "v1.14.1"
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
ClusterConfigurationKind = "ClusterConfiguration"