From 3ba747bb482406f71612506a0f962d8f1f3171e0 Mon Sep 17 00:00:00 2001 From: "Wahlstedt, Walter (ww229g)" Date: Fri, 23 Sep 2022 14:21:52 -0400 Subject: [PATCH] CoreDNS: uplift to 1.9.4 * Uplift the CoreDNS image to 1.9.4 (From mirantis product) Change-Id: I3e272761b802cd2cc227c9877cecab1d19cda486 --- charts/coredns/Chart.yaml | 4 ++-- charts/coredns/values.yaml | 2 +- examples/basic/armada-resources.yaml | 2 +- examples/complete/armada-resources.yaml | 2 +- examples/containerd/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 +- tools/registry/IMAGES | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 454f4564..c4ac01ad 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 description: A chart for coredns name: coredns -version: 0.2.0 -appVersion: "1.8.6" +version: 0.3.0 +appVersion: "1.9.4" diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 7764fb61..db77f959 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -28,7 +28,7 @@ conf: images: tags: - coredns: coredns/coredns:1.8.6 + coredns: coredns/coredns:1.9.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 923164cf..327cadb6 100644 --- a/examples/basic/armada-resources.yaml +++ b/examples/basic/armada-resources.yaml @@ -565,7 +565,7 @@ data: - kubernetes.default.svc.cluster.local images: tags: - coredns: coredns/coredns:1.8.6 + coredns: coredns/coredns:1.9.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 e59e3244..7732c5a8 100644 --- a/examples/complete/armada-resources.yaml +++ b/examples/complete/armada-resources.yaml @@ -586,7 +586,7 @@ data: images: tags: - coredns: coredns/coredns:1.8.6 + coredns: coredns/coredns:1.9.4 test: quay.io/airshipit/promenade:master source: type: local diff --git a/examples/containerd/armada-resources.yaml b/examples/containerd/armada-resources.yaml index fef86843..3b49c62e 100644 --- a/examples/containerd/armada-resources.yaml +++ b/examples/containerd/armada-resources.yaml @@ -462,7 +462,7 @@ data: images: tags: - coredns: coredns/coredns:1.8.6 + coredns: coredns/coredns:1.9.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 154d99e5..806f24e0 100644 --- a/examples/gate/armada-resources.yaml +++ b/examples/gate/armada-resources.yaml @@ -468,7 +468,7 @@ data: images: tags: - coredns: coredns/coredns:1.8.6 + coredns: coredns/coredns:1.9.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 4b61eaca..29e2f800 100644 --- a/tests/unit/builder_data/simple/armada-resources.yaml +++ b/tests/unit/builder_data/simple/armada-resources.yaml @@ -475,7 +475,7 @@ data: images: tags: - coredns: coredns/coredns:1.8.6 + coredns: coredns/coredns:1.9.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 244ae8bf..7f54ec26 100644 --- a/tools/gate/default-config-env +++ b/tools/gate/default-config-env @@ -3,7 +3,7 @@ IMAGE_CALICO_CNI=quay.io/calico/cni:v3.4.0 IMAGE_CALICO_CTL=quay.io/calico/ctl:v3.4.0 IMAGE_CALICO_KUBE_CONTROLLERS=quay.io/calico/kube-controllers:v3.4.0 IMAGE_CALICO_NODE=quay.io/calico/node:v3.4.0 -IMAGE_COREDNS=coredns/coredns:1.8.6 +IMAGE_COREDNS=coredns/coredns:1.9.4 IMAGE_DEP_CHECK=quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 IMAGE_ETCD=quay.io/coreos/etcd:v3.5.4 IMAGE_HAPROXY=haproxy:1.8.3 diff --git a/tools/registry/IMAGES b/tools/registry/IMAGES index 63c92af8..171c2c12 100644 --- a/tools/registry/IMAGES +++ b/tools/registry/IMAGES @@ -1,5 +1,5 @@ # source_name, tag, cache_name -coredns/coredns,1.8.6,coredns +coredns/coredns,1.9.4,coredns bitnami/kubectl,1.24.4,kubectl k8s.gcr.io/kube-apiserver-amd64,v1.24.4,apiserver k8s.gcr.io/kube-controller-manager-amd64,v1.24.4,controller-manager