Skip to content

Commit

Permalink
fix(helm): update chart cilium to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spicerabot[bot] committed Sep 26, 2024
1 parent caa7759 commit 07aeb06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.16.1
version: 1.16.2
sourceRef:
kind: HelmRepository
name: cilium-charts
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.16.1
version: 1.16.2
values:
- ../apps/kube-system/cilium/app/resources/values.yaml
needs:
Expand Down
2 changes: 1 addition & 1 deletion talos/cni/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: cilium
repo: https://helm.cilium.io/
version: 1.16.1
version: 1.16.2
releaseName: cilium
includeCRDs: true
namespace: kube-system
Expand Down

0 comments on commit 07aeb06

Please sign in to comment.