Skip to content

Commit

Permalink
bump nodelocaldns version to 1.22.20 (kubernetes-sigs#10200)
Browse files Browse the repository at this point in the history
Signed-off-by: Emin Aktaş <[email protected]>
  • Loading branch information
eminaktas authored Jun 8, 2023
1 parent f5ee8b7 commit 2b80d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down

0 comments on commit 2b80d05

Please sign in to comment.