feat: update CoreDNS to 1.9.0

See https://github.com/coredns/coredns/blob/master/notes/coredns-1.9.0.md

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2022-02-16 17:50:33 +03:00
parent a9a47b7559
commit 00ccaf13fb
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
3 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ with a single `--mode` flag that can take the following values:
description="""\
* Linux: 5.15.23
* Kubernetes: 1.23.3
* CoreDNS: 1.8.7
* CoreDNS: 1.9.0
* etcd: 3.5.2
* containerd: 1.6.0
* runc: 1.1.0

View File

@ -257,7 +257,7 @@ const (
CoreDNSImage = "docker.io/coredns/coredns"
// DefaultCoreDNSVersion is the default version for the CoreDNS.
DefaultCoreDNSVersion = "1.8.7"
DefaultCoreDNSVersion = "1.9.0"
// LabelNodeRoleMaster is the node label required by a control plane node.
LabelNodeRoleMaster = "node-role.kubernetes.io/master"

View File

@ -1319,7 +1319,7 @@ Examples:
``` yaml
coreDNS:
image: docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
```
@ -2702,7 +2702,7 @@ Appears in:
``` yaml
image: docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
```
<hr />