From 9c17faace97fc5339e2feec23340f91b354bfe31 Mon Sep 17 00:00:00 2001 From: "darkfellanet[bot]" <184876747+darkfellanet[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:06:27 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20cilium=20(=201.16.2=20?= =?UTF-8?q?=E2=86=92=201.16.3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 39e35ee17..d7dcdea59 100644 --- a/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: cilium - version: 1.16.2 + version: 1.16.3 sourceRef: kind: HelmRepository name: cilium diff --git a/kubernetes/main/bootstrap/helmfile.yaml b/kubernetes/main/bootstrap/helmfile.yaml index f074d7b27..2c3f69566 100644 --- a/kubernetes/main/bootstrap/helmfile.yaml +++ b/kubernetes/main/bootstrap/helmfile.yaml @@ -29,7 +29,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.16.2 + version: 1.16.3 values: - ../apps/kube-system/cilium/app/helm-values.yaml needs: