From 68e5a3f33f54574ef1c5d87dc7ca8c668409af50 Mon Sep 17 00:00:00 2001 From: "layla-bot[bot]" <138733633+layla-bot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:32:33 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20cilium=20(=201.16.5=20?= =?UTF-8?q?=E2=86=92=201.16.6=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 cacb827d1..aa4f73f5f 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.5 + version: 1.16.6 sourceRef: kind: HelmRepository name: cilium diff --git a/kubernetes/main/bootstrap/helmfile.yaml b/kubernetes/main/bootstrap/helmfile.yaml index a5924859e..eccf32a7e 100644 --- a/kubernetes/main/bootstrap/helmfile.yaml +++ b/kubernetes/main/bootstrap/helmfile.yaml @@ -17,7 +17,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"] wait: true