Skip to content

Commit

Permalink
chore(cilium): upgrade to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khuedoan committed Sep 4, 2024
1 parent c14729c commit 0a7aa2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metal/roles/cilium/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cilium_repo_url: https://helm.cilium.io
cilium_version: 1.15.1
cilium_version: 1.16.1
cilium_namespace: kube-system
cilium_values:
operator:
Expand Down
2 changes: 1 addition & 1 deletion metal/roles/cilium/templates/ciliumloadbalancerippool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CiliumLoadBalancerIPPool
metadata:
name: default
spec:
cidrs:
blocks:
{% for cidr in load_balancer_ip_pool %}
- cidr: {{ cidr }}
{% endfor %}

0 comments on commit 0a7aa2e

Please sign in to comment.