Skip to content

Commit

Permalink
fix(helm): update chart cilium to 1.16.1 (#2809)
Browse files Browse the repository at this point in the history
Co-authored-by: layla-bot[bot] <138733633+layla-bot[bot]@users.noreply.github.com>
  • Loading branch information
layla-bot[bot] authored Aug 14, 2024
1 parent 8a2543b commit 917a8f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.16.0
version: 1.16.1
sourceRef:
kind: HelmRepository
name: cilium
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/bootstrap/talos/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.16.0
version: 1.16.1
values: ["../../../apps/kube-system/cilium/app/helm-values.yaml"]
wait: true
- name: coredns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.16.0
version: 1.16.1
sourceRef:
kind: HelmRepository
name: cilium
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/storage/bootstrap/talos/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.16.0
version: 1.16.1
values: ["../../../apps/kube-system/cilium/app/helm-values.yaml"]
wait: true
- name: coredns
Expand Down

0 comments on commit 917a8f7

Please sign in to comment.