deploy: update catalyst images to f90d697
Some checks are pending
Build & Deploy Catalyst / build-ui (push) Waiting to run
Build & Deploy Catalyst / build-api (push) Waiting to run
Build & Deploy Catalyst / deploy (push) Blocked by required conditions
Vendor-coupling guardrail / Vendor-coupling guardrail (push) Waiting to run
Cluster bootstrap-kit drift guardrail / Detect bootstrap-kit drift (push) Waiting to run
Phase-8a preflight C — Cilium Gateway HTTPRoute admission / Preflight Cilium HTTPRoute admission (push) Waiting to run
Test — Bootstrap Kit (kind cluster + Flux) / dependency-graph-audit (push) Waiting to run
Test — Bootstrap Kit (kind cluster + Flux) / pin-sync-audit (push) Waiting to run
Test — Bootstrap Kit (kind cluster + Flux) / manifest-validation (push) Blocked by required conditions
Test — Bootstrap Kit (kind cluster + Flux) / kind-reconciliation (push) Blocked by required conditions
Test — Strategy flip regression (RollingUpdate -> Recreate) / strategy-flip-regression (push) Waiting to run

This commit is contained in:
github-actions[bot] 2026-05-19 22:23:46 +00:00
parent f90d697846
commit c45d10a1d9
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:3d20ee3" image: "ghcr.io/openova-io/openova/catalyst-api:f90d697"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080
@ -222,7 +222,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: "3d20ee3" value: "f90d697"
- 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:3d20ee3" image: "ghcr.io/openova-io/openova/catalyst-ui:f90d697"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080

View File

@ -280,9 +280,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: "3d20ee3" tag: "f90d697"
catalystUi: catalystUi:
tag: "3d20ee3" tag: "f90d697"
marketplaceApi: marketplaceApi:
tag: "3c2f7e4" tag: "3c2f7e4"
console: console: