From c3cf7cebf46b58639c909012425ee44a0cb1667f Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:07:43 +0000 Subject: [PATCH] fix(helm): update helm release metallb to v0.13.12 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | helm | metallb | 0.13.11 | 0.13.12 | --- cluster/apps/networking/metallb/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/networking/metallb/helm-release.yaml b/cluster/apps/networking/metallb/helm-release.yaml index e6c8176bb..b9886c6a8 100644 --- a/cluster/apps/networking/metallb/helm-release.yaml +++ b/cluster/apps/networking/metallb/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: metallb - version: 0.13.11 + version: 0.13.12 sourceRef: kind: HelmRepository name: metallb-charts