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
..
app bump to v2.0 (#3134) 2026-07-27 23:50:17 +02:00
manifests bump to v2.0 (#3134) 2026-07-27 23:50:17 +02:00
operator_ui change volume specs to int32 and define max iops and throughput values (#3139) 2026-07-27 16:32:22 +02:00
.dockerignore fix: use nodejs-lts image for building frontend code (#2653) 2024-06-05 15:09:44 +02:00
Dockerfile fix docker build for UI and bumped some outdated versions in docs and config (#3017) 2025-12-18 12:12:53 +01:00
MANIFEST.in Initial commit for Postgres Operator UI (#613) 2019-07-12 17:02:55 +02:00
Makefile [ui] internal pipeline fix to build ui image (#3013) 2025-12-12 16:49:58 +01:00
requirements.txt Bump requests from 2.32.4 to 2.33.0 in /ui (#3060) 2026-07-21 09:38:27 +02:00
run_local.sh Fix invalid JSON (trailing comma) in operator-ui OPERATOR_UI_CONFIG (#3144) 2026-07-28 16:27:06 +02:00
setup.py bump to v1.12.1 (#2658) 2024-06-13 10:40:07 +02:00
start_server.sh [UI] add toggle for connection pooler (#953) 2020-04-30 09:58:07 +02:00
tox.ini Initial commit for Postgres Operator UI (#613) 2019-07-12 17:02:55 +02:00