From 0185736d4f121367f5977938e3765e90b7a2b0c0 Mon Sep 17 00:00:00 2001 From: "feisar-bot[bot]" <98277827+feisar-bot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 14:17:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cilium=20(=201.17?= =?UTF-8?q?.1=20=E2=86=92=201.17.2=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | cilium | 1.17.1 | 1.17.2 | --- kubernetes/apps/kube-system/cilium/app/helmrelease.yaml | 2 +- kubernetes/bootstrap/apps/helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml index f8f853787..2d12571df 100644 --- a/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: cilium - version: 1.17.1 + version: 1.17.2 sourceRef: kind: HelmRepository name: cilium diff --git a/kubernetes/bootstrap/apps/helmfile.yaml b/kubernetes/bootstrap/apps/helmfile.yaml index fb59d4117..0c158080f 100644 --- a/kubernetes/bootstrap/apps/helmfile.yaml +++ b/kubernetes/bootstrap/apps/helmfile.yaml @@ -30,7 +30,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.17.1 + version: 1.17.2 values: ["../../apps/kube-system/cilium/app/helm-values.yaml"] needs: ["observability/kube-prometheus-stack-crds"]