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 92e8ac9 commit c89c34fCopy full SHA for c89c34f
roles/kubespray_defaults/defaults/main/download.yml
@@ -279,9 +279,9 @@ external_openstack_cloud_controller_image_tag: "v1.32.0"
279
kube_vip_image_repo: "{{ github_image_repo }}/kube-vip/kube-vip{{ '-iptables' if kube_vip_lb_fwdmethod == 'masquerade' else '' }}"
280
kube_vip_image_tag: v0.8.9
281
nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
282
-nginx_image_tag: 1.27.4-alpine
+nginx_image_tag: 1.28.0-alpine
283
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"
284
-haproxy_image_tag: 3.1.3-alpine
+haproxy_image_tag: 3.1.7-alpine
285
286
# Coredns version should be supported by corefile-migration (or at least work with)
287
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail
0 commit comments