Skip to content

Commit

Permalink
[cilium] Bump Cilium version to 1.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: necatican <[email protected]>
  • Loading branch information
necatican committed Apr 18, 2022
1 parent 9b104ff commit 2f2de96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cilium.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cilium_operator_extra_volume_mounts:
## Choose Cilium version

```yml
cilium_version: v1.11.0
cilium_version: v1.11.3
```

## Add variable to config
Expand Down
2 changes: 1 addition & 1 deletion inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# see roles/network_plugin/cilium/defaults/main.yml

# cilium_version: "v1.11.0"
# cilium_version: "v1.11.3"
# cilium_identity_allocation_mode: kvstore # kvstore or crd

# For adding and mounting extra volumes to the cilium operator
Expand Down
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ flannel_cni_version: "v1.0.0"
cni_version: "v1.0.1"
weave_version: 2.8.1
pod_infra_version: "3.3"
cilium_version: "v1.11.1"
cilium_version: "v1.11.3"
kube_ovn_version: "v1.8.1"
kube_router_version: "v1.4.0"
multus_version: "v3.8"
Expand Down

0 comments on commit 2f2de96

Please sign in to comment.