deploy: update catalyst images to 536bfcb

This commit is contained in:
github-actions[bot] 2026-05-16 15:42:43 +00:00
parent 536bfcb699
commit f8c20137a5
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 # values.yaml `images.catalystApi.tag` is also bumped (but
# unused for catalyst-api; kept for SME services that DO read # unused for catalyst-api; kept for SME services that DO read
# from values). # from values).
image: "ghcr.io/openova-io/openova/catalyst-api:5b69247" image: "ghcr.io/openova-io/openova/catalyst-api:536bfcb"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080
@ -216,7 +216,7 @@ spec:
# field so dashboards can correlate api-version <-> chart- # field so dashboards can correlate api-version <-> chart-
# version on a single probe. # version on a single probe.
- name: CATALYST_BUILD_SHA - name: CATALYST_BUILD_SHA
value: "5b69247" value: "536bfcb"
- name: CATALYST_CHART_VERSION - name: CATALYST_CHART_VERSION
value: "1.4.95" value: "1.4.95"
- name: CORS_ORIGIN - name: CORS_ORIGIN

View File

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

View File

@ -230,9 +230,9 @@ images:
organization: "openova-io/openova" organization: "openova-io/openova"
# SHA tags — bump these via CI when building new images. # SHA tags — bump these via CI when building new images.
catalystApi: catalystApi:
tag: "5b69247" tag: "536bfcb"
catalystUi: catalystUi:
tag: "5b69247" tag: "536bfcb"
marketplaceApi: marketplaceApi:
tag: "3c2f7e4" tag: "3c2f7e4"
console: console: