From 33f27000054683f822b158c8ce80660804e5a044 Mon Sep 17 00:00:00 2001 From: jad0s Date: Tue, 5 May 2026 20:25:00 +0200 Subject: [PATCH] fix: move metallb application to 'apps/' directory --- manifests/metallb/app.yaml => apps/metallb.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename manifests/metallb/app.yaml => apps/metallb.yaml (72%) diff --git a/manifests/metallb/app.yaml b/apps/metallb.yaml similarity index 72% rename from manifests/metallb/app.yaml rename to apps/metallb.yaml index 37f3583..bf5cd7b 100644 --- a/manifests/metallb/app.yaml +++ b/apps/metallb.yaml @@ -6,9 +6,9 @@ metadata: spec: project: default source: - repoURL: https://metallb.github.io/metallb - chart: metallb - targetRevision: 0.14.9 + repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git + targetRevision: HEAD + path: manifests/metallb destination: server: https://kubernetes.default.svc namespace: metallb-system