Commit Graph
67 Commits
Author SHA1 Message Date
Mykola Grygoriev e516404270 [stable/postgresql] Correct description of initdbScript peremeter (#12802)
Signed-off-by: nickgryg <nickgryg@gmail.com>
2019-04-04 01:48:55 -07:00
Juan Ariza Toledano 81771e449a [stable/postgresql] Add support to specify the volumeMounts' subPath (#12750)
Signed-off-by: juan131 <juan@bitnami.com>
2019-04-02 08:43:20 -07:00
Javier J. Salmerón-García 7ca2c9a187 [stable/postgresql] Allow connection details to be set as global (#11360)
* [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>
2019-03-20 09:10:59 -07:00
Michael Beaumont f4a1ee643c [stable/postgresql] Allow a template for persistence.existingClaim (#12313)
* [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>
2019-03-19 08:40:30 -07:00
Carlos Rodríguez Hernández e2f149a9b8 [stable/postgresql] Add pullSecrets to volumeContainer and fix comments (#12120)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-03-12 04:46:37 -07:00
Carlos Rodríguez Hernández bbeffe8385 [stable/postgresql] Add global 'imagePullSecrets' to overwrite any other existing one (#12073)
* [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>
2019-03-12 03:00:51 -07:00
Braden Wright 5fd24a8a7e stable/postgres bumped and update values-production as well, fixed merge conflict (#11313)
Signed-off-by: Braden Wright <braden.m.wright@gmail.com>
2019-02-18 00:17:35 -08:00
Bitnami Bot b87938b48e stable/postgresql: update to 10.7.0 (#11434)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-02-14 11:22:59 -08:00
Javier J. Salmerón-García ab57839901 [stable/postgresql] Allow initDb scripts in the form of secrets (#11233)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-02-12 07:19:54 -08:00
Cédric de Saint Martin 14c70d8c5a [stable/postgresql] Update metrics image to v0.4.7. (#11183)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-02-06 07:55:35 -08:00
Tomas Pizarro 2d50b55944 [stable/postgresql] Add support for the official postgres image env vars (#10757)
* [stable/postgresql] Add supports for the oficial postgres image env vars

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Add more info to README

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Update README

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Update README

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Grammar and wording fixes in README file

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Update version change for chart

Signed-off-by: tompizmor <tompizmor@gmail.com>
2019-02-04 06:55:57 -08:00
Ivan Shapovalov f759be60d9 [stable/postgresql] Fix initdbScripts; add postgresqlExtendedConf to pass appended configuration via values (#10294)
* k8s: chart: postgresql: refactor initialization-configmap

Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name>

* k8s: chart: postgresql: pass extended configuration via "postgresqlExtendedConf" values

Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name>

* k8s: chart: postgresql: bump minor version

Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name>
2019-01-03 23:33:27 -08:00
guptaarvindk abcae04627 added support for specific clusterIp and headless services. (#8314)
Signed-off-by: Arvind Gupta <guptaarvindk@gmail.com>
2019-01-02 11:22:35 -08:00
Javier J. Salmerón-García c39302021b [stable/postgresql] Enable synchronous replication (#10214)
* [stable/postgresql] Enable synchronous replication

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Update values-production.yaml

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Lint

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-12-21 17:17:47 -08:00
Javier J. Salmerón-García d26aca3926 [stable/postgresql] Allow configmaps for configuration and initdb (#10151)
* [bitnami/postgresql] Allow configmaps for configuration and initdb

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Change conf.d mountpoint

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Bump version

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Bump minor version

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-12-20 09:13:03 -08:00
Juan Ariza Toledano d05ba24b0a [stable/postgresql] Allow enabling/disabling volume-permissions Init container (#10130)
* [stable/postgresql] Allow enabling/disabling volume-permissions Init container

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

* Simpler condition to enable initContainers

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

* Rebase from master and bump version

Signed-off-by: juan131 <juan@bitnami.com>
2018-12-20 00:29:38 -08:00
Javier J. Salmerón-García a22d36543c [stable/postgresql] Allow mounting secrets as files (#10090)
* [stable/postgresql] Allow mounting secrets as files

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Add mounting logic to the metrics container

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Lint

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-12-18 08:00:18 -08:00
Cédric de Saint Martin c8330f2dbc [stable/postgresql] Add updateStrategy parameter. (#9780)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-12-10 01:02:28 -08:00
Tomas Pizarro f68259033d [stable/postgresql] Support different affinities, nodeSelectors and tolerations for master & slaves (#9646)
* [stable/postgresql] Support different affinities for master & slaves

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Add note to README and obey fullnameOverride

Signed-off-by: tompizmor <tompizmor@gmail.com>
2018-12-07 06:41:04 -08:00
Cédric de Saint Martin 6d29127913 [stable/postgresql] Merge metrics into master statefulset as sidecar. (#9574)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-12-04 23:42:32 -08:00
Juan Ariza Toledano f6c0514dc0 [stable/postgresql] Add possibility to use existing PVC (#9652)
* Fix typo

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

* [stable/postgresql] Add possibility to use existing PVC

Signed-off-by: juan131 <juan@bitnami.com>
2018-11-30 07:19:03 -08:00
Cédric de Saint Martin 9020001c5b [stable/postgresql] Add ability to give postgresql, pg_hba configuration or initdb scripts from parameters. (#9117)
* [stable/postgresql] Add ability to give postgresql or pg_hba configuration from parameter.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>

* [stable/postgresql] Add ability to give initdb scripts from parameter.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-11-13 08:10:14 -08:00
Cédric de Saint Martin f67cff610a [stable/postgresql] Add affinity parameter. (#9114)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-11-13 07:20:08 -08:00
Bitnami Bot 942f633804 [stable/postgresql] Release 2.3.4 (#9162)
* postgresql: update to `10.6.0`

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

* postgresql: bump chart appVersion to `10.6.0`

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

* postgresql: bump chart version to `2.3.4`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-11-10 10:31:05 -08:00
Tomas Pizarro 1675127f0a [stable/postgresql] Specify user for the initContainer (#9068)
Signed-off-by: tompizmor <tompizmor@gmail.com>
2018-11-07 02:21:08 -08:00
Tomas Pizarro 258376818f [stable/postgresql] Fix chart when persistence is enabled (#9002)
Signed-off-by: tompizmor <tompizmor@gmail.com>
2018-11-05 07:57:49 -08:00
Carlos Rodríguez Hernández 381a36aff2 Revert "[stable/postgresql] Release 2.2.3 (#8856)" (#8881)
This reverts commit b772e0abc0.

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-30 04:25:27 -07:00
Bitnami Bot b772e0abc0 [stable/postgresql] Release 2.2.3 (#8856)
* postgresql: update to `11.0.0`

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

* postgresql: bump chart appVersion to `11.0.0`

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

* postgresql: bump chart version to `2.2.3`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-10-29 17:11:04 -07:00
Juan Ariza Toledano 8bd8912453 [stable/postgreslq] Improve service configuration (#8691)
* Fix typo

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

* [stable/postgreslq] Improve service configuration

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

* Fix lint issues

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

* Small corrections on README.md file

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

* Small corrections on README.md file - ii

Signed-off-by: juan131 <juan@bitnami.com>
2018-10-24 06:12:12 -07:00
Carlos Rodríguez Hernández 898ee9a96f [stable/postgresql] Add global registry option and remove some quotes (#8684)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-24 01:52:08 -07:00
Carlos Rodríguez Hernández 7f1e47c5a8 [stable/postgresql] PostgreSQL maintenance proposal (#8004)
* Adopt postgresql chart

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

* Fix Chart.yaml

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

* Add metrics and NetworkPolicy to the README

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

* Remove previous deployment.yaml

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

* Update NOTES.txt

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

* Add OWNERS file

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

* Add kubeapps text to charts READMEs

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

* Appy different suggestions

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

* Add terminationGracePeriodSeconds

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

* Add upgrade steps to README

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

* Add how to connect when the networkpolicy is enabled to NOTES.txt

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

* Allow using pg_hba.conf via configmap

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

* Update description ingluding pg_hba.conf

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

* Fix metrics deployment

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

* Rebase latest changes

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

* Remove distro tags

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

* Add OWNERs to .helmignore

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-24 00:48:08 -07:00
Boky 65403e85b0 Added option for custom environment variables for PostgreSQL. (#7589)
This commit enables the user to specify additional environment
variables in the postgres chart.

This is especially important for custom Postgres images which might
have different environment variables for different options or for
enabling additional features.

Furthermore versions have been updated:
- Chart version has been set to 1.0.0, as this is a stable chart

Signed-off-by: Bojan Čekrlić <bojan@cekrlic.com>
2018-10-16 07:57:04 -07:00
Cédric de Saint Martin 68ec4ff1a2 [stable/postgresql] Add terminationGracePeriodSeconds parameter. (#8165)
30 seconds by default might not be enough in some cases.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-08 13:00:58 -07:00
Cédric de Saint Martin 7b06d36c71 [postgresql] Allow to keep PVC after 'helm delete'. Off by default. (#7283)
See https://github.com/helm/helm/blob/master/docs/charts_tips_and_tricks.md#tell-tiller-not-to-delete-a-resource

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-09-03 00:26:11 -07:00
Cédric de Saint Martin 903abc4189 [postgresql] Add pg_hba.conf option. (#6325)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-09-02 05:36:19 -07:00
Cédric de Saint Martin 8eaa90001b [postgresql] Update metrics image to 0.4.6. (#6652)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-08-31 14:53:20 -07:00
Alexander Babai cf7a5644c6 [stable/postgresql]: add pods replace strategy support (#6218)
* [stable/postgresql]: add pods replace strategy support

* [stable/postgresql] bump version
2018-06-28 10:49:31 -07:00
Richard Alberto ee77e9ac4e Fix postgresql chart (#6226) 2018-06-21 10:30:59 -07:00
Cornelius Keller 12de98d102 fix postgres chart (#6179) 2018-06-18 09:46:32 -07:00
Adam Charnock 14520bba51 Adding values for liveness & readiness probe thresholds (#2957)
* Adding values for liveness & readiness probe thresholds

* Postgresql: Upping chart version

* Removing use of default as it is redundant

* Incrementing chart version as it seems someone beat me to it

* Update Chart.yaml
2018-06-17 05:21:31 -07:00
Matt McNaughton 06c9ca585d [stable/postgresql] Add pod/deployment annotations (#5672)
Add the ability to specify pod/deployment annotations through
`values.yml`.

I tested this works without any custom annotations, and also tested
specifying custom annotations and verifying they are included in the
existing pod/deployment.
2018-05-24 12:37:41 -07:00
Ciaran Liedeman 93ccc23505 [stable/postgresql] Add Existing secret (#5413)
* Move custom metrics to config map

* Add existing secret option

* created secretName helper
2018-05-10 07:28:54 -07:00
AdamDang 3d3506d630 [stable/postgresql] typo fix: persitent->persistent (#5447)
* Update Chart.yaml

* Update values.yaml
2018-05-10 00:43:53 -07:00
Corey O'Brien ea9eba4eaf [stable/postgresql] Add option to inject password via file (#5013)
* [stable/postgresql] Add option to inject password via file

* Bump minor version and remove extraneous and
2018-04-18 12:45:00 -07:00
Federico Nusymowicz f2938a46e3 Allows alternate scheduler for postgresql (#3802) 2018-03-02 10:29:51 -08:00
jonathan.striebel ac3aa9fe6f postgresql: added postgresConfig value to specify runtime config parameters (#3780) 2018-02-28 13:09:45 -08:00
Charles Vallance 79feb6ca8f [stable/postgresql] Added ability to set the NodePort for the postgresql chart. (#3349)
* Added ability to set the NodePort for the postgresql chart.

* Update Chart.yaml
2018-01-29 12:23:34 -08:00
Mickaël Canévet 9ff91203f6 [stable/postgresql] Add persistence.mountPath parameter (#3401)
* Add persistence.mountPath value

This allows to mount a volume in /var/lib/postgresql/data instead of
/var/lib/postgresql/data/pgdata. This is mandatory if the user starting
the postgres image is not the owner of /var/lib/postgresql/data/pgdata
but has only write access to it.

With this patch, the entrypoint will create /var/lib/postgresql/data
with the user that launched the container as owner and initdb will be
happy.

* Add documentation

* bump chart version
2018-01-24 01:17:31 -08:00
Casey Kuhlman 42d157b62d [stable/postgresql] add annotations to pvc (#2858) 2017-12-15 16:57:15 +01:00
Alexander Babai 5ba80d9b68 [stable/postgresql] Add image pull secrets to deployment template (#2831)
* [stable/postgresql] Add image pull secrets to deployment template

* update deployment template
* add new parameter to README

* [stable/postgresql] bump chart version

update version to 0.8.5

* [stable/postgresql] add an example of imagePullSecrets to values.yaml
2017-12-09 13:23:46 +01:00