openova/.github
hatiyildiz 885e032dc5 fix(ci): deploy job updates values.yaml SHA tags, not Helm template files
The previous sed targeted ui-deployment.yaml + api-deployment.yaml for
`image: ghcr.io/.../catalyst-ui:.*` but those files use Helm template
expressions (`{{ .Values.images.catalystUi.tag }}`), so sed silently
no-ops. Result: every catalyst build committed "No changes" and the
deployed image was never updated.

Fix: switch deploy job to update images.catalystUi.tag and
images.catalystApi.tag in products/catalyst/chart/values.yaml via
python3 regex (handles multiline YAML reliably).

Also bump catalystUi + catalystApi tags to 32c5e43 (the build from
#596 / PR #599 — Vite base: '/' fix).

Fixes #596 deploy path.
2026-05-02 13:46:03 +02:00
..
workflows fix(ci): deploy job updates values.yaml SHA tags, not Helm template files 2026-05-02 13:46:03 +02:00
dependabot.yml chore(ci): add Dependabot for npm and GitHub Actions dependency updates 2026-03-19 13:42:02 +01:00