From 06855b37681f76134e0bd9cbdba695b4db88bfbd Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:57:36 -0700 Subject: [PATCH] fix(argocd): update poimen repoURL after rock/poiman rename to rock/poimen The poiman repo was renamed to poimen on Forgejo; the stale repoURL made poimen-root fail with a 301 redirect ComparisonError (ArgoCD's git client doesn't follow redirects on smart-HTTP fetch), blocking sync for poimen-root and everything under it. --- k8s/argocd/apps/70-poimen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/argocd/apps/70-poimen.yaml b/k8s/argocd/apps/70-poimen.yaml index caa918f..1a798bb 100644 --- a/k8s/argocd/apps/70-poimen.yaml +++ b/k8s/argocd/apps/70-poimen.yaml @@ -17,7 +17,7 @@ metadata: spec: project: homelab source: - repoURL: https://forgejo.riotpiao.com/rock/poiman.git + repoURL: https://forgejo.riotpiao.com/rock/poimen.git targetRevision: main path: k8s/argocd directory: