mirror of https://github.com/k3s-io/k3s
Update coredns to 1.12.0 (#11456)
* Update to coredns 1.12.0 Signed-off-by: Reinhard Nägele <unguiculus@gmail.com> Co-authored-by: Reinhard Nägele <unguiculus@gmail.com>pull/11460/head
parent
20ea4f332a
commit
c8280df92d
|
@ -120,7 +120,7 @@ spec:
|
|||
k8s-app: kube-dns
|
||||
containers:
|
||||
- name: coredns
|
||||
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.11.3"
|
||||
image: "%{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.12.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
docker.io/rancher/klipper-helm:v0.9.3-build20241008
|
||||
docker.io/rancher/klipper-lb:v0.4.9
|
||||
docker.io/rancher/local-path-provisioner:v0.0.30
|
||||
docker.io/rancher/mirrored-coredns-coredns:1.11.3
|
||||
docker.io/rancher/mirrored-coredns-coredns:1.12.0
|
||||
docker.io/rancher/mirrored-library-busybox:1.36.1
|
||||
docker.io/rancher/mirrored-library-traefik:2.11.10
|
||||
docker.io/rancher/mirrored-metrics-server:v0.7.2
|
||||
|
|
Loading…
Reference in New Issue