Migrate ops inventory OCI endpoint to Forgejo registry
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Build and Publish Container Image / build-and-push (push) Failing after 1m48s

Update runtime manifest, event-type example, and resolver test fixture.
This commit is contained in:
tegwick 2026-07-09 11:38:15 +02:00
parent f41cf14977
commit 4f26826d6c
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ non-secret response metadata to the declared expected status and signal.
"service_id": "gitea",
"endpoint_id": "gitea-oci-registry",
"endpoint_type": "https",
"endpoint_url": "https://gitea.coulomb.social/v2/",
"endpoint_url": "https://forgejo.coulomb.social/v2/",
"expected_status": 401,
"status_code": 401,
"matched_expected_status": true,

View file

@ -588,7 +588,7 @@ data:
endpoints:
- id: gitea-oci-registry
type: https
url: "https://gitea.coulomb.social/v2/"
url: "https://forgejo.coulomb.social/v2/"
expected_status: 401
expected_signal: "OCI registry auth challenge"
widget_ref: "ops:endpoint:gitea-registry"

View file

@ -103,7 +103,7 @@ def test_probe_services_marks_status_mismatch_degraded(tmp_path, monkeypatch) ->
endpoints:
- id: gitea-registry
type: https
url: "https://gitea.coulomb.social/v2/"
url: "https://forgejo.coulomb.social/v2/"
expected_status: 401
expected_signal: "OCI registry auth challenge"
access_paths: []