* [stable/postgresql] Avoid init scripts to execute in every restart after changing volume mount point
Signed-off-by: tompizmor <tompizmor@gmail.com>
* [stable/postgresql] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
* Bump chart version
Signed-off-by: tompizmor <tompizmor@gmail.com>
* [stable/postgresql] Replace metrics image from wrouesnel/postgres_exporter to bitnami/postgres-exporter
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* Update tag
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* README.md - fix minor typos
Signed-off-by: Christopher Abiad <chris@chrisabiad.com>
* stable/postgresql - Increment chart semver
Signed-off-by: Christopher Abiad <chris@chrisabiad.com>
* stable/postgresql - Increment version to 5.3.3
Signed-off-by: Christopher Abiad <chris@chrisabiad.com>
* stable/postgresql - Increment version to 5.3.4
Signed-off-by: Christopher Abiad <chris@chrisabiad.com>
The command 'mkdir -p' has no effect if the directory already exists. To ensure the init container sets the mode for an existing data directory, we call 'chmod 700' separately.
Signed-off-by: Tim Guenthner <aerotog@gmail.com>
* [stable/postgresql] Ensure intContainer creates the data directory.
Signed-off-by: juan131 <juan@bitnami.com>
* Update PostgreSQL image tag to '11.3.0-debian-9-r26'
Signed-off-by: juan131 <juan@bitnami.com>
* Update PostgreSQL image tag to '11.3.0-debian-9-r26' on 'values-production.yaml'
Signed-off-by: juan131 <juan@bitnami.com>
* Update PostgreSQL image tag to '11.3.0-debian-9-r27'
Signed-off-by: juan131 <juan@bitnami.com>
* Bump chart version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/postgresql] Use immutable tags
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* stable/postgresql: Fix NetworkPolicy in replicated mode
With replication enabled and a network policy that prevents external
communication, i.e.
```yaml
replication:
enabled: true
networkPolicy:
enabled: true
allowExternal: false
```
the slave pods are not allowed to connect to the master, which causes
them to enter into a crash loop.
This commit expands the ingress policy to allow communication from the
slaves to the master on port 5432.
Signed-off-by: Benoît Knecht <benoit.knecht@fsfe.org>
* stable/postgresql: Bump chart version number to 4.2.2
Signed-off-by: Benoît Knecht <benoit.knecht@fsfe.org>
* excluding ".snapshot" in chown during init
in some environment, where PVs are NFS volumes with `.shapshot` directories,
such as the case with NetApps, `chown -R` would fail during execution of
initContainer command
to avoid failure, `.snapshot` shouldbe excluded from `chown -R`
Signed-off-by: Anastas Dancha <anapsix@random.io>
* same in less lines
Signed-off-by: Anastas Dancha <anapsix@random.io>
* using find statement w/ xargs for error handling
Signed-off-by: Anastas Dancha <anapsix@random.io>
* Add service account support
Service account utilization is optional and not activated by default.
Signed-off-by: Dennis Effing <dennis.effing@codecentric.de>
* Remove trailing spaces
Signed-off-by: Dennis Effing <dennis.effing@codecentric.de>
* Add missing documentation on serviceAccount.name property
Signed-off-by: Dennis Effing <dennis.effing@codecentric.de>
* Add service account properties to production values
Signed-off-by: Dennis Effing <dennis.effing@codecentric.de>
* [stable/postgresql] Adapt to new bitnami postgresql bash container
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Update readme
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Change postgresqlDataDir
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [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>