bump nodelocaldns version to 1.22.20 (#10200)

Signed-off-by: Emin Aktaş <eminaktas34@gmail.com>
This commit is contained in:
Emin AKTAS
2023-06-08 13:08:14 +03:00
committed by GitHub
parent f5ee8b71ff
commit 2b80d053f3

View File

@ -1037,7 +1037,7 @@ 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' }}"
coredns_image_tag: "{{ coredns_version if (coredns_image_is_namespaced | bool) else (coredns_version | regex_replace('^v', '')) }}"
nodelocaldns_version: "1.22.18"
nodelocaldns_version: "1.22.20"
nodelocaldns_image_repo: "{{ kube_image_repo }}/dns/k8s-dns-node-cache"
nodelocaldns_image_tag: "{{ nodelocaldns_version }}"