deploy: update catalyst images to 3679a0d

This commit is contained in:
github-actions[bot] 2026-05-09 14:08:14 +00:00
parent 3679a0d7e0
commit 0de2a8f14e
3 changed files with 5 additions and 5 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:e2aa7fd"
image: "ghcr.io/openova-io/openova/catalyst-api:3679a0d"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
@ -198,7 +198,7 @@ spec:
# field so dashboards can correlate api-version <-> chart-
# version on a single probe.
- name: CATALYST_BUILD_SHA
value: "e2aa7fd"
value: "3679a0d"
- name: CATALYST_CHART_VERSION
value: "1.4.95"
- name: CORS_ORIGIN

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:e2aa7fd"
image: "ghcr.io/openova-io/openova/catalyst-ui:3679a0d"
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: "e2aa7fd"
tag: "3679a0d"
catalystUi:
tag: "e2aa7fd"
tag: "3679a0d"
marketplaceApi:
tag: "3c2f7e4"
console: