* [stable/postgresql] Allow connection details to be set as global
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add global by default
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/postgresql] Allow a template for persistence.existingClaim
Signed-off-by: Michael Beaumont <mjboamail@gmail.com>
* [stable/postgresql] Update values-production for persistence.existingClaim
Signed-off-by: Michael Beaumont <mjboamail@gmail.com>
* [stable/postgresql] Add global 'imagePullSecrets' to overwrite any other existing one
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Fix typo and add var to the README
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Fix typo in helpers
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/postgresql] Add supports for the oficial postgres image env vars
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Add more info to README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update README
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Grammar and wording fixes in README file
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Update version change for chart
Signed-off-by: tompizmor <tompizmor@gmail.com>
* [stable/postgresql] Enable synchronous replication
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Update values-production.yaml
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Lint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [bitnami/postgresql] Allow configmaps for configuration and initdb
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Change conf.d mountpoint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Bump version
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Bump minor version
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/postgresql] Allow mounting secrets as files
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add mounting logic to the metrics container
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Lint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/postgresql] Support different affinities for master & slaves
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Add note to README and obey fullnameOverride
Signed-off-by: tompizmor <tompizmor@gmail.com>
* [stable/postgresql] Add ability to give postgresql or pg_hba configuration from parameter.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* [stable/postgresql] Add ability to give initdb scripts from parameter.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit enables the user to specify additional environment
variables in the postgres chart.
This is especially important for custom Postgres images which might
have different environment variables for different options or for
enabling additional features.
Furthermore versions have been updated:
- Chart version has been set to 1.0.0, as this is a stable chart
Signed-off-by: Bojan Čekrlić <bojan@cekrlic.com>
* Adding values for liveness & readiness probe thresholds
* Postgresql: Upping chart version
* Removing use of default as it is redundant
* Incrementing chart version as it seems someone beat me to it
* Update Chart.yaml
Add the ability to specify pod/deployment annotations through
`values.yml`.
I tested this works without any custom annotations, and also tested
specifying custom annotations and verifying they are included in the
existing pod/deployment.
* Add persistence.mountPath value
This allows to mount a volume in /var/lib/postgresql/data instead of
/var/lib/postgresql/data/pgdata. This is mandatory if the user starting
the postgres image is not the owner of /var/lib/postgresql/data/pgdata
but has only write access to it.
With this patch, the entrypoint will create /var/lib/postgresql/data
with the user that launched the container as owner and initdb will be
happy.
* Add documentation
* bump chart version
* [stable/postgresql] Add image pull secrets to deployment template
* update deployment template
* add new parameter to README
* [stable/postgresql] bump chart version
update version to 0.8.5
* [stable/postgresql] add an example of imagePullSecrets to values.yaml