Skip to content

Commit 058ca27

Browse files
fix(helm): update chart cilium to v1.14.10
| datasource | package | from | to | | ---------- | ------- | ------ | ------- | | helm | cilium | 1.14.5 | 1.14.10 | | helm | cilium | 1.14.3 | 1.14.10 |
1 parent 06259d3 commit 058ca27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
kind: HelmRepository
1414
name: cilium
1515
namespace: flux-system
16-
version: 1.14.3
16+
version: 1.14.10
1717
interval: 30m
1818

1919
valuesFrom:

kubernetes/cluster-0/talos/integrations/cni/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: Kustomization
55
helmCharts:
66
- name: cilium
77
repo: https://helm.cilium.io/
8-
version: 1.14.5
8+
version: 1.14.10
99
releaseName: cilium
1010
includeCRDs: true
1111
namespace: kube-system

0 commit comments

Comments
 (0)