Skip to content

Commit e1bb062

Browse files
fix(helm): update chart cilium ( 1.17.1 → 1.17.2 )
1 parent 8eeb974 commit e1bb062

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bootstrap/helmfile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ releases:
3131
namespace: kube-system
3232
atomic: true
3333
chart: cilium/cilium
34-
version: 1.17.1
34+
version: 1.17.2
3535
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/kube-system/cilium/app/helm/values.yaml']
3636

3737
- name: coredns

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
chart:
2020
spec:
2121
chart: cilium
22-
version: 1.17.1
22+
version: 1.17.2
2323
sourceRef:
2424
kind: HelmRepository
2525
name: cilium

templates/config/bootstrap/helmfile.yaml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ releases:
3333
namespace: kube-system
3434
atomic: true
3535
chart: cilium/cilium
36-
version: 1.17.1
36+
version: 1.17.2
3737
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/kube-system/cilium/app/helm/values.yaml']
3838

3939
- name: coredns

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
chart:
2020
spec:
2121
chart: cilium
22-
version: 1.17.1
22+
version: 1.17.2
2323
sourceRef:
2424
kind: HelmRepository
2525
name: cilium

0 commit comments

Comments
 (0)