From 4af8bd98c35dbb40565b407118da17cdd0dd551b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emin=20Akta=C5=9F?= Date: Thu, 8 Jun 2023 08:50:58 +0300 Subject: [PATCH] bump coredns version to 1.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emin Aktaş --- README.md | 2 +- roles/download/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c110f20bed..36e9591ee57 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Note: Upstart/SysV init based OS types are not supported. - [kube-vip](https://github.com/kube-vip/kube-vip) v0.5.12 - Application - [cert-manager](https://github.com/jetstack/cert-manager) v1.11.1 - - [coredns](https://github.com/coredns/coredns) v1.9.3 + - [coredns](https://github.com/coredns/coredns) v1.10.1 - [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.7.1 - [krew](https://github.com/kubernetes-sigs/krew) v0.4.3 - [argocd](https://argoproj.github.io/) v2.7.2 diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index f07110a87b7..c375e59b31d 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -1031,7 +1031,7 @@ haproxy_image_tag: 2.6.6-alpine # Coredns version should be supported by corefile-migration (or at least work with) # bundle with kubeadm; if not 'basic' upgrade can sometimes fail -coredns_version: "{{ 'v1.9.3' if (kube_version is version('v1.25.0','>=')) else 'v1.8.6' }}" +coredns_version: "{{ 'v1.10.1' if (kube_version is version('v1.25.0','>=')) else 'v1.8.6' }}" coredns_image_is_namespaced: "{{ (coredns_version is version('v1.7.1','>=')) }}" coredns_image_repo: "{{ kube_image_repo }}{{'/coredns/coredns' if (coredns_image_is_namespaced | bool) else '/coredns' }}"