Adds .github/workflows/helm-release.yml that packages the Helm chart
and pushes it to groombook/groombook.github.io on pushes to main
when charts/ changes. Uses CHART_REPO_TOKEN secret for cross-repo
push access.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Replaces Bitnami postgresql subchart with native StatefulSet + Service
using official postgres:16 image. Updates values.yaml schema, adds
postgresql-statefulset.yaml, postgresql-service.yaml, and fixes
db-credentials-secret.yaml to use shared password variable.
Co-Authored-By: Paperclip <noreply@paperclip.ing>