Migrate OCI image refs from Gitea to Forgejo registry
Update charts, helm values, Makefile defaults, and operator docs to use forgejo.coulomb.social for inter-hub, reuse-surface, and vergabe-teilnahme.
This commit is contained in:
parent
5c170d6331
commit
04be41621d
12 changed files with 17 additions and 17 deletions
|
|
@ -20,7 +20,7 @@ deploy Inter-Hub to production.
|
|||
| Helm release | `inter-hub` |
|
||||
| Chart | `charts/inter-hub` |
|
||||
| Values | `helm/inter-hub-values.yaml` |
|
||||
| Image | `gitea.coulomb.social/coulomb/inter-hub:<tag>` |
|
||||
| Image | `forgejo.coulomb.social/coulomb/inter-hub:<tag>` |
|
||||
| Secret | `inter-hub-env` |
|
||||
| Production kubeconfig | `~/.kube/config-hosteurope` |
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ Read-only checks on 2026-06-15 showed:
|
|||
unauthenticated with `invalid_api_key`.
|
||||
- OpenAPI is published at `/api/v2/openapi.json`; `/openapi.json` is not the
|
||||
Inter-Hub v2 OpenAPI route.
|
||||
- `gitea.coulomb.social/coulomb/inter-hub:5101eb5` returned
|
||||
- `forgejo.coulomb.social/coulomb/inter-hub:5101eb5` returned
|
||||
`manifest unknown` on 2026-06-15, so production deploy must wait for the
|
||||
image publication gate to pass.
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ export REUSE_SURFACE_URL=http://127.0.0.1:18001
|
|||
| Helm release | `reuse` |
|
||||
| Chart | `charts/reuse-surface` |
|
||||
| Values | `helm/reuse-surface-values.yaml` |
|
||||
| Image | `gitea.coulomb.social/coulomb/reuse-surface:<tag>` |
|
||||
| Image | `forgejo.coulomb.social/coulomb/reuse-surface:<tag>` |
|
||||
| Landing image | `nginxinc/nginx-unprivileged:1.27-alpine` |
|
||||
| Secret | `reuse-surface-env` (see [Runtime secrets](#runtime-secrets)) |
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ under `RAILIANCE-WP-0002`.
|
|||
| Chart | `charts/vergabe-teilnahme/` |
|
||||
| Values | `helm/vergabe-teilnahme-values.yaml` (plain — no SOPS) |
|
||||
| Ingress | `manifests/vergabe-teilnahme-ingress.yaml` |
|
||||
| Image | `gitea.coulomb.social/coulomb/vergabe-teilnahme:<tag>` |
|
||||
| Image | `forgejo.coulomb.social/coulomb/vergabe-teilnahme:<tag>` |
|
||||
| Database | `vergabe_db` on shared cnpg `apps-pg` (see `railiance-platform/docs/apps-pg.md`) |
|
||||
| TLS | `vergabe-teilnahme-tls`, issued by cert-manager `letsencrypt-prod` |
|
||||
|
||||
|
|
@ -168,4 +168,4 @@ smoke check, and representative app workflow verification.
|
|||
- Django deployment recipe: `docs/django-on-railiance.md`
|
||||
- Operator setup: `docs/operator-setup.md`
|
||||
- Operator recipes: `docs/operator-recipes.md`
|
||||
- App source: https://gitea.coulomb.social/coulomb/vergabe-teilnahme
|
||||
- App source: https://forgejo.coulomb.social/coulomb/vergabe-teilnahme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue