update-coredns-version (#9503)

This commit is contained in:
Kay Yan
2022-11-19 12:16:29 +08:00
committed by GitHub
parent ed0acd8027
commit 6c6a6e85da
2 changed files with 2 additions and 2 deletions

View File

@@ -1008,7 +1008,7 @@ haproxy_image_tag: 2.6.1-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.8.6"
coredns_version: "v1.9.3"
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' }}"