From 24d64aa44a0b718b97e61f0722a31c9864a7ff4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:19:02 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20chart=20cilium=20(=201.15?= =?UTF-8?q?.5=20=E2=86=92=201.15.6=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 6e63a7b3c..848c930bd 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.5 + version: 1.15.6 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 8fc248f1d..c9dd747b8 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.5 + version: 1.15.6 sourceRef: kind: HelmRepository name: cilium