Browse Source
Update load balancers versions to Nginx 1.27, Haproxy 3.1 (#11928)
pull/11909/merge
Ali Afsharzadeh
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
roles/kubespray-defaults/defaults/main/download.yml
|
|
@ -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 |
|
|
|