From 36e129a48f843c1d99a6d27aedf4b638bec21d95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 21:19:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20chart=20cilium=20(=201.15?= =?UTF-8?q?.4=20=E2=86=92=201.15.5=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/main/playbooks/templates/custom-cilium-helmchart.yaml | 2 +- kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml b/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml index 2b19b8b0f..6e63a7b3c 100644 --- a/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml +++ b/ansible/main/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.15.4 + version: 1.15.5 targetNamespace: kube-system bootstrap: true valuesContent: |- diff --git a/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml index df23f0466..839145f6a 100644 --- a/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: cilium - version: 1.15.4 + version: 1.15.5 sourceRef: kind: HelmRepository name: cilium