From 02580cc0345d87c62ef8ca9155a90c87590cbf2c Mon Sep 17 00:00:00 2001 From: "feisar-bot[bot]" <98277827+feisar-bot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:19:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cilium=20(=201.16?= =?UTF-8?q?.5=20=E2=86=92=201.16.6=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | cilium | 1.16.5 | 1.16.6 | --- 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 45d098aec..9d2d411f6 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.16.5 + version: 1.16.6 sourceRef: kind: HelmRepository name: cilium diff --git a/kubernetes/bootstrap/apps/helmfile.yaml b/kubernetes/bootstrap/apps/helmfile.yaml index 6d356c3e5..3d001483a 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.16.5 + version: 1.16.6 values: ["../../apps/kube-system/cilium/app/helm-values.yaml"] needs: ["observability/kube-prometheus-stack-crds"]