deploy: update catalyst images to 1a85a9b
This commit is contained in:
parent
1a85a9b226
commit
f376ee4551
@ -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:4a171b0"
|
||||
image: "ghcr.io/openova-io/openova/catalyst-api:1a85a9b"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@ -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:4a171b0"
|
||||
image: "ghcr.io/openova-io/openova/catalyst-ui:1a85a9b"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@ -125,9 +125,9 @@ images:
|
||||
organization: "openova-io/openova"
|
||||
# SHA tags — bump these via CI when building new images.
|
||||
catalystApi:
|
||||
tag: "4a171b0"
|
||||
tag: "1a85a9b"
|
||||
catalystUi:
|
||||
tag: "4a171b0"
|
||||
tag: "1a85a9b"
|
||||
marketplaceApi:
|
||||
tag: "3c2f7e4"
|
||||
console:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user