From a5a7ae6ae638d216776b521cb3feffaf356f175c Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 3 Feb 2024 21:50:35 +0100 Subject: [PATCH] Revert "chore(deps): update helm release metallb to v0.14.3" This patch does a rollback of Metallb after an outage of all loadbalancer IPs in the cluster without any useful events or error logs. This reverts commit 6c10ae98e9c397d32536d396c0f42d653e3566d3. --- infrastructure/metallb/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/metallb/release.yaml b/infrastructure/metallb/release.yaml index 2ad2f617b..81243233c 100644 --- a/infrastructure/metallb/release.yaml +++ b/infrastructure/metallb/release.yaml @@ -12,7 +12,7 @@ spec: kind: HelmRepository name: metallb namespace: metallb-system - version: 0.14.3 + version: 0.13.12 interval: 5m install: crds: CreateReplace -- GitLab