Update kube-vip to v1.0.3 (#12815)

This commit is contained in:
LawiK974 2026-01-04 18:22:37 +01:00 committed by GitHub
parent 0bffcacbe7
commit 20ab9179af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ spec:
value: {{ kube_vip_services_interface | string | to_json }}
{% endif %}
{% if kube_vip_cidr %}
- name: vip_cidr
- name: vip_{% if kube_vip_image_tag is version('v0.9.0', '>=') %}subnet{% else %}cidr{% endif %}
value: {{ kube_vip_cidr | string | to_json }}
{% endif %}
{% if kube_vip_dns_mode %}

View File

@ -266,7 +266,7 @@ external_openstack_cloud_controller_image_repo: "{{ kube_image_repo }}/provider-
external_openstack_cloud_controller_image_tag: "v1.32.0"
kube_vip_image_repo: "{{ github_image_repo }}/kube-vip/kube-vip{{ '-iptables' if kube_vip_lb_fwdmethod == 'masquerade' else '' }}"
kube_vip_image_tag: v0.8.9
kube_vip_image_tag: v1.0.3
nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
nginx_image_tag: 1.28.0-alpine
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"