From cbd9cb099453956b2723b0951155257c65aa00b3 Mon Sep 17 00:00:00 2001 From: "feisar-bot[bot]" <98277827+feisar-bot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:19:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cilium=20(=201.17?= =?UTF-8?q?.0=20=E2=86=92=201.17.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | cilium | 1.17.0 | 1.17.1 | --- 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 76b4b49b2..f8f853787 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.0 + version: 1.17.1 sourceRef: kind: HelmRepository name: cilium diff --git a/kubernetes/bootstrap/apps/helmfile.yaml b/kubernetes/bootstrap/apps/helmfile.yaml index 127a45d97..cd4e46382 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.0 + version: 1.17.1 values: ["../../apps/kube-system/cilium/app/helm-values.yaml"] needs: ["observability/kube-prometheus-stack-crds"]