deploy: update catalyst images to 0a0b912

This commit is contained in:
github-actions[bot] 2026-05-06 20:35:36 +00:00
parent 0a0b912e0d
commit adda972dd8
3 changed files with 4 additions and 4 deletions

View File

@ -160,7 +160,7 @@ spec:
# values.yaml `images.catalystApi.tag` is also bumped (but
# unused for catalyst-api; kept for SME services that DO read
# from values).
image: "ghcr.io/openova-io/openova/catalyst-api:b233202"
image: "ghcr.io/openova-io/openova/catalyst-api:0a0b912"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080

View File

@ -24,7 +24,7 @@ spec:
# Auto-bumped by .github/workflows/catalyst-build.yaml's deploy
# step on every push to main, so Sovereigns AND contabo both
# roll to the latest catalyst-ui SHA.
image: "ghcr.io/openova-io/openova/catalyst-ui:b233202"
image: "ghcr.io/openova-io/openova/catalyst-ui:0a0b912"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080

View File

@ -125,9 +125,9 @@ images:
organization: "openova-io/openova"
# SHA tags — bump these via CI when building new images.
catalystApi:
tag: "b233202"
tag: "0a0b912"
catalystUi:
tag: "b233202"
tag: "0a0b912"
marketplaceApi:
tag: "3c2f7e4"
console: