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

View file

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

View file

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

View file

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

View file

@ -364,7 +364,7 @@ const (
CoreDNSImageName = "coredns" CoreDNSImageName = "coredns"
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used // 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 is the string kind value for the ClusterConfiguration struct
ClusterConfigurationKind = "ClusterConfiguration" ClusterConfigurationKind = "ClusterConfiguration"