Skip to content

Commit

Permalink
Merge pull request #2550 from tuxpeople/renovate/cilium-1.x
Browse files Browse the repository at this point in the history
fix(helm): update chart cilium to 1.16.1
  • Loading branch information
tuxpeople authored Aug 18, 2024
2 parents d3b3236 + 4cc3c47 commit ce7a022
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 @@ -8,7 +8,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 bootstrap/templates/kubernetes/bootstrap/helmfile.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
needs:
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.0
version: 1.16.1
sourceRef:
kind: HelmRepository
name: cilium
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
needs:
Expand Down

0 comments on commit ce7a022

Please sign in to comment.