Skip to content

Commit c281a50

Browse files
committed
Upgrade cilium version to 1.17.0
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 parent 4c7c61d commit c281a50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Note:
119119
- Network Plugin
120120
- [cni-plugins](https://github.com/containernetworking/plugins) 1.4.1
121121
- [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
123123
- [flannel](https://github.com/flannel-io/flannel) 0.22.0
124124
- [kube-ovn](https://github.com/alauda/kube-ovn) 1.12.21
125125
- [kube-router](https://github.com/cloudnativelabs/kube-router) 2.0.0

roles/kubespray-defaults/defaults/main/download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ flannel_cni_version: 1.1.2
113113
weave_version: 2.8.7
114114
cni_version: "{{ (cni_binary_checksums['amd64'] | dict2items)[0].key }}"
115115

116-
cilium_version: "1.15.9"
116+
cilium_version: "1.17.0"
117117
cilium_cli_version: "{{ (ciliumcli_binary_checksums['amd64'] | dict2items)[0].key }}"
118118
cilium_enable_hubble: false
119119

0 commit comments

Comments
 (0)