Skip to content

Commit

Permalink
Update roles/kubespray-defaults/defaults/main/download.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamed Omar Zaian <[email protected]>
  • Loading branch information
batazor and mzaian committed Jan 23, 2024
1 parent c872ff1 commit f9c74c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubespray-defaults/defaults/main/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ haproxy_image_tag: 2.8.2-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.11.1' if (kube_version is version('v1.27.0', '>=')) else 'v1.9.3' }}"
coredns_version: "{{ 'v1.11.1' if (kube_version is version('v1.29.0', '>=')) else 'v1.10.1' }}"
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' }}"
Expand Down

0 comments on commit f9c74c0

Please sign in to comment.