From bfa83de101aac77a56ca353751279975d1971a0b Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 9 Jul 2026 11:38:14 +0200 Subject: [PATCH] Point npm handoff and ArgoCD sourceRepos at Forgejo Forgejo is primary git/OCI source; Gitea URL retained for emergency rollback. --- argocd/bootstrap/01-railiance-tenants-project.yaml | 3 ++- docs/whynot-design-npm-publish-handoff.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/argocd/bootstrap/01-railiance-tenants-project.yaml b/argocd/bootstrap/01-railiance-tenants-project.yaml index a38c4a9..e13fda5 100644 --- a/argocd/bootstrap/01-railiance-tenants-project.yaml +++ b/argocd/bootstrap/01-railiance-tenants-project.yaml @@ -9,8 +9,9 @@ metadata: spec: description: Guardrails for Railiance tenant applications deployed by ArgoCD. sourceRepos: - - https://gitea.coulomb.social/coulomb/*.git - https://forgejo.coulomb.social/coulomb/*.git + # Emergency rollback only (T12 Option A through 2026-08-07) + - https://gitea.coulomb.social/coulomb/*.git destinations: - server: https://kubernetes.default.svc namespace: "*" diff --git a/docs/whynot-design-npm-publish-handoff.md b/docs/whynot-design-npm-publish-handoff.md index 9c62a8c..ef65a30 100644 --- a/docs/whynot-design-npm-publish-handoff.md +++ b/docs/whynot-design-npm-publish-handoff.md @@ -18,7 +18,7 @@ This is the next-session handoff for `CCR-2026-0001` and the - Secret path: `platform/workloads/coulomb/whynot-design/npm-publish` - Field: `NPM_AUTH_TOKEN` - Token source: Gitea package token for - `https://gitea.coulomb.social/api/packages/coulomb/npm/` + `https://forgejo.coulomb.social/api/packages/coulomb/npm/` The operator reported that the Gitea token was generated and stored in OpenBao. Using the temporary operator token only for non-secret infrastructure work, Codex