Commit Graph

65 Commits

Author SHA1 Message Date
Rafael Ríos Saavedra
7adba9d5fc [bitnami/postgresql-ha] Fix num replicas parameter sent to the container (#3006)
* Fix num replicas parameter sent to the container

* Bump chart version

* quote replicaCount
2020-07-16 13:33:37 +02:00
Bitnami Containers
b30356edb2 [bitnami/postgresql-ha] Release 3.4.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-14 17:20:42 +00:00
Miguel Ángel Cabrera Miñagorri
63bde066b8 [bitnami/all] Add categories (#3075)
* [bitnami/airflow] Add category to Chart.yaml

* [bitnami/apache] Add category to Chart.yaml

* [bitnami/cassandra] Add category to Chart.yaml

* [bitnami/common] Add category to Chart.yaml

* [bitnami/consul] Add category to Chart.yaml

* [bitnami/contour] Add category to Chart.yaml

* [bitnami/discourse] Add category to Chart.yaml

* [bitnami/dokuwiki] Add category to Chart.yaml

* [bitnami/drupal] Add category to Chart.yaml

* [bitnami/ejbca] Add category to Chart.yaml

* [bitnami/elasticsearch] Add category to Chart.yaml

* [bitnami/etcd] Add category to Chart.yaml

* [bitnami/external-dns] Add category to Chart.yaml

* [bitnami/fluentd] Add category to Chart.yaml

* [bitnami/ghost] Add category to Chart.yaml

* [bitnami/grafana] Add category to Chart.yaml

* [bitnami/harbor] Add category to Chart.yaml

* [bitnami/influxdb] Add category to Chart.yaml

* [bitnami/jasperreports] Add category to Chart.yaml

* [bitnami/jenkins] Add category to Chart.yaml

* [bitnami/joomla] Add category to Chart.yaml

* [bitnami/kafka] Add category to Chart.yaml

* [bitnami/kibana] Add category to Chart.yaml

* [bitnami/kong] Add category to Chart.yaml

* [bitnami/kube-state-metrics] Add category to Chart.yaml

* [bitnami/kubewatch] Add category to Chart.yaml

* [bitnami/logstash] Add category to Chart.yaml

* [bitnami/magento] Add category to Chart.yaml

* [bitnami/mariadb] Add category to Chart.yaml

* [bitnami/mariadb-galera] Add category to Chart.yaml

* [bitnami/mediawiki] Add category to Chart.yaml

* [bitnami/memcached] Add category to Chart.yaml

* [bitnami/metallb] Add category to Chart.yaml

* [bitnami/metrics-server] Add category to Chart.yaml

* [bitnami/minio] Add category to Chart.yaml

* [bitnami/mongodb] Add category to Chart.yaml

* [bitnami/mongodb-sharded] Add category to Chart.yaml

* [bitnami/moodle] Add category to Chart.yaml

* [bitnami/mxnet] Add category to Chart.yaml

* [bitnami/nats] Add category to Chart.yaml

* [bitnami/nginx] Add category to Chart.yaml

* [bitnami/nginx-ingress-controller] Add category to Chart.yaml

* [bitnami/node] Add category to Chart.yaml

* [bitnami/node-exporter] Add category to Chart.yaml

* [bitnami/odoo] Add category to Chart.yaml

* [bitnami/opencart] Add category to Chart.yaml

* [bitnami/orangehrm] Add category to Chart.yaml

* [bitnami/osclass] Add category to Chart.yaml

* [bitnami/owncloud] Add category to Chart.yaml

* [bitnami/parse] Add category to Chart.yaml

* [bitnami/phabricator] Add category to Chart.yaml

* [bitnami/phpbb] Add category to Chart.yaml

* [bitnami/phpmyadmin] Add category to Chart.yaml

* [bitnami/postgresql] Add category to Chart.yaml

* [bitnami/postgresql-ha] Add category to Chart.yaml

* [bitnami/prestashop] Add category to Chart.yaml

* [bitnami/prometheus-operator] Add category to Chart.yaml

* [bitnami/pytorch] Add category to Chart.yaml

* [bitnami/rabbitmq] Add category to Chart.yaml

* [bitnami/redis] Add category to Chart.yaml

* [bitnami/redis-cluster] Add category to Chart.yaml

* [bitnami/redmine] Add category to Chart.yaml

* [bitnami/spark] Add category to Chart.yaml

* [bitnami/spring-cloud-dataflow] Add category to Chart.yaml

* [bitnami/suitecrm] Add category to Chart.yaml

* [bitnami/tensorflow-resnet] Add category to Chart.yaml

* [bitnami/testlink] Add category to Chart.yaml

* [bitnami/thanos] Add category to Chart.yaml

* [bitnami/tomcat] Add category to Chart.yaml

* [bitnami/wildfly] Add category to Chart.yaml

* [bitnami/wordpress] Add category to Chart.yaml

* [bitnami/zookeeper] Add category to Chart.yaml

* Add Github action

* Standarise E-xxx categories

* Standarise lint action yaml

* Add invalid category to test action

* Fetch repo before action

* Revert "Add invalid category to test action"

This reverts commit 0495382cb286be8d276d17b1ddaa89b75b3626b1.

* Add CHART_CATEGORIES file
2020-07-10 18:12:20 +02:00
gdecicco
d8f871f33a [bitnami/postgresql-ha] fix NetwokPolicy (#3069)
* [postgresql-ha] fix NetwokPolicy

Allow access from other psql instance in the same release
It allows slave node to connect to master node

* bump version

Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com>
2020-07-10 15:41:42 +02:00
Dawid Ciężarkiewicz
4177e715ff Print offending value in validateValues (#3070)
Hi,

I'm debugging why I'm hitting this issue and is really difficult because
it's a remote CI, and this chart is a dependency of my dependency,
and ... I don't want to waste your time.

My point is - if there is an invalid value that doesn't contain secrets, please print it.
Helm is such a terrible combination of templates and yamls files, with absolutely no
resistance for mistakes like typos, that in a larger setups is really difficult to track
the root cause of problems, and a printout like this at very least confirms if the
value is what we think it should be.
2020-07-10 10:11:20 +02:00
Maxence Boutet
fbb761d4b6 [bitnami/postgresql-ha] Add pgpool.strategy and pgpool.minReadySeconds (#3054)
* Add pgpool.strategy and pgpool.minReadySeconds

* Fix missing starting space in comment

* Change pgpool.strategy to pgpool.updateStrategy to conform to bitnami nomenclature

Co-authored-by: Maxence Boutet <maxenceboutet@oulook.com>
2020-07-09 10:33:37 +02:00
Javier J. Salmerón-García
d1b6d3b14a [bitnami/postgresql-ha] Always mount the data folder (#3033) 2020-07-06 18:22:22 +02:00
Bitnami Containers
6e8fb54ca3 [bitnami/postgresql-ha] Release 3.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-30 08:56:06 +00:00
Javier J. Salmerón-García
58d2be9c17 [bitnami/postgresql-ha] Remove ingress rules (#2958)
* [bitnami/postgresql-ha] Remove ingress rules

* Remove extra elements
2020-06-30 09:54:39 +02:00
Bitnami Containers
cb68c225b5 [bitnami/postgresql-ha] Release 3.2.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-29 21:08:51 +00:00
Bitnami Containers
1ea606426e [bitnami/postgresql-ha] Release 3.2.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-25 22:56:28 +00:00
Bitnami Containers
037afc7fe9 [bitnami/postgresql-ha] Release 3.2.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-11 10:12:43 +00:00
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
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
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
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