From 01d3b4d1c70260b806822ae7b6537ae7cb57883c Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 3 Mar 2026 10:43:01 -0800 Subject: [PATCH] Switch forgejo-runner ArgoCD app to internal SSH repo URL Was the only app still using https://forge.eblu.me (public proxy) for git polling. All other apps already use the internal SSH endpoint at forge.ops.eblu.me. Co-Authored-By: Claude Opus 4.6 --- argocd/apps/forgejo-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/forgejo-runner.yaml b/argocd/apps/forgejo-runner.yaml index 7addb40..76b4cd6 100644 --- a/argocd/apps/forgejo-runner.yaml +++ b/argocd/apps/forgejo-runner.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://forge.eblu.me/eblume/blumeops.git + repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git targetRevision: main path: argocd/manifests/forgejo-runner destination: