Update Kube-router version to 1.5.1 (#9136)
https://github.com/cloudnativelabs/kube-router/releases/tag/v1.5.1pull/9078/head
parent
06f8368ce6
commit
4487a374b1
|
@ -146,7 +146,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
||||||
- [cilium](https://github.com/cilium/cilium) v1.11.7
|
- [cilium](https://github.com/cilium/cilium) v1.11.7
|
||||||
- [flannel](https://github.com/flannel-io/flannel) v0.18.1
|
- [flannel](https://github.com/flannel-io/flannel) v0.18.1
|
||||||
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.9.7
|
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.9.7
|
||||||
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.0
|
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.1
|
||||||
- [multus](https://github.com/intel/multus-cni) v3.8
|
- [multus](https://github.com/intel/multus-cni) v3.8
|
||||||
- [weave](https://github.com/weaveworks/weave) v2.8.1
|
- [weave](https://github.com/weaveworks/weave) v2.8.1
|
||||||
- Application
|
- Application
|
||||||
|
|
|
@ -113,7 +113,7 @@ pod_infra_version: "3.6"
|
||||||
cilium_version: "v1.11.7"
|
cilium_version: "v1.11.7"
|
||||||
kube_ovn_version: "v1.9.7"
|
kube_ovn_version: "v1.9.7"
|
||||||
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
|
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
|
||||||
kube_router_version: "v1.5.0"
|
kube_router_version: "v1.5.1"
|
||||||
multus_version: "v3.8-{{ image_arch }}"
|
multus_version: "v3.8-{{ image_arch }}"
|
||||||
helm_version: "v3.9.2"
|
helm_version: "v3.9.2"
|
||||||
nerdctl_version: "0.20.0"
|
nerdctl_version: "0.20.0"
|
||||||
|
|
Loading…
Reference in New Issue