Commit Graph
67 Commits
Author SHA1 Message Date
Carlos Rodriguez Hernandez 6c9124f794 [bitnami/several] Regenerate README tables 2021-08-20 18:56:39 +00:00
vikram-bitnamiandGitHub a133bed2b4 [multiple] Updated image.tag section (#7257) 2021-08-18 20:35:06 +02:00
Carlos Rodriguez Hernandez 6c107e835d [bitnami/several] Regenerate README tables 2021-08-11 17:59:15 +00:00
481cc7edf7 [bitnami/postgresql] Add relabelings / metricRelabelings to ServiceMonitor (#7082)
* [bitnami/postgres]  Add relabelings / metricRelabelings to ServiceMonitor

* fix:  rename value in README

* Update bitnami/postgresql/README.md

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* fix: typo in metadata

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>
2021-08-02 12:32:35 +02:00
Carlos Rodriguez Hernandez eb3c2916be [bitnami/several] Upadte READMEs 2021-07-28 08:50:11 +00:00
Carlos Rodríguez HernándezandGitHub f1344b0361 [bitnami/several] Add diagnostic mode (#7012)
* Rebase master

* Fix typo in statefulset

* Include lifecycle in the if statement

* Include metrics container

* Update README

* Rebase master

* Rebase master

* Rebase master

* Add diagnostic mode to etcd

* Add diagnostic mode to fluentd

* Add diagnostic mode to grafana-tempo

* Add diagnostic mode to haproxy

* Rebase master

* Fix values location and README

* Add diagnostic mode to the scaffolding

* Add diagnostic mode to kafka

* Add diagnostic mode to kong

* Fix linter in ejbca

* Add diagnostic mode to logstash

* Add diagnostic mode to mariadb

* Add diagnostic mode to mongodb-sharded

* Fix BITNAMI_DEBUG in galera

* Add diagnostic mode to mysql

* Add diagnostic mode to nats

* Add diagnostic mode to postgresql

* Add diagnostic mode to rabbitmq

* Add diagnostic mode to redis-cluster

* Add diagnostic mode to spark

* Add diagnostic mode to wordpress

* Add diagnostic mode to zookeeper

* Fix/Add BITNAMI_DEBUG in kong, nats, and spark

* Update READMEs

* Unify 'Please be patient...' sentence in NOTES

* Bump galera version
2021-07-27 13:10:01 +02:00
David DieulivolandGitHub 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 GalegoandGitHub 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
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ándezandGitHub 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 JonkerandGitHub 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 GalegoandGitHub 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
alvneiayuandGitHub 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
Cédric de Saint MartinandGitHub 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
Carlos Rodríguez HernándezandGitHub 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
TomandGitHub 4373a9a42a Fix typo "sed" => "used" (#5461) 2021-02-11 14:21:34 +01:00
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 RuizandGitHub 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
Carlos Rodríguez HernándezandGitHub 131711cfbe [bitnami/postgresql] Drop values-production.yaml support (#5125) 2021-01-19 17:56:58 +01:00
Carlos Rodríguez HernándezandGitHub c5e67a3887 [bitnami/*] Change helm version in the prerequisites (#5090) 2021-01-19 14:40:01 +01:00
David HoeseandGitHub 38c8044cbb Clarify sharedBuffers example in postgresql README (#4883) 2021-01-05 12:34:56 +01:00
Rafael Ríos SaavedraandGitHub 2fe0b09089 Fix REAMDE (#4816) 2020-12-22 18:33:29 +01:00
2c96f0c948 Fixes some spacing in README.md (#4742)
Co-authored-by: rafael <rafael@bitnami.com>
2020-12-16 11:02:17 +01:00
Juan Ariza ToledanoandGitHub 52a2c99a89 [bitnami/*] Affinity based on common presets (vii) (#4701) 2020-12-14 10:57:51 +01:00
49adc63b67 [bitnami/*] fix typos (#4699)
* Fix typos

* Update bitnami/airflow/README.md

* fix minor typo

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
2020-12-14 09:17:49 +01:00
10bd8e1fbb [bitnami/*] Add upgrade details to README (#4480)
* [bitnami/postgresql] Add upgrade details to README

* Update upgrade instructions for charts with postgresql as dependency

* Update bitnami/discourse/README.md

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Apply suggested changes
2020-11-25 20:22:15 +01:00
e383a6e328 [bitnami/postgresql] Implement persistence selector (#4437)
* [bitnami/postgresql] Implement persistence selector

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-11-20 21:31:09 +01:00
Carlos Rodríguez HernándezandGitHub 2006fdf850 Update README.md 2020-11-18 13:20:43 +01:00
7eabc85fd4 [bitnami/postgresql] Adapt to Helm v3 and change nomenclature (#4385)
* Breaking change removal of Master/Slave

* Some additional clean up post merge of terms

* [bitnami/postgresql] Major version. Adapt Chart to apiVersion: v2

* Update Chart.yaml

* Delete empty section from README

Co-authored-by: W. Kavanaugh Latiolais <kavlatiolais@gmail.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2020-11-17 16:19:22 +01:00
Juan Ariza ToledanoandGitHub c08a20e3db [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) 2020-10-28 11:07:11 +01:00
Douglas VaghettiandGitHub 204d41df2b [bitnami/postgresql] Allow specifying different resource requests/limits on slaves (#3800) 2020-09-29 17:26:32 +02:00
alex-jesperandGitHub 1517668734 [bitnami/chart] postgre #3722: In exsistingSecret: Switched password keys (#3744) 2020-09-23 09:33:14 +02:00
Javier J. Salmerón-GarcíaandGitHub a729b97926 [bitnami/postgresql] Add customLivenessProbe and customReadinessProbe (#3728)
* [bitnami/postgresql] Add customLivenessProbe and customReadinessProbe

* Format table
2020-09-21 14:07:44 +02:00
Javier J. Salmerón-GarcíaandGitHub f193e43f1e [bitnami/postgresql] Add improvements to comply with STIG (#3712)
* [bitnami/postgresql] Add improvements to comply with STIG

* undo fluentd

* extra list

* Fix missing env var
2020-09-18 19:07:40 +02:00
DjangoandGitHub 49a39d6c6a [bitnami/postgresql] Add arbitrary securityContext configuration to improve security (#3687)
* [bitnami/postgresql] Added configurable securityContext

* [bitnami/postgresql] Reverted podSecurityContext to securityContext for compat

* [bitnami/postgresql] Fixed incorrect key in values-production.yaml
2020-09-17 17:25:23 +02:00
Tianyu QiuandGitHub b481f633ef [bitnami/postgresql] - Add PostgreSQL cross cluster replication ability (#3574) 2020-09-02 09:25:11 +02:00
Daniel ArteagaandGitHub b27b99d1f6 [bitnami/postgresql] feat: add new value to enabled slave persistence (#3438) 2020-08-18 11:58:45 +02:00
Carlos Rodríguez HernándezandGitHub c093a61d8c [bitnami/postgresql] Add upgrade notes for 9.X.X (#3322)
* [bitnami/postgresql] Add upgrade notes for 9.X.X

* Update README.md

* Update README.md
2020-08-04 16:27:12 +02:00
Andrés BonoandGitHub 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
Jose Antonio CarmonaandGitHub 6c855ffb40 [bitnami/postgresql] Postgresql TLS Support (#3057)
* Add TLS support for postgresql chart

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

* Bump Chart version

* Remove unnecessary if condition in helper

* Notice about volumePermissions and TLS

* Improve TLS readability in README.md

* Remove the possibility of using /files/certs to upload TLS certs

* Fix indentation in init-containers

* Add warning for volumePermissions

* Bump PostgreSQL image version

In order to match the minimum release with TLS support
2020-07-14 15:15:56 +02:00
Douglas VaghettiandGitHub 0d46f5d893 [bitnami/postgresql] Fix typo on README.md (#2999)
* Fix typo on README.md

The actual value is correct both in [values.yaml](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml#L93) and [actual](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/statefulset.yaml#L70) [usage](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/serviceaccount.yaml)

* Bump chart version
2020-07-02 09:00:41 +02:00
Amandeep SinghandGitHub d133baf1ee [bitnami/postgresql] Update readme with delete PVC details (#2926)
* [bitnami/postgresql] Update readme with delete PVC details

* [bitnami/postgresql] bump version to 8.10.9
2020-06-26 10:05:49 +02:00
Carlos Rodríguez HernándezandGitHub c315cb078a [bitnami/several] Add instructions about how to use different branches (#2785)
* [bitnami/several] Add instructions about how to use different branches

* Fix typo
2020-06-09 09:05:44 +02:00
1ca7dd4cd0 [bitnami/postgresql] update readme regarding postgres username and password (#2661)
* update readme regarding postgres username and password

* update version

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Jose Antonio Carmona <jcarmona@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-29 10:41:26 +02:00
Matthew CritchlowandGitHub 035148374b [bitnami/postgresql] Support all metrics env vars (#2620)
* [bitnami/postgresql] Support all metrics env vars

- Add `metrics.extraEnvVars` parameter to `README.md`
- Add sample `metrics.extraEnvVars` to `values.yaml` and `values-production.yaml`
- Add implementation to `statefulset.yaml`, using existing template.
2020-05-21 09:25:52 +02:00
Daniel ArteagaandGitHub c7751eb576 update bitnami/common to be compatible with helm v2.12+ (#2615) 2020-05-19 13:18:15 +02:00
Carlos Rodríguez HernándezandGitHub 3fa18e51e0 Update README.md 2020-04-28 11:55:52 +02:00
1765929fa8 [bitnami/postgresql] Add option to add annotations to all generated resources (#2368)
* [bitnami/postgresql] Add option to add annotations to all generated resources

* Add to readme

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-20 16:20:17 +02:00
c60c746679 [bitnami/postgresql] Add PSP, Role and RoleBinding to chart (#2313)
* [bitnami/postgresql] Add PSP, Role and RoleBinding to chart

* [bitnami/postgresql] Add validation for psp.create and rbac.create parameters

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-17 08:52:33 +02:00
fa546fc21c [bitnami/postgresql] fix replication with nodePort service type #2063 (#2192)
* Customizable master and slave service types, clusterips, and nodeports. Fixes collision when services are both nodeport type
* [bitnami/postgresql] Update components versions

Co-authored-by: Tim Hise <timjhise@gmail.com>
Co-authored-by: Kavanaugh Latiolais <kav@pelo.tech>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-06 10:03:38 +02:00