Update coredns to 1.6.7

This commit is contained in:
Matteo Ruina 2020-01-31 10:45:51 +01:00 committed by Matteo Ruina
parent 03aa9a4cce
commit cc15043dca
3 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: coredns
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}k8s.gcr.io/coredns:1.6.6{{ end }}
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}k8s.gcr.io/coredns:1.6.7{{ end }}
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@ -113,7 +113,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: coredns
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}k8s.gcr.io/coredns:1.6.6{{ end }}
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}k8s.gcr.io/coredns:1.6.7{{ end }}
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@ -271,7 +271,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
if kubeDNS.Provider == "CoreDNS" {
{
key := "coredns.addons.k8s.io"
version := "1.6.6-kops.1"
version := "1.6.7-kops.1"
{
location := key + "/k8s-1.6.yaml"
@ -290,7 +290,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
{
key := "coredns.addons.k8s.io"
version := "1.6.6-kops.2"
version := "1.6.7-kops.1"
{
location := key + "/k8s-1.12.yaml"