From 9e205ef533f70eb9f528a0d60787a198e041427f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Jan 2024 17:01:28 +0000 Subject: [PATCH] Update Helm release metallb to v0.14.3 --- infrastructure/metallb-system/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/metallb-system/kustomization.yaml b/infrastructure/metallb-system/kustomization.yaml index caf1a9a..1815c0d 100644 --- a/infrastructure/metallb-system/kustomization.yaml +++ b/infrastructure/metallb-system/kustomization.yaml @@ -10,6 +10,6 @@ namespace: metallb-system helmCharts: - name: metallb repo: https://metallb.github.io/metallb - version: 0.13.12 + version: 0.14.3 releaseName: metallb valuesFile: values.yaml