bump coredns to v1.14.2 for kubeadm and cluster/

This commit is contained in:
Paco Xu
2026-03-10 17:44:14 +08:00
parent a142b22c38
commit ed316226d2
4 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,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
resources:
limits:

View File

@@ -133,7 +133,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
resources:
limits:

View File

@@ -133,7 +133,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
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.1"
CoreDNSVersion = "v1.14.2"
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
ClusterConfigurationKind = "ClusterConfiguration"