Skip to content

Commit 7574006

Browse files
fix(helm): update chart cilium ( 1.18.3 → 1.18.4 ) (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3f4097 commit 7574006

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.18.3
18+
version: 1.18.4
1919
values: ['../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.18.3
22+
version: 1.18.4
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.18.3
18+
version: 1.18.4
1919
values: ['../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.18.3
22+
version: 1.18.4
2323
sourceRef:
2424
kind: HelmRepository
2525
name: cilium

0 commit comments

Comments
 (0)