From 4af5cfcd94793fdbaefc687aa05e44b7ff22badc Mon Sep 17 00:00:00 2001 From: "unhesitatingeffectivebot[bot]" <109002416+unhesitatingeffectivebot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:36:05 +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/cilium-helmchart.yaml.j2 | 2 +- kubernetes/apps/kube-system/cilium/app/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/playbooks/templates/cilium-helmchart.yaml.j2 b/ansible/playbooks/templates/cilium-helmchart.yaml.j2 index 80dc4fc4d..55e291e4c 100644 --- a/ansible/playbooks/templates/cilium-helmchart.yaml.j2 +++ b/ansible/playbooks/templates/cilium-helmchart.yaml.j2 @@ -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 01b43b156..8e67b93e6 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