Persistence
SQLite at DATABASE (chart: /data/cache.db) stores
(owner, repo, environment, commitSHA, deploymentName), the GitHub
deployment_id, and the latest status so reconciles stay idempotent across
restarts (including monorepo workloads with distinct deployment-name
annotations).
Multi-replica with persistence is unsupported - the chart fails closed. Keep
replicaCount: 1 and persistence.enabled: true in production.
Why this matters, and what breaks without a PVC: Install → PVC.