A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL
⚠️ Warning Breaking / default changes:
-
PostgreSQL 18 is now the default. On
helm upgrade, chart defaults may move your cluster toward PG 18 unless you pin versions. To stay on PostgreSQL 17, set:image: docker.io/percona/percona-distribution-postgresql:17.9-1 postgresVersion: 17For a proper major PostgreSQL upgrade, follow: https://docs.percona.com/percona-operator-for-postgresql/latest/update-db-major.html)
-
exposeSuperusers defaults to false. To keep exposing superusers as before, set exposeSuperusers: true