update version and manifest

This commit is contained in:
Sandeep Rajan 2018-08-30 11:54:20 -04:00
parent 06f39edec2
commit 0bdf97897f
2 changed files with 4 additions and 2 deletions

View File

@ -64,7 +64,9 @@ data:
}
prometheus :9153
proxy . /etc/resolv.conf
loop
cache 30
loadbalance
reload
}
---
@ -99,7 +101,7 @@ spec:
operator: "Exists"
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.1.3
image: k8s.gcr.io/coredns:1.2.2
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@ -211,7 +211,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if kubeDNS.Provider == "CoreDNS" {
{
key := "coredns.addons.k8s.io"
version := "1.1.3-kops.1"
version := "1.2.2-kops.1"
{
location := key + "/k8s-1.6.yaml"