deploy: re-bump chart literal :b45a49f → :8ec8c01 (mistake-rollback fix) (#1007)
PR #1006 rolled back to :b45a49f because the catalyst-api pod was ImagePullBackOff for ~30s while pulling :8ec8c01. The image was IN GHCR; the pull just took time. Pod recovered to Running on :8ec8c01, THEN my rollback kicked in and reverted to :b45a49f — losing the wizard credentials fix from PR #1004 that the founder needed. Re-bump forward. :8ec8c01 contains useSubdomainAvailability's credentials:'include' fix that closes the wizard 401 → false-502. Co-authored-by: hatiyildiz <hatice.yildiz@openova.io> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
065364f52e
commit
b09b752817
@ -152,7 +152,7 @@ spec:
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
containers:
|
||||
- name: catalyst-api
|
||||
image: "ghcr.io/openova-io/openova/catalyst-api:b45a49f"
|
||||
image: "ghcr.io/openova-io/openova/catalyst-api:8ec8c01"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@ -19,7 +19,7 @@ spec:
|
||||
- name: ghcr-pull
|
||||
containers:
|
||||
- name: catalyst-ui
|
||||
image: "ghcr.io/openova-io/openova/catalyst-ui:b45a49f"
|
||||
image: "ghcr.io/openova-io/openova/catalyst-ui:8ec8c01"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
Loading…
Reference in New Issue
Block a user