From e782cca86db4322da8271732cb8d68f45dd5968d Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:13:37 +0000 Subject: [PATCH] feat(helm): update chart cilium to 1.15.3 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | cilium | 1.13.2 | 1.15.3 | | helm | cilium | 1.12.0 | 1.15.3 | --- cluster/apps/kube-system/cilium/helm-release.yaml | 2 +- talos/cni/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/kube-system/cilium/helm-release.yaml b/cluster/apps/kube-system/cilium/helm-release.yaml index 66a93a584..e9f501e36 100644 --- a/cluster/apps/kube-system/cilium/helm-release.yaml +++ b/cluster/apps/kube-system/cilium/helm-release.yaml @@ -14,7 +14,7 @@ spec: chart: spec: chart: cilium - version: 1.12.0 + version: 1.15.3 sourceRef: kind: HelmRepository name: cilium-charts diff --git a/talos/cni/kustomization.yaml b/talos/cni/kustomization.yaml index 693e2db13..11f6b3655 100644 --- a/talos/cni/kustomization.yaml +++ b/talos/cni/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization helmCharts: - name: cilium repo: https://helm.cilium.io/ - version: 1.13.2 + version: 1.15.3 releaseName: cilium namespace: kube-system valuesFile: values.yaml