From b2c289aee3c38ccc7d05d35cdf8d16c6725ac958 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 26 Aug 2024 12:46:52 +1000 Subject: [PATCH] refactor for metallb --- infrastructures/metallb/env/k3s-cluster/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/metallb/env/k3s-cluster/kustomization.yaml b/infrastructures/metallb/env/k3s-cluster/kustomization.yaml index 655879a..f34b4e2 100644 --- a/infrastructures/metallb/env/k3s-cluster/kustomization.yaml +++ b/infrastructures/metallb/env/k3s-cluster/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization helmCharts: - name: metallb repo: https://metallb.github.io/metallb - version: 0.14.18 + version: 0.14.8 releaseName: metallb \ No newline at end of file