Commit Graph

74 Commits

Author SHA1 Message Date
Bitnami Containers
45a4ef3b09 [bitnami/postgresql-ha] Release 3.2.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-03 07:20:46 +00:00
Rafael Ríos Saavedra
df9cabe52f [bitnami/postgresql-ha]Fix user configuration for pgpool (#2730)
* Fix user configuration for pgpool

* [bitnami/postgresql-ha] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Change value for PGPOOL_USER_CONFIG_FILE when used a configmap, also change instructions in README

* Fix chart version

* [bitnami/postgresql-ha] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: rafael <rafael@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-02 17:06:52 +02:00
Carlos Rodríguez Hernández
5ed97f0c1a Add support for helm lint and helm install in PRs via GH Actions (#2721) 2020-06-01 11:50:05 +02:00
Bitnami Containers
23819ed7f3 [bitnami/postgresql-ha] Release 3.2.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-27 03:07:37 +00:00
Bitnami Containers
d2f1d95f42 [bitnami/postgresql-ha] Release 3.2.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-21 02:51:40 +00:00
Daniel Arteaga
c7751eb576 update bitnami/common to be compatible with helm v2.12+ (#2615) 2020-05-19 13:18:15 +02:00
Bitnami Containers
aeda84c425 [bitnami/postgresql-ha] Release 3.2.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-16 03:47:34 +00:00
Bitnami Containers
296aece3fa [bitnami/postgresql-ha] Release 3.2.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-14 19:42:57 +00:00
Bitnami Containers
84349c16cd [bitnami/postgresql-ha] Release 3.2.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-08 00:58:58 +00:00
Michael Smith
f105cbc56a [bitnami/postgresql-ha] Add option to set postgres user password (#2518)
* [bitnami/postgresql-ha] Add documentation for usePasswordFile option

The `postgresql.usePasswordFile` option was previously added to mount
passwords as a volume rather than in environment variables but was not
documented.

* [bitnami/postgresql-ha] Add postgresqlPassword option

When `postgresql.username` is not `postgres`, a new user is created that
only has permissions for the database created with `postgresql.database`
and the `postgres` user does not have a password and cannot be accessed
remotely.

This commit adds the `postgresql.postgresPassword` property that can be
used to specify the password for the `postgres` user when
`postgresql.username` is set to a different user.

Resolves #2470.
2020-05-06 10:15:03 +02:00
Bitnami Containers
f637386963 [bitnami/postgresql-ha] Release 3.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-01 11:47:54 +00:00
Daniel Arteaga
9d337fee37 [bitnami/postgresql-ha] add graceful exit for primary nodes (#2406)
* add pre-stop hook

* fix yaml lint errors

* bumb chart version

* [bitnami/postgresql-ha] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-30 18:04:50 +02:00
Bitnami Containers
ffa9adf7cc [bitnami/postgresql-ha] Release 3.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-29 19:43:44 +00:00
RichieSams
2548751a54 [bitnami/postgresql-ha] Add relabelings / metricRelabelings to ServiceMonitor (#2307)
* [bitnami/postgresql-ha] Add relabelings / metricRelabelings to ServiceMonitor
2020-04-24 10:19:43 +02:00
Bitnami Containers
c607cda22c [bitnami/postgresql-ha] Release 3.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-24 07:16:36 +00:00
Bitnami Containers
aed2c2e9ad [bitnami/postgresql-ha] Release 3.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-22 02:35:40 +00:00
Juan Ariza Toledano
3799a40184 [bitnami/postgresql-ha] Major version - new repmgr version (#2364)
* [bitnami/postgresql-ha] Major version - new repmgr version

Signed-off-by: juan131 <juan@bitnami.com>
2020-04-20 12:19:37 +02:00
lyca
3c2b4a27f9 [bitnami/postgresql-ha] Tpl usage in existing secret (#2212)
* Allow template usage for existingSecret.
2020-04-09 15:03:49 +02:00
Steven Sheehy
97fee8da2c [bitnami/postgresql-ha] Add labels and init DB scripts secret (#2225)
* [bitnami/postgresql-ha] Add labels and init DB scripts secret

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
2020-04-09 09:57:25 +02:00
Bitnami Containers
8cbc422a02 [bitnami/postgresql-ha] Release 2.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-08 18:47:45 +00:00
Bitnami Containers
414ad96fd3 [bitnami/postgresql-ha] Release 2.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-08 15:21:14 +00:00
Robert Moucha
44b201b922 [bitnami/postgresql-ha] Add missing config properies to chart deployment (#2239)
* Add missing config properies to bitnami/postgresql-ha

* add pgpool.maxPool that maps to PGPOOL_MAX_POOL env. variable
* add pgpool.numInitChildren that maps to PGPOOL_NUM_INIT_CHILDREN

These variables are already supported by recent bitnami/pgpool images

* [bitnami/postgresql-ha] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Miguel Ángel Cabrera Miñagorri <macabrera@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-07 10:50:58 +02:00
Bitnami Containers
ec1737894a [bitnami/postgresql-ha] Release 2.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-06 20:15:09 +00:00
Steven Sheehy
b17d5b8cf4 [bitnami/postgresql-ha] Add priorityClassName (#2210)
* Add priorityClassName to postgresql-ha

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>

* [bitnami/postgresql-ha] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-03 18:51:00 +02:00
Bitnami Containers
8fe251fcb9 [bitnami/postgresql-ha] Release 2.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-31 17:39:26 +00:00
Bitnami Containers
78623e5f60 [bitnami/postgresql-ha] Release 2.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-31 10:20:39 +00:00
Asaf Ohaion
b928ba3aa2 templates/pgpool: fixed typo in deployment yaml pgool -> pgpool (#2170) 2020-03-31 11:10:42 +02:00
Marcos Bjoerkelund
d64960cacd [bitnami/postgresql-ha] Fix conf permissions with postgresql.extendedConf (#2140)
* [bitnami/postgresql-ha] Fix permissions of conf directory with postgresql.extendedConf

* [bitnami/postgresql-ha] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-03-30 16:55:53 +02:00
Bitnami Containers
b9c4ffebbb [bitnami/postgresql-ha] Release 2.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-30 11:05:52 +00:00
Bitnami Containers
712b826f97 [bitnami/postgresql-ha] Release 2.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-26 01:10:13 +00:00
Juan Ariza Toledano
2c871551de [bitnami/postgresql-ha] Move Pgpool to non-root (#2133)
* [bitnami/postgresql-ha] Move Pgpool to non-root

Signed-off-by: juan131 <juan@bitnami.com>

* [bitnami/postgresql-ha] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-25 15:13:52 +01:00
Juan Ariza Toledano
79a9289451 [bitnami/posgresql-ha] Fix Pgpool's healthcheck script's path (#2116)
* [bitnami/posgresql-ha] Fix Pgpool's healthcheck script's path

Signed-off-by: juan131 <juan@bitnami.com>

* [bitnami/postgresql-ha] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-23 09:39:33 +01:00
Bitnami Containers
e86cbdabf3 [bitnami/postgresql-ha] Release 1.4.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-20 15:05:31 +00:00
Bitnami Containers
5658d2ddd0 [bitnami/postgresql-ha] Release 1.4.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-12 01:05:57 +00:00
Carlos Rodríguez Hernández
a0e44f7d6a Move charts from upstreamed folder to bitnami (#2032)
* Move charts from upstreamed folder to bitnami

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove root .helmignore

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Bump charts version

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove file added by error

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Update Chart.yaml
2020-03-11 17:11:37 +01:00
Sameer Naik
416d72f3d2 [bitnami/postgresql-ha] bump pgpool image tag (#2026)
`bitnami/pgpool:4.1.1-debian-10-r19` image contains a fix for the healthcheck which cause the pgpool pod to restart when there is a backend reconfiguration.

Fixes #1934
2020-03-11 08:57:57 +01:00
Carlos Rodríguez Hernández
07fd267fa0 [bitnami/several] Add note about necessary (by the moment) root containers (#2019)
* [bitnami/several] Add note about necessary (by the moment) root containers

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Update README.md

* Update README.md
2020-03-09 16:51:41 +01:00
Bitnami Containers
f3602bf41e [bitnami/postgresql-ha] Release 1.4.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-26 08:41:40 +00:00
Carlos Rodríguez Hernández
a347bcb4ac [bitnami/harbor&postgresql-ha] Remove debian 9 references (#1968)
* [bitnami/harbor&postgresql-ha] Remove debian 9 references

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Update README.md
2020-02-24 12:30:45 +01:00
Bitnami Containers
dcbb3fcbe7 [bitnami/postgresql-ha] Release 1.4.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-19 08:08:47 +00:00
Carlos Rodríguez Hernández
40ee57cf51 [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911)
* [bitnami/several] Adapt READMEs and helpers to Helm 3

* Update _docs
2020-02-11 15:09:36 +01:00
juan131
39c2058474 [bitnami/postgresql-ha] Fix mount point for extended PostgreSQL configuration
Signed-off-by: juan131 <juan@bitnami.com>
2020-02-06 09:45:31 +01:00
Sameer Naik
df9db779a8 [bitnami/postgresql] moved liveness probe command to healthcheck.sh script 2020-01-31 15:30:22 +05:30
Sameer Naik
3cad5374d6 [bitnami/postgresql-hq] do not wait for backend nodes in pgpool deployment
Fixed liveness probes and remove initContainer to make the chart more resilient to error conditions

fixes #1799
2020-01-28 21:36:12 +05:30
juan131
75df28da8b Update image tag
Signed-off-by: juan131 <juan@bitnami.com>
2020-01-27 09:10:58 +01:00
juan131
9e776f4461 [bitnami/postgresql-ha] Add support for running custom init scripts on Pgpool
Signed-off-by: juan131 <juan@bitnami.com>
2020-01-27 09:10:58 +01:00
Bitnami Containers
ebe0334694 [bitnami/postgresql-ha] Release 1.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-24 04:15:16 +00:00
Alexander Makarenko
af7b472e42 Support setting of Pgpool Load-Balancing mode 2020-01-14 23:30:03 +01:00
Bitnami Containers
71b1a00c3f [bitnami/postgresql-ha] Release 1.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-14 22:02:15 +00:00
juan131
a2d93e44b0 Allow templates in configuration parameter
Signed-off-by: juan131 <juan@bitnami.com>
2020-01-14 11:28:38 +01:00