Skip to content

Commit

Permalink
feat(helm): update chart cilium to 1.15.0 (#1280)
Browse files Browse the repository at this point in the history
* feat(helm): update chart cilium to 1.15.0

* Update cilium-values-full.partial.yaml.j2

* Update cilium-values-init.partial.yaml.j2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Devin Buhl <[email protected]>
  • Loading branch information
renovate[bot] and onedr0p committed Jan 31, 2024
1 parent 817a5ea commit b24a55e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
repo: https://helm.cilium.io/
chart: cilium
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
version: 1.14.6
version: 1.15.0
targetNamespace: kube-system
bootstrap: true
valuesContent: |-
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/templates/kubernetes/k0s/k0sctl.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
- name: cilium
chartname: cilium/cilium
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
version: 1.14.6
version: 1.15.0
namespace: kube-system
values: |2
{% filter indent(width=18, first=True) %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
helmCharts:
- name: cilium
repo: https://helm.cilium.io
version: 1.14.6
version: 1.15.0
releaseName: cilium
namespace: kube-system
valuesFile: values.yaml
Expand Down
21 changes: 17 additions & 4 deletions bootstrap/templates/partials/cilium-values-full.partial.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ l2announcements:
enabled: false
{% else %}
enabled: true
# https://github.com/cilium/cilium/issues/26586
leaseDuration: 120s
leaseRenewDeadline: 60s
leaseRetryPeriod: 1s
{% endif %}
loadBalancer:
algorithm: maglev
Expand All @@ -92,6 +88,23 @@ localRedirectPolicy: true
operator:
replicas: 1
rollOutPods: true
prometheus:
enabled: true
serviceMonitor:
enabled: true
dashboards:
enabled: true
annotations:
grafana_folder: Cilium
prometheus:
enabled: true
serviceMonitor:
enabled: true
trustCRDsExist: true
dashboards:
enabled: true
annotations:
grafana_folder: Cilium
rollOutCiliumPods: true
routingMode: native
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ l2announcements:
enabled: false
{% else %}
enabled: true
# https://github.com/cilium/cilium/issues/26586
leaseDuration: 120s
leaseRenewDeadline: 60s
leaseRetryPeriod: 1s
{% endif %}
loadBalancer:
algorithm: maglev
Expand Down

0 comments on commit b24a55e

Please sign in to comment.