deploy: update catalyst images to b7140b9
This commit is contained in:
parent
b7140b9069
commit
3628f8fc31
@ -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:db116c2"
|
||||
image: "ghcr.io/openova-io/openova/catalyst-api:b7140b9"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
@ -216,7 +216,7 @@ spec:
|
||||
# field so dashboards can correlate api-version <-> chart-
|
||||
# version on a single probe.
|
||||
- name: CATALYST_BUILD_SHA
|
||||
value: "db116c2"
|
||||
value: "b7140b9"
|
||||
- name: CATALYST_CHART_VERSION
|
||||
value: "1.4.95"
|
||||
- name: CORS_ORIGIN
|
||||
|
||||
@ -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:db116c2"
|
||||
image: "ghcr.io/openova-io/openova/catalyst-ui:b7140b9"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@ -230,9 +230,9 @@ images:
|
||||
organization: "openova-io/openova"
|
||||
# SHA tags — bump these via CI when building new images.
|
||||
catalystApi:
|
||||
tag: "db116c2"
|
||||
tag: "b7140b9"
|
||||
catalystUi:
|
||||
tag: "db116c2"
|
||||
tag: "b7140b9"
|
||||
marketplaceApi:
|
||||
tag: "3c2f7e4"
|
||||
console:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user