From 6950c2f6a12c5aa17c77f39165625a0345e4f19c Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:39:26 +0100 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20chart=20cilium=20(=201.16?= =?UTF-8?q?.5=20=E2=86=92=201.16.6=20)=20(#1549)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com> --- kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml | 2 +- kubernetes/main/bootstrap/helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml index 719eea1ff..6c2b07b59 100644 --- a/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml @@ -13,7 +13,7 @@ spec: kind: HelmRepository name: cilium namespace: flux-system - version: 1.16.5 + version: 1.16.6 interval: 30m valuesFrom: diff --git a/kubernetes/main/bootstrap/helmfile.yaml b/kubernetes/main/bootstrap/helmfile.yaml index c30f63ded..4f62e14b3 100644 --- a/kubernetes/main/bootstrap/helmfile.yaml +++ b/kubernetes/main/bootstrap/helmfile.yaml @@ -25,7 +25,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.16.5 + version: 1.16.6 values: - ../apps/kube-system/cilium/app/values.yaml needs: