From 176fa49766644f921660e7d553dc04c5ee08944e Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 3 Feb 2024 22:08:04 +0100
Subject: [PATCH] chore(metallb): Upgrade back to 0.14.3

This patch reverts the previous revert.

It seems the outage was caused by the new feature of supporting
`node.kubernetes.io/exclude-from-external-load-balancers`, which was set
on all nodes, resulting in non being used by metallb. Therefore the
upgrade should be fine, it was just an unexpectedly well working feature
that caused the outage.
---
 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 81243233c..2ad2f617b 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.13.12
+      version: 0.14.3
   interval: 5m
   install:
     crds: CreateReplace
-- 
GitLab