diff --git a/clusters/_template/bootstrap-kit/13-bp-catalyst-platform.yaml b/clusters/_template/bootstrap-kit/13-bp-catalyst-platform.yaml index e05f0d28..4a16aef0 100644 --- a/clusters/_template/bootstrap-kit/13-bp-catalyst-platform.yaml +++ b/clusters/_template/bootstrap-kit/13-bp-catalyst-platform.yaml @@ -231,7 +231,7 @@ spec: # fallback (data renders the moment cutover-import lands without # waiting for the orchestrator's chart-values overlay write). # 2026-05-05. - version: 1.4.38 + version: 1.4.39 sourceRef: kind: HelmRepository name: bp-catalyst-platform diff --git a/products/catalyst/chart/Chart.yaml b/products/catalyst/chart/Chart.yaml index c45123e0..50c500e9 100644 --- a/products/catalyst/chart/Chart.yaml +++ b/products/catalyst/chart/Chart.yaml @@ -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.38 -appVersion: 1.4.38 +version: 1.4.39 +appVersion: 1.4.39 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. diff --git a/products/catalyst/chart/templates/api-deployment.yaml b/products/catalyst/chart/templates/api-deployment.yaml index 15ac491f..af2b7063 100644 --- a/products/catalyst/chart/templates/api-deployment.yaml +++ b/products/catalyst/chart/templates/api-deployment.yaml @@ -152,7 +152,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: catalyst-api - image: "ghcr.io/openova-io/openova/catalyst-api:69f3be2" + image: "ghcr.io/openova-io/openova/catalyst-api:1b62da7" imagePullPolicy: IfNotPresent ports: - containerPort: 8080 diff --git a/products/catalyst/chart/templates/ui-deployment.yaml b/products/catalyst/chart/templates/ui-deployment.yaml index e0e6fac4..b5a1112c 100644 --- a/products/catalyst/chart/templates/ui-deployment.yaml +++ b/products/catalyst/chart/templates/ui-deployment.yaml @@ -19,7 +19,7 @@ spec: - name: ghcr-pull containers: - name: catalyst-ui - image: "ghcr.io/openova-io/openova/catalyst-ui:69f3be2" + image: "ghcr.io/openova-io/openova/catalyst-ui:1b62da7" imagePullPolicy: IfNotPresent ports: - containerPort: 8080