We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6888d commit 5e12472Copy full SHA for 5e12472
roles/kubespray_defaults/defaults/main/download.yml
@@ -284,9 +284,9 @@ external_openstack_cloud_controller_image_tag: "v1.32.0"
284
kube_vip_image_repo: "{{ github_image_repo }}/kube-vip/kube-vip{{ '-iptables' if kube_vip_lb_fwdmethod == 'masquerade' else '' }}"
285
kube_vip_image_tag: v0.8.9
286
nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
287
-nginx_image_tag: 1.27.4-alpine
+nginx_image_tag: 1.28.0-alpine
288
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"
289
-haproxy_image_tag: 3.1.3-alpine
+haproxy_image_tag: 3.1.7-alpine
290
291
# Coredns version should be supported by corefile-migration (or at least work with)
292
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail
0 commit comments