Commit Graph

2 Commits

Author SHA1 Message Date
chrisfu
28b3cd72df fix(db-build): ensure Build Database Image uses valid Percona packages and non-interactive tzdata
- generator: map pg_stat_monitor to percona-pg-stat-monitor{major} for Percona 17/18 (was percona-postgresql-*-stat-monitor).

- templates: add non-interactive tzdata setup pinned to Etc/GMT-0 to avoid stdin prompts.

- templates: switch contrib to percona-postgresql-contrib metapackage.

- dockerfile: regenerated to reflect fixes; confirmed build succeeds.

Co-authored-by: Junie <junie@jetbrains.com>
2026-02-28 23:27:38 -08:00
chrisfu
5e0a1bda85 feat: Add GitOps (Gitea) and Supabase integration, plus database options
- Makefile: Added 'init' and 'deploy' targets for k3s parity and Gitea staging.

- OpenTofu: Fixed namespace handling in k3s main.tf to prevent metadata overwrites.

- UI: Added 'GitOps' and 'Database Options' configuration screens.

- Core: Enhanced monitoring, milestones, and environment handling for new services.

- Supabase: Integrated full Helm chart and manifest rendering logic.

- Gitea: Added deployment scripts and GitOps sync support.

- Database: Added Percona/Postgres Dockerfile templates and improved TDE scripts.

- Tests: Added coverage for new UI screens and navigation flows.
2026-02-26 18:32:15 -08:00