From 49ad1b3bc04f4c6a87292c4a0795efef344aee89 Mon Sep 17 00:00:00 2001 From: jad0s Date: Thu, 21 May 2026 09:38:08 +0200 Subject: [PATCH] fix: change all app repo URLs from internal forgejo URL to the external URL --- apps/argocd.yaml | 2 +- apps/cert-manager-config.yaml | 2 +- apps/metallb-config.yaml | 2 +- apps/traefik.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/argocd.yaml b/apps/argocd.yaml index 9f461e4..126c88f 100644 --- a/apps/argocd.yaml +++ b/apps/argocd.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git + repoURL: https://forgejo.libretalk.eu/jad0s/gitops.git targetRevision: HEAD path: manifests/argocd destination: diff --git a/apps/cert-manager-config.yaml b/apps/cert-manager-config.yaml index 8afcb15..69b7a12 100644 --- a/apps/cert-manager-config.yaml +++ b/apps/cert-manager-config.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git + repoURL: https://forgejo.libretalk.eu/jad0s/gitops.git targetRevision: HEAD path: manifests/cert-manager destination: diff --git a/apps/metallb-config.yaml b/apps/metallb-config.yaml index 0ab4703..8454fc9 100644 --- a/apps/metallb-config.yaml +++ b/apps/metallb-config.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git + repoURL: https://forgejo.libretalk.eu/jad0s/gitops.git targetRevision: HEAD path: manifests/metallb destination: diff --git a/apps/traefik.yaml b/apps/traefik.yaml index 5853c7a..b7434aa 100644 --- a/apps/traefik.yaml +++ b/apps/traefik.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git + repoURL: https://forgejo.libretalk.eu/jad0s/gitops.git targetRevision: main path: manifests/traefik destination: