Skip to content

Commit c89c34f

Browse files
authored
Update load balancers versions to Nginx 1.28.0, Haproxy 3.1.7 (#12178)
1 parent 92e8ac9 commit c89c34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/kubespray_defaults/defaults/main/download.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ external_openstack_cloud_controller_image_tag: "v1.32.0"
279279
kube_vip_image_repo: "{{ github_image_repo }}/kube-vip/kube-vip{{ '-iptables' if kube_vip_lb_fwdmethod == 'masquerade' else '' }}"
280280
kube_vip_image_tag: v0.8.9
281281
nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
282-
nginx_image_tag: 1.27.4-alpine
282+
nginx_image_tag: 1.28.0-alpine
283283
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"
284-
haproxy_image_tag: 3.1.3-alpine
284+
haproxy_image_tag: 3.1.7-alpine
285285

286286
# Coredns version should be supported by corefile-migration (or at least work with)
287287
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail

0 commit comments

Comments
 (0)