From 8aa4904f9eeb414af6ec824fef3e0c4cc9babc3b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Apr 2024 15:35:32 +0000 Subject: [PATCH] fix(helm): update chart metallb to 0.14.5 --- cluster/core/networking/metallb/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/core/networking/metallb/helm-release.yaml b/cluster/core/networking/metallb/helm-release.yaml index d4e821f..ddb8d14 100644 --- a/cluster/core/networking/metallb/helm-release.yaml +++ b/cluster/core/networking/metallb/helm-release.yaml @@ -17,7 +17,7 @@ spec: chart: spec: chart: metallb - version: 0.14.4 + version: 0.14.5 sourceRef: kind: HelmRepository name: metallb-charts -- 2.40.1