Skip to content

Commit

Permalink
Merge pull request #2145 from GiganticMinecraft/update_cilium
Browse files Browse the repository at this point in the history
Update Cilium
  • Loading branch information
outductor authored Sep 2, 2024
2 parents 14b883f + 2ac7b4a commit 17dc9a0
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 17dc9a0

Please sign in to comment.