Fix mirror org refs in ArgoCD apps and widen credential template #266

Merged
eblume merged 3 commits from fix/mirror-org-refs into main 2026-02-25 06:55:54 -08:00

3 commits

Author SHA1 Message Date
2253398e02 Trim historical comments from forge repo credential ExternalSecret
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 06:53:45 -08:00
60ae9ca750 Add SSH known hosts to forge repo credential, disable insecure mode
Replace insecure: true (skip host key verification) with the actual
forge SSH host key, so ArgoCD verifies the server identity on connect.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 06:53:09 -08:00
bbf656f551 Fix mirror org refs in ArgoCD apps and widen credential template
After the forge mirror migration from eblume/ to mirrors/ org, ArgoCD
app definitions and the repo credential template still referenced the
old paths, causing ComparisonError on mirrored-chart apps.

- Widen repo-creds-forge URL prefix to host-wide (matches all forge orgs)
- Update 8 ArgoCD app definitions: eblume/<mirror> → mirrors/<mirror>
- Fix stale alloy clone comment in Ansible defaults
- Bump immich v2.5.2 → v2.5.6 (bug-fix patches)
- Update README bootstrap command and credential docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 06:49:05 -08:00