Skip to content

Commit

Permalink
fix(helm): update chart cilium to 1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 2e9f1b7 commit 7deb2b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/playbooks/templates/custom-cilium-helmchart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
repo: https://helm.cilium.io/
chart: cilium
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
version: 1.16.5
version: 1.16.6
targetNamespace: kube-system
bootstrap: true
valuesContent: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
repo: https://helm.cilium.io/
chart: cilium
# renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
version: 1.16.5
version: 1.16.6
targetNamespace: kube-system
bootstrap: true
valuesContent: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.16.5
version: 1.16.6
sourceRef:
kind: HelmRepository
name: cilium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.16.5
version: 1.16.6
values: ["./cilium-values.yaml"]
- name: kubelet-csr-approver
namespace: kube-system
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.16.5
version: 1.16.6
sourceRef:
kind: HelmRepository
name: cilium
Expand Down

0 comments on commit 7deb2b9

Please sign in to comment.