Upgrade kube-router (#12066)

- This happens to fix the fact that kube-router is broken when using the
  service proxy: https://github.com/cloudnativelabs/kube-router/issues/1558
This commit is contained in:
Max Gautier
2025-03-27 01:04:38 +01:00
committed by GitHub
parent a4843eaf5e
commit aa0c0851f8
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ Note:
- [cilium](https://github.com/cilium/cilium) 1.15.9 - [cilium](https://github.com/cilium/cilium) 1.15.9
- [flannel](https://github.com/flannel-io/flannel) 0.22.0 - [flannel](https://github.com/flannel-io/flannel) 0.22.0
- [kube-ovn](https://github.com/alauda/kube-ovn) 1.12.21 - [kube-ovn](https://github.com/alauda/kube-ovn) 1.12.21
- [kube-router](https://github.com/cloudnativelabs/kube-router) 2.0.0 - [kube-router](https://github.com/cloudnativelabs/kube-router) 2.1.1
- [multus](https://github.com/k8snetworkplumbingwg/multus-cni) 4.1.0 - [multus](https://github.com/k8snetworkplumbingwg/multus-cni) 4.1.0
- [weave](https://github.com/rajch/weave) 2.8.7 - [weave](https://github.com/rajch/weave) 2.8.7
- [kube-vip](https://github.com/kube-vip/kube-vip) 0.8.0 - [kube-vip](https://github.com/kube-vip/kube-vip) 0.8.0

View File

@@ -119,7 +119,7 @@ cilium_enable_hubble: false
kube_ovn_version: "1.12.21" kube_ovn_version: "1.12.21"
kube_ovn_dpdk_version: "19.11-v{{ kube_ovn_version }}" kube_ovn_dpdk_version: "19.11-v{{ kube_ovn_version }}"
kube_router_version: "2.0.0" kube_router_version: "2.1.1"
multus_version: "4.1.0" multus_version: "4.1.0"
helm_version: "{{ (helm_archive_checksums['amd64'] | dict2items)[0].key }}" helm_version: "{{ (helm_archive_checksums['amd64'] | dict2items)[0].key }}"
nerdctl_version: "{{ (nerdctl_archive_checksums['amd64'] | dict2items)[0].key }}" nerdctl_version: "{{ (nerdctl_archive_checksums['amd64'] | dict2items)[0].key }}"