postgres-operator/charts/postgres-operator-ui
IO ANALYTICA 66adeddcb7
Fix invalid JSON (trailing comma) in operator-ui OPERATOR_UI_CONFIG (#3144)
The postgresql_versions array had a trailing comma after "14" in two places
that build OPERATOR_UI_CONFIG as JSON. OPERATOR_UI_CONFIG is parsed by the UI
with Python's json.loads() (operator_ui/main.py), which rejects trailing
commas, so the config fails to load:

  json.decoder.JSONDecodeError: Expecting value: line 25 column 3

Remove the trailing comma in:
- charts/postgres-operator-ui/templates/deployment.yaml (chart Deployment)
- ui/run_local.sh (local dev default_operator_ui_config)

ui/manifests/deployment.yaml and the Python DEFAULT_UI_CONFIG in
operator_ui/main.py were already correct.

Fixes #3062
2026-07-28 16:27:06 +02:00
..
templates Fix invalid JSON (trailing comma) in operator-ui OPERATOR_UI_CONFIG (#3144) 2026-07-28 16:27:06 +02:00
.helmignore add first version of ui helm chart (#795) 2020-02-05 16:54:46 +01:00
Chart.yaml bump to v2.0 (#3134) 2026-07-27 23:50:17 +02:00
index.yaml bump to v2.0 (#3134) 2026-07-27 23:50:17 +02:00
postgres-operator-ui-1.11.0.tgz bump tp v1.11.0 (#2580) 2024-03-15 15:02:39 +01:00
postgres-operator-ui-1.12.2.tgz bump to v1.12.2 (#2664) 2024-06-14 10:53:17 +02:00
postgres-operator-ui-1.13.0.tgz Bump operator to v1.13.0 (#2729) 2024-08-22 12:16:27 +02:00
postgres-operator-ui-1.14.0.tgz bump operator to 1.14.0 (#2827) 2024-12-23 12:12:33 +01:00
postgres-operator-ui-1.15.1.tgz bump to v1.15.1 (#3011) 2025-12-16 19:25:12 +01:00
postgres-operator-ui-2.0.0.tgz bump to v2.0 (#3134) 2026-07-27 23:50:17 +02:00
values.yaml bump to v2.0 (#3134) 2026-07-27 23:50:17 +02:00