Skip to content

Commit

Permalink
Merge pull request #1477 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.14.5
  • Loading branch information
outductor authored Dec 14, 2023
2 parents 0270e75 + 84e49df commit 14f7fd8
Showing 1 changed file with 7 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.14.4
targetRevision: 1.14.5
helm:
releaseName: cilium
values: |
Expand All @@ -21,6 +21,12 @@ spec:
enabled: true
loadBalancer:
algorithm: maglev
ipam:
operator:
# -- IPv4 CIDR list range to delegate to individual nodes for IPAM.
clusterPoolIPv4PodCIDRList: ["10.96.128.0/18"]
# -- IPv4 CIDR mask size to delegate to individual nodes for IPAM.
clusterPoolIPv4MaskSize: 24
hubble:
enabled: false # disable for now
# tls:
Expand Down

0 comments on commit 14f7fd8

Please sign in to comment.