Skip to content

Commit

Permalink
fix(helm): update chart cilium ( 1.17.0 → 1.17.1 )
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | cilium  | 1.17.0 | 1.17.1 |
  • Loading branch information
repo-jeeves[bot] authored Feb 13, 2025
1 parent 5ff91e7 commit 4a0ff81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.17.0
version: 1.17.1
sourceRef:
kind: HelmRepository
name: cilium-charts
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/staging/bootstrap/apps/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.17.0
version: 1.17.1
values: ['{{ requiredEnv "CLUSTER_DIR" }}/apps/kube-system/cilium/app/helm-values.yaml']

- name: coredns
Expand Down

0 comments on commit 4a0ff81

Please sign in to comment.