Lands the clean post-revert image on Sovereigns:
- :019309f is the catalyst-build output for commit 019309f9 (the revert
merge of #984/#987/#989), which carries PR #983's URL contract fix
WITHOUT the broken / → /nova/ redirect chain.
- Chart version bumped 1.4.29 → 1.4.30 to invalidate Flux source-controller's
OCI tag cache (otherwise Sovereigns stay on the first 1.4.29 digest they
pulled — verified live on otech117).
- Chart template literal bumped because PR #980 stops CI from auto-bumping
it; this commit IS the operator-approved manual bump.
Contabo stays on :8a1fe04 (manifest at clusters/contabo-mkt unaffected by
the chart literal change since contabo's Kustomize path reads its own copy
of the deployment manifests). When the operator validates :019309f on
Sovereigns, contabo can be re-pinned in a follow-up.
Co-authored-by: hatiyildiz <hatice.yildiz@openova.io>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
console.openova.io is currently 307'ing / → /nova/ instead of rendering
the wizard. Founder identified :8a1fe04 as the last stable image before
today's auth-loop / mothership-redirect chain (#984#987#989).
Revert chain summary:
- :8a83416 (#984): mothership / redirect landed on /nova marketplace
- :e221b48 (#987): tried to fix#984 — exposed wizard redirect loop
- :0daaac5 (#989): tried to break #987's loop — / still 307s to /nova
on live contabo
This pin restores the operator-facing wizard flow on console.openova.io.
Sovereigns are unaffected (otech117 is on :8a83416 via Helm, gated by
chart 1.4.29 OCI cache and not re-pulling per the source-controller
version-key cache behavior).
Forward path: investigate the / → /nova/ redirect introduced in the
#984/#987/#989 chain (likely an index-route or beforeLoad redirect in
router.tsx that fires on Catalyst-Zero mode), fix at root, ship as a
new image SHA, then re-pin contabo deliberately.
Co-authored-by: hatiyildiz <hatice.yildiz@openova.io>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Restores forward roll of the catalyst-{api,ui} Kustomize-path image
refs after the hotfix landed:
- 3b88dfa hotfix(catalyst-api): drop k8scache discovery probe
- b4fb6cf fix(catalyst-ui): drop stale params={{ deploymentId }}
Per #980, contabo Kustomize-path image refs are managed manually
(catalyst-build only auto-bumps values.yaml). This commit is the
manual forward-roll.
Co-authored-by: hatiyildiz <hatiyildiz@users.noreply.github.com>