Skip to content

Commit

Permalink
Update load balancers versions to Nginx 1.27, Haproxy 3.1 (#11928)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoard authored Feb 8, 2025
1 parent cfad1bd commit d10a2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/kubespray-defaults/defaults/main/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d10a2cd

Please sign in to comment.