File tree 2 files changed +2
-2
lines changed
roles/kubespray-defaults/defaults/main 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Note:
119
119
- Network Plugin
120
120
- [ cni-plugins] ( https://github.com/containernetworking/plugins ) 1.4.1
121
121
- [ calico] ( https://github.com/projectcalico/calico ) 3.29.2
122
- - [ cilium] ( https://github.com/cilium/cilium ) 1.15.9
122
+ - [ cilium] ( https://github.com/cilium/cilium ) 1.17.0
123
123
- [ flannel] ( https://github.com/flannel-io/flannel ) 0.22.0
124
124
- [ kube-ovn] ( https://github.com/alauda/kube-ovn ) 1.12.21
125
125
- [ kube-router] ( https://github.com/cloudnativelabs/kube-router ) 2.0.0
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ flannel_cni_version: 1.1.2
113
113
weave_version : 2.8.7
114
114
cni_version : " {{ (cni_binary_checksums['amd64'] | dict2items)[0].key }}"
115
115
116
- cilium_version : " 1.15.9 "
116
+ cilium_version : " 1.17.0 "
117
117
cilium_cli_version : " {{ (ciliumcli_binary_checksums['amd64'] | dict2items)[0].key }}"
118
118
cilium_enable_hubble : false
119
119
You can’t perform that action at this time.
0 commit comments