From 0f976ca220c2641bfaa1627fbd0e253f2407f978 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:44:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20chart=20cilium=20(=201.19?= =?UTF-8?q?.1=20=E2=86=92=201.19.3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | cilium | 1.19.1 | 1.19.3 | --- clusters/bitty/talos/integrations/cni/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/bitty/talos/integrations/cni/kustomization.yaml b/clusters/bitty/talos/integrations/cni/kustomization.yaml index 97feb6d2e..afebe4d6f 100644 --- a/clusters/bitty/talos/integrations/cni/kustomization.yaml +++ b/clusters/bitty/talos/integrations/cni/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization helmCharts: - name: cilium repo: https://helm.cilium.io/ - version: 1.19.1 + version: 1.19.3 releaseName: cilium includeCRDs: true namespace: kube-system