Update load balancers versions to Nginx 1.27, Haproxy 3.1 (#11928)

This commit is contained in:
Ali Afsharzadeh 2025-02-08 06:41:57 +03:30 committed by GitHub
parent cfad1bd420
commit d10a2cd4c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,9 +281,9 @@ external_openstack_cloud_controller_image_tag: "v1.31.1"
kube_vip_image_repo: "{{ github_image_repo }}/kube-vip/kube-vip"
kube_vip_image_tag: v0.8.0
nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
nginx_image_tag: 1.25.2-alpine
nginx_image_tag: 1.27.4-alpine
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"
haproxy_image_tag: 2.8.2-alpine
haproxy_image_tag: 3.1.3-alpine
# Coredns version should be supported by corefile-migration (or at least work with)
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail