From 9fa2090e347dcb916d2b0bc87c968557770e8d93 Mon Sep 17 00:00:00 2001 From: "bot-akira[bot]" <159718293+bot-akira[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:19:36 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20cilium=20(=201.16.1=20?= =?UTF-8?q?=E2=86=92=201.16.2=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/playbooks/templates/custom-cilium-helmchart.yaml | 2 +- kubernetes/apps/kube-system/cilium/app/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/playbooks/templates/custom-cilium-helmchart.yaml b/ansible/playbooks/templates/custom-cilium-helmchart.yaml index b1813aa41..67e740b63 100644 --- a/ansible/playbooks/templates/custom-cilium-helmchart.yaml +++ b/ansible/playbooks/templates/custom-cilium-helmchart.yaml @@ -8,7 +8,7 @@ spec: repo: https://helm.cilium.io/ chart: cilium # renovate: datasource=helm depName=cilium repository=https://helm.cilium.io - version: 1.16.1 + version: 1.16.2 targetNamespace: kube-system bootstrap: true valuesContent: |- diff --git a/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml index 7e71f6462..d47a2e8b5 100644 --- a/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: cilium - version: 1.16.1 + version: 1.16.2 sourceRef: kind: HelmRepository name: cilium