Merge pull request #8602 from gjtempleton/CoreDNS-1.6.7-master

Update coredns to 1.6.7
This commit is contained in:
Kubernetes Prow Robot 2020-02-21 13:42:48 -08:00 committed by GitHub
commit 61511b5c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ spec:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
containers: containers:
- name: coredns - 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 imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:

View File

@ -113,7 +113,7 @@ spec:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
containers: containers:
- name: coredns - 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 imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:

View File

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