Browse Source
Upgrade haproxy load balancer from 3.1.7 to 3.2.4 (#12557)
Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
pull/12564/head
Ali Afsharzadeh
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
roles/kubespray_defaults/defaults/main/download.yml
|
|
@ -268,7 +268,7 @@ kube_vip_image_tag: v0.8.9 |
|
|
|
nginx_image_repo: "{{ docker_image_repo }}/library/nginx" |
|
|
|
nginx_image_tag: 1.28.0-alpine |
|
|
|
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy" |
|
|
|
haproxy_image_tag: 3.1.7-alpine |
|
|
|
haproxy_image_tag: 3.2.4-alpine |
|
|
|
|
|
|
|
# Coredns version should be supported by corefile-migration (or at least work with) |
|
|
|
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail |
|
|
|