From 999be37035fc07f154e44e6f38e6273d1d789619 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:20:03 +0000 Subject: [PATCH] feat(helm): update chart cilium to 1.16.3 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | cilium | 1.13.2 | 1.16.3 | | helm | cilium | 1.12.0 | 1.16.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..b057bb25f 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.16.3 sourceRef: kind: HelmRepository name: cilium-charts diff --git a/talos/cni/kustomization.yaml b/talos/cni/kustomization.yaml index 693e2db13..626d64003 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.16.3 releaseName: cilium namespace: kube-system valuesFile: values.yaml