Skip to content

Commit

Permalink
Update Cilium
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Sep 1, 2024
1 parent f0d7214 commit 2ac7b4a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
source:
chart: cilium
repoURL: https://helm.cilium.io/
targetRevision: 1.15.7
targetRevision: 1.16.1
helm:
releaseName: cilium
values: |
Expand All @@ -23,9 +23,14 @@ spec:
algorithm: maglev
routingMode: native
bpf:
datapathMode: netkit
masquerade: true
bandwidthManager:
enabled: true
bbr: true
ipv4:
enabled: true
enableIPv4BIGTCP: true
ipv4NativeRoutingCIDR: "10.96.128.0/18" # modify it if necessary
ipam:
operator:
Expand Down

0 comments on commit 2ac7b4a

Please sign in to comment.