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

@@ -119,7 +119,7 @@ cilium_enable_hubble: false
kube_ovn_version: "1.12.21"
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"
helm_version: "{{ (helm_archive_checksums['amd64'] | dict2items)[0].key }}"
nerdctl_version: "{{ (nerdctl_archive_checksums['amd64'] | dict2items)[0].key }}"