NOTICE: When migrating from a 0.2.x chart to a 0.3 chart, please take the following into account:
- if you use the
env
key in your values, you should rewrite them from a
plain dict into a list of EnvVar
Added
- Add ability to annotate pods in the StatefulSet
- Add ability to run any script as callback, if exposed as a ConfigMap
Changed
- Reduce loglevel of Patroni from INFO to WARNING
- The values.yaml env key should be expressed as a list of EnvVars
- Refer to the latest minor versions for PostgreSQL & TimescaleDB
Fixed
- Set
unix_socket_permissions
using PostgreSQL parameters instead