Miguel Ángel Cabrera Miñagorri
cf49c8a184
[bitnami/postgresql] Fix typo in values.yaml ( #4399 )
2020-11-18 15:31:03 +01:00
Bitnami Containers
323a092de7
[bitnami/postgresql] Release 10.0.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-11-17 19:34:43 +00:00
Miguel Ángel Cabrera Miñagorri
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
Bitnami Containers
fd890aad24
[bitnami/postgresql] Release 9.8.13 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-11-14 14:12:37 +00:00
Bitnami Containers
a13c592efc
[bitnami/postgresql] Release 9.8.12 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-11-12 20:56:48 +00:00
Daniel Arteaga
2eec409666
[bitnami/postgresql] fix: update values to avoid warnings ( #4212 )
...
Signed-off-by: darteaga <darteaga@vmware.com >
2020-11-04 16:29:53 +01:00
Bitnami Containers
3c992aa1e4
[bitnami/postgresql] Release 9.8.10 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-11-04 00:41:18 +00:00
Miguel Ángel Cabrera Miñagorri
ea13243ea6
[bitnami/postgresql] Fix secret logic for passwords ( #4123 )
2020-10-30 14:16:01 +01: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
Aleksei Plotnikov
a92fbbe145
[bitnami/postgresql] Fix slave.extraInitContainers value ( #4124 )
...
* [bitnami/postgresql] Fix slave.extraInitContainers value
* [bitnami/postgresql] Version bump
* Use slave instead of master in the statefulset
* Fix comment in the values.yaml
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
2020-10-27 10:23:24 +01:00
Aleksei Plotnikov
05eae0696d
[bitnami/postgresql] Fix extraDeploy, customLivenessProbe and customReadinessProbe values ( #4090 )
...
Co-authored-by: Aleksei Plotnikov <aleksei.plotnikov@starship.co >
2020-10-23 14:07:22 +02:00
Александр Аксентьев
6b8c1910bf
[bitnami/postgresql] Permit init-container start with root user. ( #4072 )
...
* Permit init-container start with root user.
If kubernetes cluster has enabled PSP feature, then init-container for fixing volume owner can not be running because root user is denied.
* bump version
* FIX: Bump version
2020-10-22 10:46:14 +02:00
Martín Caballero
46039b3974
[bitnami/postgresql] Added publishNotReadyAddresses: true to svc-headless.yaml ( #3990 )
...
* Set endpoints to be published before readiness checks pass as these endpoints are required to bootstrap the Cluster and make the application ready.
* Incremented version number
2020-10-13 12:59:53 +02:00
Александр Аксентьев
b5c34a1ed8
[bitnami/postgresql] Allow exporter port in network-policy if metrics enabled ( #3944 )
...
* Allow exporter port in network-policy if metrics enabled
* up chart version
2020-10-08 10:22:32 +02:00
Bitnami Containers
64cb5fd8d5
[bitnami/postgresql] Release 9.8.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-10-06 06:27:31 +00:00
Bitnami Containers
cc9375d7ff
[bitnami/postgresql] Release 9.8.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-29 18:05:22 +00:00
Douglas Vaghetti
204d41df2b
[bitnami/postgresql] Allow specifying different resource requests/limits on slaves ( #3800 )
2020-09-29 17:26:32 +02:00
Marcos Bjoerkelund
a933a38ec1
[bitnami/postgresql] Revert #3768 due to being a breaking change ( #3808 )
...
* Revert "[bitnami/postgresql] Added labels for volumeClaimTemplates (#3768 )"
This reverts commit 03f324b9f5 .
* Update chart version
2020-09-29 16:41:40 +02:00
Rahul Sadanandan
03f324b9f5
[bitnami/postgresql] Added labels for volumeClaimTemplates ( #3768 )
...
* Added labels for volumeClaimTemplates
* Update Chart.yaml
* Update bitnami/postgresql/templates/statefulset.yaml
Co-authored-by: Daniel Arteaga <dani8art.da@gmail.com >
Co-authored-by: Daniel Arteaga <dani8art.da@gmail.com >
2020-09-25 16:04:35 +02:00
Bitnami Containers
c45bc6fb26
[bitnami/postgresql] Release 9.7.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-24 08:22:57 +00:00
alex-jesper
1517668734
[bitnami/chart] postgre #3722 : In exsistingSecret: Switched password keys ( #3744 )
2020-09-23 09:33:14 +02:00
Javier J. Salmerón-García
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ía
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
Django
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
Bitnami Containers
730e66f789
[bitnami/postgresql] Release 9.4.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-08 13:49:14 +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
Tianyu Qiu
b481f633ef
[bitnami/postgresql] - Add PostgreSQL cross cluster replication ability ( #3574 )
2020-09-02 09:25:11 +02:00
Adrien
e7c2b1d623
[bitnami/postgres] Add chown on .Values.persistence.mountPath ( #3348 )
...
* Add chown on .Values.persistence.mountPath
* Update chart postgre version
* Remove recursive on chown
* Keep coherent statefulset and statefulset-slaves
2020-09-01 18:50:04 +02:00
Juan Ariza Toledano
3910de7325
[bitnami/postgresql] Fix slave' statefulset when persistence is disabled ( #3527 )
...
Signed-off-by: juan131 <juanariza@vmware.com >
2020-08-27 11:50:32 +02:00
Bitnami Containers
4f8c352b05
[bitnami/postgresql] Release 9.3.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-18 18:49:43 +00:00
Jose Antonio Carmona
e64df12d1f
[bitnami/postgresql] Fix Postgres password with externalSecret ( #3408 )
...
* Fix Postgres password with externalSecret
Signed-off-by: joancafom <jcarmona@bitnami.com >
* Apply suggestions to improve readability
Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com >
2020-08-18 13:05:24 +02:00
Daniel Arteaga
b27b99d1f6
[bitnami/postgresql] feat: add new value to enabled slave persistence ( #3438 )
2020-08-18 11:58:45 +02:00
Bitnami Containers
61e3273b0e
[bitnami/postgresql] Release 9.2.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-14 09:47:30 +00:00
Daniel Arteaga
079f5bd6ec
[bitnami/*] Use common helps for upgrade password errors ( #3335 )
...
* use common helpers to fix upgrade password issues
Signed-off-by: darteaga <darteaga@vmware.com >
* fix phpmyadmin upgrade
* fix phpmyadmin upgrade
* add .lock to pass test
* fix phpmyadmin values
2020-08-13 18:06:00 +02:00
Bitnami Containers
47b3f22873
[bitnami/postgresql] Release 9.1.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-06 09:17:10 +00:00
Bitnami Containers
ffb62639f2
[bitnami/postgresql] Release 9.1.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-05 11:35:03 +00:00
Bitnami Containers
0f4eab3792
[bitnami/postgresql] Release 9.1.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-29 19:04:33 +00:00
Bitnami Containers
92ad3e746e
[bitnami/postgresql] Release 9.1.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-15 00:55:29 +00:00
Jose Antonio Carmona
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
Dennis Effing
693e7656d1
[bitnami/postgresql] Helm label best practices ( #3021 )
...
* [bitnami/postgresql] Add dependency on bitnami common chart
* [bitnami/postgresql] Replace deprecated standard Helm labels
* [bitnami/postgresql] Bump version to 9.0.0
Co-authored-by: Dennis Effing <dennis.effing@codecentric.de >
2020-07-14 12:27:03 +02: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
Bitnami Containers
18f80142d0
[bitnami/postgresql] Release 8.10.14 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-07 21:38:54 +00:00
Bitnami Containers
8d6dcd5cbd
[bitnami/postgresql] Release 8.10.13 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-02 07:48:15 +00:00
Douglas Vaghetti
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
Bitnami Containers
5c5bcf9b5e
[bitnami/postgresql] Release 8.10.11 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-06-29 20:01:59 +00:00
Bitnami Containers
cbde80c914
[bitnami/postgresql] Release 8.10.10 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-06-26 10:20:50 +00:00
Amandeep Singh
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
Bitnami Containers
a36d455915
[bitnami/postgresql] Release 8.10.8 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-06-24 11:00:51 +00:00
Ingvarr Zhmakin
abc14b569a
Master StatefulSet annotations fix ( #2899 )
...
* Mastrer StatefulSet annotations fix
Master StatefulSet uses slave values for annotations. Simple correction provided.
* Updating postgresql chart version
* [bitnami/postgresql] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-06-23 10:51:35 +02:00
Bitnami Containers
f9cb0102f1
[bitnami/postgresql] Release 8.10.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-06-19 01:34:07 +00:00