Skip to content

Commit

Permalink
update-load-balancers-versions (kubernetes-sigs#10409)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay authored and guy.gold committed Oct 30, 2023
1 parent 7da3f04 commit b447cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/download/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ multus_image_tag: "{{ multus_version }}"
kube_vip_image_repo: "{{ github_image_repo }}/kube-vip/kube-vip"
kube_vip_image_tag: v0.5.12
nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
nginx_image_tag: 1.23.2-alpine
nginx_image_tag: 1.25.2-alpine
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"
haproxy_image_tag: 2.6.6-alpine
haproxy_image_tag: 2.8.2-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 b447cf5

Please sign in to comment.