Skip to content

Commit 92dd783

Browse files
fix(helm): update chart cilium ( 1.17.4 → 1.17.6 )
1 parent 519d27a commit 92dd783

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bootstrap/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ releases:
1515
namespace: kube-system
1616
atomic: true
1717
chart: cilium/cilium
18-
version: 1.17.4
18+
version: 1.17.6
1919
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/kube-system/cilium/app/helm/values.yaml']
2020

2121
- name: coredns

kubernetes/apps/kube-system/cilium/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
chart:
2020
spec:
2121
chart: cilium
22-
version: 1.17.4
22+
version: 1.17.6
2323
sourceRef:
2424
kind: HelmRepository
2525
name: cilium

templates/config/bootstrap/helmfile.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ releases:
1515
namespace: kube-system
1616
atomic: true
1717
chart: cilium/cilium
18-
version: 1.17.4
18+
version: 1.17.6
1919
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/kube-system/cilium/app/helm/values.yaml']
2020

2121
- name: coredns

templates/config/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
chart:
2020
spec:
2121
chart: cilium
22-
version: 1.17.4
22+
version: 1.17.6
2323
sourceRef:
2424
kind: HelmRepository
2525
name: cilium

0 commit comments

Comments
 (0)