From c76d317fbcc837aba4b9103c7efb1ccd069f0cf2 Mon Sep 17 00:00:00 2001 From: Samuel Pilla Date: Mon, 11 Nov 2019 10:25:43 -0600 Subject: [PATCH] Upgrade coredns version for k8s 1.16 Change-Id: I3b8a9e92ddb5b1f9cd42bb7af23c9999da627ac5 --- charts/coredns/values.yaml | 2 +- examples/basic/armada-resources.yaml | 2 +- examples/complete/armada-resources.yaml | 2 +- examples/gate/armada-resources.yaml | 2 +- tests/unit/builder_data/simple/armada-resources.yaml | 2 +- tools/gate/default-config-env | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 248efe2a..0938863d 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -24,7 +24,7 @@ conf: images: tags: - coredns: coredns/coredns:1.6.2 + coredns: coredns/coredns:1.6.4 test: quay.io/airshipit/promenade:latest pull_policy: "IfNotPresent" diff --git a/examples/basic/armada-resources.yaml b/examples/basic/armada-resources.yaml index e3fbdc71..8ad265b0 100644 --- a/examples/basic/armada-resources.yaml +++ b/examples/basic/armada-resources.yaml @@ -552,7 +552,7 @@ data: - kubernetes.default.svc.cluster.local images: tags: - coredns: coredns/coredns:1.6.2 + coredns: coredns/coredns:1.6.4 test: quay.io/airshipit/promenade:master source: type: local diff --git a/examples/complete/armada-resources.yaml b/examples/complete/armada-resources.yaml index e1d8ff17..1d0caf8a 100644 --- a/examples/complete/armada-resources.yaml +++ b/examples/complete/armada-resources.yaml @@ -588,7 +588,7 @@ data: images: tags: - coredns: coredns/coredns:1.6.2 + coredns: coredns/coredns:1.6.4 test: quay.io/airshipit/promenade:master source: type: local diff --git a/examples/gate/armada-resources.yaml b/examples/gate/armada-resources.yaml index 338b8cf7..b1363379 100644 --- a/examples/gate/armada-resources.yaml +++ b/examples/gate/armada-resources.yaml @@ -443,7 +443,7 @@ data: images: tags: - coredns: coredns/coredns:1.6.2 + coredns: coredns/coredns:1.6.4 test: quay.io/airshipit/promenade:master source: type: local diff --git a/tests/unit/builder_data/simple/armada-resources.yaml b/tests/unit/builder_data/simple/armada-resources.yaml index adf20a37..0440930b 100644 --- a/tests/unit/builder_data/simple/armada-resources.yaml +++ b/tests/unit/builder_data/simple/armada-resources.yaml @@ -477,7 +477,7 @@ data: images: tags: - coredns: coredns/coredns:1.6.2 + coredns: coredns/coredns:1.6.4 test: quay.io/airshipit/promenade:master source: type: local diff --git a/tools/gate/default-config-env b/tools/gate/default-config-env index dbf06841..e3d116e2 100644 --- a/tools/gate/default-config-env +++ b/tools/gate/default-config-env @@ -3,7 +3,7 @@ IMAGE_CALICO_CNI=quay.io/calico/cni:v1.11.2 IMAGE_CALICO_CTL=quay.io/calico/ctl:v1.6.3 IMAGE_CALICO_KUBE_CONTROLLERS=quay.io/calico/kube-controllers:v1.0.2 IMAGE_CALICO_NODE=quay.io/calico/node:v2.6.5 -IMAGE_COREDNS=coredns/coredns:1.1.3 +IMAGE_COREDNS=coredns/coredns:1.6.4 IMAGE_DEP_CHECK=quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 IMAGE_ETCD=quay.io/coreos/etcd:v3.3.12 IMAGE_HAPROXY=haproxy:1.8.3