From a097f861de63df9f71e543af016079b2088df4b6 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:18:55 +0000 Subject: [PATCH] feat(helm): update chart cilium to 1.16.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | cilium | 1.13.2 | 1.16.0 | | helm | cilium | 1.12.0 | 1.16.0 | --- 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..135ef6c10 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.0 sourceRef: kind: HelmRepository name: cilium-charts diff --git a/talos/cni/kustomization.yaml b/talos/cni/kustomization.yaml index 693e2db13..6d1797e7c 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.0 releaseName: cilium namespace: kube-system valuesFile: values.yaml