Bumps the chart version + the per-Sovereign HelmRelease pin in clusters/_template/bootstrap-kit/13-bp-catalyst-platform.yaml so all Sovereigns reconciling against the template (otech117 et al.) pick up PR #983's fixes: - /dashboard /apps /jobs /cloud … render at clean roots; no /console/ prefix and no /provision/<id>/ prefix on Sovereign mode. - sovereign_self.go store fallback — data flows on clean URLs the moment fireHandover POSTs the deployment record to /api/v1/internal/ deployments/import; no waiting for a chart-values overlay roundtrip. - Sidebar links land on clean roots — no more /provision//cloud. - Auth handover redirect target → /dashboard (was /console/dashboard). 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
3ad52c137f
commit
e8fcd66a2b
@ -226,7 +226,12 @@ spec:
|
||||
# every trigger call returned 502 "token-review-failed" on
|
||||
# otech113 (chart 0.1.18 fixed the readiness loop but exposed
|
||||
# this missing-RBAC bug as the next failure). 2026-05-05.
|
||||
version: 1.4.28
|
||||
# 1.4.29 (#983 follow-up): Sovereign Console URL contract — clean
|
||||
# root URLs (/dashboard /jobs /cloud …), sovereign_self.go store
|
||||
# fallback (data renders the moment cutover-import lands without
|
||||
# waiting for the orchestrator's chart-values overlay write).
|
||||
# 2026-05-05.
|
||||
version: 1.4.29
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bp-catalyst-platform
|
||||
|
||||
@ -124,8 +124,8 @@ name: bp-catalyst-platform
|
||||
# otech113 2026-05-05 — chart 0.1.18 fixed the readiness-probe loop
|
||||
# but every trigger immediately got 502 in <10ms (synchronous
|
||||
# apiserver permission rejection). 2026-05-05.
|
||||
version: 1.4.28
|
||||
appVersion: 1.4.28
|
||||
version: 1.4.29
|
||||
appVersion: 1.4.29
|
||||
description: |
|
||||
Catalyst Platform — the unified Catalyst control plane umbrella chart for Catalyst-Zero.
|
||||
Composes the catalyst-{ui,api}, console, admin, marketplace UI modules and the marketplace-api backend.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user