From 5b3b37c6a88b10ac76158d74e61790213c6946c0 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Wed, 25 Dec 2024 01:01:44 +0000 Subject: [PATCH] chore(deps): update helm release metallb to v0.14.9 --- installations/system/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/system/helmfile.yaml b/installations/system/helmfile.yaml index 2160ebf..a885035 100644 --- a/installations/system/helmfile.yaml +++ b/installations/system/helmfile.yaml @@ -96,7 +96,7 @@ releases: chart: metallb/metallb namespace: kube-system condition: base.enabled - version: 0.14.8 + version: 0.14.9 needs: - kube-system/cilium inherit: -- 2.45.2