From faf37aa0aa0badb6ac08b98980b39a1eec15f928 Mon Sep 17 00:00:00 2001 From: jad0s Date: Tue, 5 May 2026 20:43:40 +0200 Subject: [PATCH] fix: point metallb application at the metallb github repo to install from Helm --- apps/metallb.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/metallb.yaml b/apps/metallb.yaml index bf5cd7b..80cb770 100644 --- a/apps/metallb.yaml +++ b/apps/metallb.yaml @@ -6,9 +6,9 @@ metadata: spec: project: default source: - repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git - targetRevision: HEAD - path: manifests/metallb + repoURL: https://metallb.github.io/metallb + chart: metallb + targetRevision: 0.15.3 destination: server: https://kubernetes.default.svc namespace: metallb-system