Commit Graph

199 Commits

Author SHA1 Message Date
David Dieulivol
e631584fe4 [bitnami/postgresql] Add lifecycleHooks value to the postgresql chart (#7055)
* Add a preStop hook command to the postgreSQL chart

* add lifecycleHooks value for postgreSQL chart

* Fix chart version
2021-07-27 12:20:40 +02:00
Pablo Galego
c55ff60eda [bitnami/postgresql] Change postgresqlExtendedConf default value from string to object (#7038)
* Change default value of postgresqlExtendedConf from string to object

* Regenerate README

* Bump chart patch version
2021-07-23 10:31:58 +02:00
deef
3d76ba751a [bitnami/postgresql] Add option to create services for each read replica (#6990)
* [bitnami/postgresql] Add option to create services for each read replica

Adds option to disable the service that connects to all read replicas.
Read-Replica unique services do not have options for LoadBalancers, Node Ports, or Setting ClusterIP.
Fixes bitnami/charts#6954

* [bitnami/postgresql] Update values.yaml comments

Added proper comments so that replication.singleService and replication.uniqueServices are bitnami-labs/readme-generator-for-helm compatible

* [bitnami/postgresql] remove unused varaibles

* [bitnami/postgresql] delete test file

* [bitnami/postgresql] bump chart version

Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2021-07-21 09:37:38 +02:00
Carlos Rodríguez Hernández
d0957937c7 [bitnami/several] Fix default values and regenerate README (II) (#6994)
* Fix default values in parse

* Fix default values in phabricator

* Fix default values in phpbb

* Fix default values in phpmyadmin

* Fix default values in postgresql

* Fix default values in postgresql-ha

* Fix default values in prestashop

* Fix default values in pytorch

* Fix default values in rabbitmq

* Fix default values in oauth2-proxy

* Update bitnami/oauth2-proxy/values.yaml

* Update bitnami/rabbitmq/values.yaml

* Update bitnami/oauth2-proxy/values.yaml

* Update README.md

* Update README.md
2021-07-20 15:38:18 +02:00
Jorik Jonker
3a6043706e [bitnami/postgresql] disable automounting of service account token (#6967)
It disables the automounting of the service account token in the pod.
PostgreSQL does not need this. By disabling the automount, potential
attackers cannot access the Kubernetes API on behalf/through the pod.

This commit disables it by default, but leaves it configurable if anyone
needs to use it.

Signed-off-by: Jorik Jonker <jorik.jonker@eu.equinix.com>
2021-07-19 10:06:37 +02:00
Pablo Galego
49f0bed317 [bitnami/*] Adapt values.yaml of phpMyAdmin, PostgreSQL and PostgreSQL HA charts (#6933)
* phpmyadmin: Adapt values.yaml to readme-generator

* phpmyadmin: Organize values.yaml in sections

* phpmyadmin: Generate README

* postgresql: Adapt values.yaml to readme-generator

* postgresql: Organize values.yaml in sections

* postgresql: Generate README

* postgresql-ha: Adapt values.yaml to readme-generator

* postgresql-ha: Organize values.yaml in sections

* postgresql-ha: Generate README

* Bump charts patch versions

* Add values.yaml paths to Github Actions workflow

* postgresql: Fix linting issues
2021-07-14 19:24:52 +02:00
Bitnami Containers
d7e126c453 [bitnami/postgresql] Release 10.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-07-06 01:35:30 +00:00
Bitnami Containers
859c5bfbf1 [bitnami/postgresql] Release 10.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-29 13:30:37 +00:00
alvneiayu
112db1c509 [bitnami/postgresql] Add support for autogenerated certs (#6609)
* [bitnami/postgresql] Add support for autogenerated certs

* Modify properly the mariadb-galera version

* Include changes requested
2021-06-14 17:48:50 +02:00
Bitnami Containers
8671e25bde [bitnami/postgresql] Release 10.4.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-09 04:54:57 +00:00
Bitnami Containers
36ab336cfd [bitnami/postgresql] Release 10.4.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-03 15:42:12 +00:00
Bitnami Containers
bd13ba8ae4 [bitnami/postgresql] Release 10.4.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-27 10:53:07 +00:00
Bitnami Containers
86aeb2c899 [bitnami/postgresql] Release 10.4.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-25 06:46:19 +00:00
Bitnami Containers
14c777ec1c [bitnami/postgresql] Release 10.4.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-19 09:15:17 +00:00
Bitnami Containers
091d4c927a [bitnami/postgresql] Release 10.4.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-14 22:19:56 +00:00
Bitnami Containers
ff6296dd46 [bitnami/postgresql] Release 10.4.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-14 04:12:04 +00:00
Bitnami Containers
03f82282ab [bitnami/postgresql] Release 10.4.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-07 17:02:44 +00:00
Bitnami Containers
b23c573bf9 [bitnami/postgresql] Release 10.4.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-04 09:03:48 +00:00
Bitnami Containers
157448a146 [bitnami/postgresql] Release 10.4.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-02 20:07:01 +00:00
Cédric de Saint Martin
1dbd2a2038 [bitnami/postgresql] SHM: remove size limit on the emptyDir. (#6232)
The size of this emptyDir in memory flavor will count against your container's memory limit, so no need to have a separate limit.
A lot of parallel queries on huge workloads can be greater than 1GB.
2021-04-29 09:40:50 +02:00
Bitnami Containers
31a3beff08 [bitnami/postgresql] Release 10.3.18 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-04-20 11:05:38 +00:00
Bitnami Containers
4c72712f8d [bitnami/postgresql] Release 10.3.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-04-11 03:19:14 +00:00
Bitnami Containers
0c80da716f [bitnami/postgresql] Release 10.3.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-04-09 03:16:47 +00:00
Bitnami Containers
4085304b25 [bitnami/postgresql] Release 10.3.15 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-04-03 06:40:41 +00:00
Lucas Hahn
c572e0be84 [bitnami/postgresql] Fix postgresql.conf generation from values (#5865) 2021-04-01 11:28:05 +02:00
Bitnami Containers
40075c7cee [bitnami/postgresql] Release 10.3.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-03-30 09:47:05 +00:00
Bitnami Containers
0391090fe1 [bitnami/postgresql] Release 10.3.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-03-12 03:41:52 +00:00
Bitnami Containers
daa0007ab2 [bitnami/postgresql] Release 10.3.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-03-11 00:31:27 +00:00
Bitnami Containers
cb37a0ec21 [bitnami/postgresql] Release 10.3.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-03-05 07:22:58 +00:00
Carlos Rodríguez Hernández
870bc4dba1 [bitnami/*] Remove minideb mentions (#5677)
* Replace minideb by bitnami-shell in READMEs
* Avoid minideb mentions in Helm Charts
* Update values.yaml
* Update values.yaml
2021-03-04 15:26:03 +01:00
Bitnami Containers
99d7551caf [bitnami/postgresql] Release 10.3.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-03-04 03:12:48 +00:00
Marco Kilchhofer
db08f68c1b [bitnami/postgresql] Don't put postgresql-postgres-password in secret when not needed (#5635)
* Don't put postgresql-postgres-password in secret when not needed

When only using the "postgres" user, the secret gets updated every helm upgrade with a
random string. When using with argocd (and maybe other gitops tools) there are always
changes until you put a dummy value into postgresqlPostgresPassword.

Use the same conditional as in statefulset.yaml:
~~~
{{- if not (eq (include "postgresql.username" .) "postgres")  }}
  # (..)
- name: POSTGRES_POSTGRES_PASSWORD
  valueFrom:
    secretKeyRef:
      name: {{ template "postgresql.secretName" . }}
      key: postgresql-postgres-password
{{- end }}
{{- end }}
~~~

* Use same conditional for readreplicas

In PR #4380 we forgot to also change the 2nd statefulset for the readreplicas
2021-03-03 12:24:44 +01:00
Bitnami Containers
a69d08a310 [bitnami/postgresql] Release 10.3.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-26 03:04:58 +00:00
Bitnami Containers
078cc97730 [bitnami/postgresql] Release 10.3.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-24 07:56:46 +00:00
Juan Ariza Toledano
71fb99f541 [bitnami/*] Use common macro to define RBAC apiVersion (#5585) 2021-02-22 17:37:32 +01:00
Bitnami Containers
02d06a07cd [bitnami/postgresql] Release 10.3.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-20 06:13:10 +00:00
Bitnami Containers
b10f2aa22c [bitnami/postgresql] Release 10.3.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-19 03:49:56 +00:00
Michael Wei
a334a133ba add template postgresql.name (#5489) 2021-02-15 09:43:45 +01:00
Bitnami Containers
c2bb81e86a [bitnami/postgresql] Release 10.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-11 21:57:37 +00:00
Tom
4373a9a42a Fix typo "sed" => "used" (#5461) 2021-02-11 14:21:34 +01:00
Michael Kriese
bc9ad41dfc [bitnami/postgresql] add optional startup probe to postgresql (#5445)
* feat: add optional startup probe to postgresql

* chore: fix lint

* Update README.md

* Update values.yaml

Co-authored-by: Andrés Bono <andresbono@vmware.com>
2021-02-11 13:58:13 +01:00
Miguel Ruiz
5f095734f9 [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853)
* Add notice regarding parameters immutability after chart installation

* Revert changes on Mongo and Memcached README.md
2021-02-10 13:10:57 +01:00
Bitnami Containers
bc4c881832 [bitnami/postgresql] Release 10.2.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-08 22:47:11 +00:00
Bitnami Containers
4383712749 [bitnami/postgresql] Release 10.2.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-04 20:11:31 +00:00
hanzala1234
fc694c5095 [bitnami/Postgresql] Add explicit namespace field on resources (#5333)
* Update configmap.yaml

* Update extended-config-configmap.yaml

* Update initialization-configmap.yaml

* Update metrics-configmap.yaml

* Update metrics-svc.yaml

* Update networkpolicy.yaml

* Update podsecuritypolicy.yaml

* Update role.yaml

* Update rolebinding.yaml

* Update secrets.yaml

* Update serviceaccount.yaml

* Update statefulset-readreplicas.yaml

* Update statefulset.yaml

* Update svc-headless.yaml

* Update svc-read.yaml

* Update svc.yaml

* Update chart version
2021-01-29 15:37:28 +01:00
Carlos Rodríguez Hernández
0462921418 [bitnami/*] Unify icons in Chart.yaml and add missing fields (#5206)
* [bitnami/*] Unify icons in Chart.yaml and add missing fields
* Update Chart.yaml
2021-01-25 07:52:27 +01:00
Francisco de Paz Galán
09249d3ebf [bitnami/postgresql] Fix value KeepalivesCount typo (#5171)
Signed-off-by: fdepaz <fdepaz@bitnami.com>
2021-01-22 10:43:32 +01:00
Carlos Rodríguez Hernández
131711cfbe [bitnami/postgresql] Drop values-production.yaml support (#5125) 2021-01-19 17:56:58 +01:00
Carlos Rodríguez Hernández
c5e67a3887 [bitnami/*] Change helm version in the prerequisites (#5090) 2021-01-19 14:40:01 +01:00
Bitnami Containers
49f9f9f859 [bitnami/postgresql] Release 10.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-01-12 16:33:22 +00:00