From 3c7846a93b2990a544ea938bb81a16793d2cf747 Mon Sep 17 00:00:00 2001 From: "bot-ross[bot]" <98030736+bot-ross[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:02:27 -0400 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20cilium=20(=201.15.1=20?= =?UTF-8?q?=E2=86=92=201.15.2=20)=20(#7173)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com> --- .../storage/playbooks/templates/custom-cilium-helmchart.yaml.j2 | 2 +- kubernetes/storage/apps/kube-system/cilium/app/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/storage/playbooks/templates/custom-cilium-helmchart.yaml.j2 b/ansible/storage/playbooks/templates/custom-cilium-helmchart.yaml.j2 index ee5f9b9c8dfa6..d5530de05086e 100644 --- a/ansible/storage/playbooks/templates/custom-cilium-helmchart.yaml.j2 +++ b/ansible/storage/playbooks/templates/custom-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.15.1 + version: 1.15.2 targetNamespace: kube-system bootstrap: true valuesContent: |- diff --git a/kubernetes/storage/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/storage/apps/kube-system/cilium/app/helmrelease.yaml index 20fe6a6b774c0..ecc05d82ea434 100644 --- a/kubernetes/storage/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/storage/apps/kube-system/cilium/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: cilium - version: 1.15.1 + version: 1.15.2 sourceRef: kind: HelmRepository name: cilium