Commit Graph

139 Commits

Author SHA1 Message Date
Juan Ariza Toledano
2826c125b4 [bitnami/*] Update dependencies (#4694) 2020-12-11 13:05:27 +01:00
Bitnami Containers
c114ac74db [bitnami/postgresql-ha] Release 6.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-12-08 04:33:05 +00:00
CUELLAR Grégory
e35d4bf21a [bitnami/postgresql-ha] Implement persistence selector (#4436)
* [bitnami/postgresql-ha] Implement persistence selector

* [bitnami/postgresql-ha] Implement persistence selector ( change version number )
2020-11-20 16:31:34 +01:00
Robert Van Voorhees
74bbc41a0f [bitnami/postgresql-ha] Parameterize postgresql-ha namespace (#4343)
* Pull namespace into a dedicated variable to provide an easier way to override.

* Increment chart version.

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
2020-11-16 18:04:52 +01:00
Bitnami Containers
1000dae1a6 [bitnami/postgresql-ha] Release 6.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-11-14 13:22:50 +00:00
Bitnami Containers
6c18c09230 [bitnami/postgresql-ha] Release 6.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-11-13 18:04:05 +00:00
Bitnami Containers
cca7b617d2 [bitnami/postgresql-ha] Release 6.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-11-12 20:58:57 +00:00
Carlos Rodríguez Hernández
ba19b1a359 [bitnami/postgresql-ha] Major version. Adapt Chart to apiVersion: v2 (#4292)
* [bitnami/postgresql-ha] Major version. Adapt Chart to apiVersion: v2

* [bitnami/postgresql-ha] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-11-11 08:39:58 +01:00
Bitnami Containers
029678c87c [bitnami/postgresql-ha] Release 5.2.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-11-03 20:55:59 +00:00
Vincent Behar
b3a95b701b [bitnami/*] Extra manifests should be top-level (#4161)
extra manifests declared with the `extraDeploy` value used to be defined in a single List manifest.
the issue with this setup, is that if you want to define a Job to be used as a Helm hook, it won't work - because Helm only look at top-level manifests to find the hook annotations.

this PR changes the implementation of extra manifests, by rendering top-level manifests instead of wrapping them inside a List.
charts users don't need to change anything in their values.yaml
2020-10-30 14:11:06 +01:00
Bitnami Containers
68c71e5697 [bitnami/postgresql-ha] Release 5.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-29 17:57:50 +00:00
Juan Ariza Toledano
c08a20e3db [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) 2020-10-28 11:07:11 +01:00
Bitnami Containers
6ba8de60d0 [bitnami/postgresql-ha] Release 5.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-27 18:49:14 +00:00
Juan Ariza Toledano
8ba0fbb380 [bitnami/postgresql-ha] Upgrade repmgr extension (#4126) 2020-10-27 13:07:49 +01:00
Bitnami Containers
db6f7d9d3f [bitnami/postgresql-ha] Release 5.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-27 11:38:11 +00:00
Juan Ariza Toledano
64051f7ce4 [bitnami/postgresql-ha] Add improvements to comply with STIG (#4059)
* [bitnami/postgresql-ha] Add improvements to comply with STIG

Signed-off-by: juan131 <juanariza@vmware.com>

* Fix README.md

Signed-off-by: juan131 <juanariza@vmware.com>

* Use 'error' as log level for clients

Signed-off-by: juan131 <juanariza@vmware.com>
2020-10-21 15:20:28 +02:00
Bitnami Containers
d7ffeeb357 [bitnami/postgresql-ha] Release 5.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-21 12:17:00 +00:00
Rafael Ríos Saavedra
7ecc8994a1 [bitnami/postgresql-ha] Adds parallel deployment to postgresql statefulset (#4003)
* [bitnami/postgresql-ha] Adds parallel deployment to postgresql statefulset

* Adds upgrading info v3 -> v5 in the REAMDE.

Co-authored-by: rafael <rafael@bitnami.com>
2020-10-13 19:04:18 +02:00
Kane
1892bc6eea [bitnami/postgresql-ha] Fix pre-stop.sh script errors - fixes #3983 (#3984) 2020-10-13 12:56:56 +02:00
Kane
156ec5e957 [bitnami/postgresql-ha] Fix secrets-mounted path for REPMGR_PASSWORD_FILE - fixes #3981 (#3982) 2020-10-12 19:43:31 +02:00
Javier J. Salmerón-García
739b4b9483 [bitnami/postgresql-ha] Revert https://github.com/bitnami/charts/pull/3681 (#3953) 2020-10-08 13:51:25 +02:00
Javier J. Salmerón-García
8ee923ce98 [bitnami/postgresql-ha] Add standard Bitnami parameters (#3797)
* [bitnami/postgresql-ha] Add standard Bitnami parameters

* Extend the use of common

* Lint issues

* Lint
2020-10-08 10:24:41 +02:00
Beltran
2e5f7fcf5b [bitnami/postgresq-ha] Add enable default option for Volume SecurityContext (#3930)
* Drop volumePermissions.securityContext.enabled option
2020-10-07 13:09:32 +02:00
Miguel Ángel Cabrera Miñagorri
9c51e25c15 [bitnami/postgresql-ha] Add Pod Management Policy as Parallel (#3681)
Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com>
2020-10-07 12:57:46 +02:00
Kane
6f1ca9f3c7 [bitnami/postgresql-ha] Fix volumnMounts path collision for secrets - fixes #3922 (#3927) 2020-10-07 10:48:14 +02:00
lpaarup
4f53a54a33 [bitnami/postgres-ha] Extra volumes, mount and initContainers added. (#3861)
* [bitnami/postgres-ha] extra volumes, mount and initContainers added (bitnami#3437)

* [bitnami/postgres-ha] Version bump.

* [bitnami/postgres-ha] yamllint on values.yaml

* [bitnami/postgres-ha] Minor version bump and cleaning.

* [bitnami/postgresql-ha] Update components versions

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

Co-authored-by: Luis Paarup <luis.paarup@hpe.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-10-06 10:09:39 +02:00
Bitnami Containers
b3868f8c49 [bitnami/postgresql-ha] Release 3.8.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-06 05:52:29 +00:00
Bitnami Containers
d18078b396 [bitnami/postgresql-ha] Release 3.8.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-01 20:17:53 +00:00
Carlos Rodríguez Hernández
b4ceb72deb [bitnami/postgresql-ha] Add sr_check_database to pgpool configuration (#3754)
* Add sr_check_database to pgpool configuration

* Add pgpool image containing the required changes
2020-09-23 11:16:56 +02:00
Django
ea7bdb0277 [bitnami/postgresql-ha] Add arbitrary securityContext configuration to improve security (#3705)
* [bitnami/postgresql-ha] Added configurable securityContext

* [bitnami/postgresql-ha] Fixed incorrect readme description

Co-authored-by: Miguel Ángel Cabrera Miñagorri <macabrera@bitnami.com>
2020-09-22 10:08:32 +02:00
Bitnami Containers
41c66b16e8 [bitnami/postgresql-ha] Release 3.6.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-21 10:49:40 +00:00
Raquel Campuzano Godoy
24492789ae Add links to docs.bitnami.com (#3715)
* Add links to docs.bitnami.com

* Links to docs.bitnami.com

* Link to docs.bitnami.com

* Link to docs.bitnami.com

* Link to docs.bitnami.com for Rabbit
2020-09-21 11:44:01 +02:00
Dominik Horb
4941fb52c1 [bitnami/postgresql-ha] Fix maxPool in values.yaml (#3649)
* Fix maxPool in values.yaml

* Bump chart version

* Fix maxPool key in values-production.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <macabrera@bitnami.com>
2020-09-11 10:16:39 +02:00
Javier J. Salmerón-García
71376ff3cd [bitnami/postgresql-ha] Add TLS support in PgPool (#3647)
* [bitnami/postgresql-ha] Add TLS support in PgPool

* Image

* Image

* Values production

* Remove data

* Apply requested changes

* Update readme
2020-09-10 17:46:22 +02:00
Bitnami Containers
2ad4f88c73 [bitnami/postgresql-ha] Release 3.5.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-08 20:45:32 +00:00
Miguel Ángel Cabrera Miñagorri
1ed12f96af [bitnami/metrics-server] Add source repo (#3577)
* [bitnami/all] Add home to this repository

* Remove duplicated entries
2020-09-03 12:00:10 +02:00
Bitnami Containers
8c2d5847f2 [bitnami/postgresql-ha] Release 3.5.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-28 18:30:08 +00:00
Bitnami Containers
7d89859a49 [bitnami/postgresql-ha] Release 3.5.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-28 08:55:51 +00:00
Dominik Horb
dae60580b3 [bitnami/postgresql-ha] Show correct default for pgpool replicaCount (#3407)
* Show correct default for pgpool replicaCount

The default in values.yaml is 1:

07bf067a62/bitnami/postgresql-ha/values.yaml (L348)

* Bump postgresql-ha chart version to 3.5.7
2020-08-26 10:37:26 +02:00
Bitnami Containers
3621ac251d [bitnami/postgresql-ha] Release 3.5.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-21 11:49:51 +00:00
Bitnami Containers
01e8cee460 [bitnami/postgresql-ha] Release 3.5.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-17 12:22:55 +00:00
Rashad Ansari
49056ea448 [bitnami/postgresql-ha] Fix postgresql-ha chart prometheus annotations (#3371) 2020-08-11 09:35:48 +02:00
Bitnami Containers
e26b9d8e95 [bitnami/postgresql-ha] Release 3.5.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-07 07:56:48 +00:00
Bitnami Containers
97ffc6b84b [bitnami/postgresql-ha] Release 3.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-05 11:21:27 +00:00
Andrés Bono
3d7ab406fe [bitnami/*] Fix TL;DR typo in READMEs (#3280)
* Fix TL;DR typo in READMEs

Signed-off-by: Andrés Bono <andresbono@vmware.com>
2020-07-30 18:31:32 +02:00
Bitnami Containers
968b4f8c6e [bitnami/postgresql-ha] Release 3.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-30 05:15:58 +00:00
Jose Antonio Carmona
f8d79eacbe [bitnami/postgresql-ha] Add additional users entries in pgpool_passwd (#3238)
* Add additional users entries in pgpool_passwd

Signed-off-by: joancafom <jcarmona@bitnami.com>

* Improve parameter descriptions
2020-07-28 13:36:32 +02:00
Bitnami Containers
f96b084e55 [bitnami/postgresql-ha] Release 3.4.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-22 18:51:30 +00:00
Rafael Ríos Saavedra
5884a3641f [bitnami/postgresql-ha] Set synchronous replication as a parameter (#3187)
* [bitnami/postgresql-ha] Set synchronous replication as a parameter

* Fix linter, blank in comment

* Adds more explanation to README for the new parameter
2020-07-22 16:06:39 +02:00
Carlos Rodríguez Hernández
86166cf38b [bitnami/postgresql-ha] Add existingSecret parameter and improve notes (#3185)
* Add existinSecret parameter

* Show the proper image in the notes

* Bump chart version
2020-07-22 15:34:57 +02:00