Skip to content

Commit

Permalink
Merge pull request #2074 from GiganticMinecraft/renovate/cilium-1.x
Browse files Browse the repository at this point in the history
chore(deps): update helm release cilium to v1.16.5
  • Loading branch information
outductor authored Dec 29, 2024
2 parents 443ad24 + 645ab49 commit c977257
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 163 deletions.
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.5
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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
# https://docs.cilium.io/en/stable/network/bgp-control-plane/#service-announcements
serviceSelector:
matchExpressions:
- {key: somekey, operator: NotIn, values: ['never-used-value']}
- {key: somekey, operator: NotIn, values: ['never-used-value']}
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
Expand All @@ -28,7 +28,6 @@ spec:
gracefulRestart:
enabled: true
restartTimeSeconds: 120

---
apiVersion: "cilium.io/v2alpha1"
kind: CiliumBGPPeeringPolicy
Expand All @@ -45,7 +44,7 @@ spec:
# https://docs.cilium.io/en/stable/network/bgp-control-plane/#service-announcements
serviceSelector:
matchExpressions:
- {key: somekey, operator: NotIn, values: ['never-used-value']}
- {key: somekey, operator: NotIn, values: ['never-used-value']}
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
Expand Down Expand Up @@ -75,7 +74,7 @@ spec:
# https://docs.cilium.io/en/stable/network/bgp-control-plane/#service-announcements
serviceSelector:
matchExpressions:
- {key: somekey, operator: NotIn, values: ['never-used-value']}
- {key: somekey, operator: NotIn, values: ['never-used-value']}
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
Expand Down Expand Up @@ -105,7 +104,7 @@ spec:
# https://docs.cilium.io/en/stable/network/bgp-control-plane/#service-announcements
serviceSelector:
matchExpressions:
- {key: somekey, operator: NotIn, values: ['never-used-value']}
- {key: somekey, operator: NotIn, values: ['never-used-value']}
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
Expand Down Expand Up @@ -135,7 +134,7 @@ spec:
# https://docs.cilium.io/en/stable/network/bgp-control-plane/#service-announcements
serviceSelector:
matchExpressions:
- {key: somekey, operator: NotIn, values: ['never-used-value']}
- {key: somekey, operator: NotIn, values: ['never-used-value']}
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
Expand Down Expand Up @@ -165,7 +164,7 @@ spec:
# https://docs.cilium.io/en/stable/network/bgp-control-plane/#service-announcements
serviceSelector:
matchExpressions:
- {key: somekey, operator: NotIn, values: ['never-used-value']}
- {key: somekey, operator: NotIn, values: ['never-used-value']}
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
Expand Down

0 comments on commit c977257

Please sign in to comment.