Migrate OCI inventory endpoint to Forgejo (RAIL-HO-WP-0006)
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 23s

This commit is contained in:
tegwick 2026-07-09 11:59:08 +02:00
parent a2f030060e
commit d7348f5417
3 changed files with 4 additions and 4 deletions

View file

@ -436,7 +436,7 @@ def submit_gitea_event(base_url: str, runtime_key: str, widgets: dict[str, Any])
"metadata": {
"vsmFunction": "OPS",
"vsmSystem": "S1",
"endpoint": "https://gitea.coulomb.social/v2/",
"endpoint": "https://forgejo.coulomb.social/v2/",
"expectedStatus": 401,
"observedHeader": "Docker-Distribution-Api-Version: registry/2.0",
"recordedBy": "ops-hub/scripts/ops-hub-bootstrap-api.py",