Jessica Tracy and Kubernetes Prow Robot
8f8d3488a4
[stable/postgres] add priority class name option to postgres chart ( #19628 )
...
* [stable/postgres] add priority class name to postgres chart
Signed-off-by: Jessica Tracy <jessicatracy@callrail.com >
* version bump
Signed-off-by: Jessica Tracy <jessicatracy@callrail.com >
* bump minor version, add changes to values-production.yaml
Signed-off-by: Jessica Tracy <jessicatracy@callrail.com >
2019-12-18 03:23:56 -08:00
Tom Brouws and Kubernetes Prow Robot
a605c9c912
[stable/postgresql] Prefix port names with protocol to comply with Istio ( #19249 )
...
* [stable/postgresql] Prefix port names with protocol
Signed-off-by: Tom Brouws <tom@weave.nl >
* Bump chart major version & add disclaimer to README
Signed-off-by: Tom Brouws <tom@weave.nl >
2019-12-11 02:38:05 -08:00
Juan Ariza Toledano and Kubernetes Prow Robot
b3ebd2f988
[stable/postgresql] Improve 'extraEnv' example in values ( #19404 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-12-10 01:43:29 -08:00
Xiang Dai and Kubernetes Prow Robot
22cf3ad8cf
[stable/postgresql] add HA comment ( #19290 )
...
Signed-off-by: Xiang Dai <764524258@qq.com >
2019-12-01 23:57:03 -08:00
machine424 and Kubernetes Prow Robot
c583863697
[stable/postgresql] Change templates/networkpolicy.yaml in order to implement what is really described in values files ( #19226 )
...
Signed-off-by: Ayoub Mrini <ayoubmrini424@gmail.com >
2019-11-28 10:13:04 -08:00
machine424 and Kubernetes Prow Robot
77b484efe6
[stable/postgresql] Add the possibility to explicitly select namespaces from which Ingress traffic could be accepted. ( #19117 )
...
Signed-off-by: Ayoub Mrini <ayoubmrini424@gmail.com >
2019-11-27 02:35:21 -08:00
Cédric de Saint Martin and Kubernetes Prow Robot
a4aee7c359
[stable/postgresql] Add optional PrometheusRule for metrics. ( #19050 )
...
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr >
2019-11-22 02:01:29 -08:00
Cédric de Saint Martin and Kubernetes Prow Robot
9830a92d53
[stable/postgresql] Add dedicated tmpfs for /dev/shm. ( #19025 )
...
* [stable/postgresql] Add dedicated tmpsfs for /dev/shm.
Start a database pod without limitations on shm memory. By default docker
limit to (see e.g. the [docker
issue](https://github.com/docker-library/postgres/issues/416 ), which could be
not enough if PostgreSQL uses parallel workers heavily. If this option is
present and value is , to the target database pod will be mounted a new
tmpfs volume to remove this limitation.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr >
* [stable/postgresql] SHM: Second version after review + improvements.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr >
2019-11-21 05:07:29 -08:00
Rostyslav Sotnychenko and Kubernetes Prow Robot
2a50c3e858
[stable/postgresql] Add support for extra init containers ( #18914 )
...
Signed-off-by: Rostyslav Sotnychenko <me@sota.sh >
2019-11-19 03:29:42 -08:00
Cédric de Saint Martin and Kubernetes Prow Robot
7a2dad2d27
[stable/postgresql] Add back custom metrics. ( #18924 )
...
Solves https://github.com/helm/charts/issues/15798
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr >
2019-11-18 04:39:42 -08:00
Sameer Naik and Kubernetes Prow Robot
d0699a3ba8
[stable/postgresql] adds postgresqlPostgresPassword chart parameter ( #18901 )
...
`postgresqlPostgresPassword` enables users to set a password for the `postgres` user when `postgresqlUsername` is not `postgres`
Signed-off-by: Sameer Naik <sameersbn@vmware.com >
2019-11-18 01:35:41 -08:00
Bitnami Bot and Kubernetes Prow Robot
3cc7a63e09
[stable/postgresql] Release 7.1.1 updating components versions ( #18887 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-17 23:41:41 -08:00
Rafael Ríos Saavedra and Kubernetes Prow Robot
903dbd4087
[stable/postgresql] Add ldap support to postgresql chart ( #18813 )
...
* Add ldap support for postgres chart
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
* Adds validation to ldap configuration method. Fix minor details.
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
* Bump minor version. Fix simultaneous ldap.url and ldap.server checking
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
* Fix condition in ldap.url and ldap.server testing
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
2019-11-12 07:38:07 -08:00
Rafael Ríos Saavedra and Kubernetes Prow Robot
655a48e217
[stable/postgresl] Point the chart to the postgresql release that includes postgis ( #18441 )
...
* Point the chart to the postgresql release that includes postgis
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
* Bump chart version.
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
* Fixes Chart version number where postgis was added.
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com >
2019-11-11 04:33:41 -08:00
Xiang Dai and Kubernetes Prow Robot
c8dc1b2b66
add comment for existed data ( #17240 )
...
Signed-off-by: Xiang Dai <764524258@qq.com >
2019-11-09 23:47:39 -08:00
Sameer Naik and Kubernetes Prow Robot
205db45e2d
[stable/postgresql] bump major version ( #18707 )
...
Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec.
In https://github.com/helm/charts/pull/17281 the `apiVersion` of the statefulset resources was updated to `apps/v1` in tune with the api's deprecated, resulting in compatibility breakage.
This major version bump signifies this change.
Signed-off-by: Sameer Naik <sameersbn@vmware.com >
2019-11-08 06:16:13 -08:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
a40a25f3b9
[stable/postgresql] Add support to change the user and password for the sql init scripts ( #18550 )
...
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
2019-11-08 06:04:14 -08:00
Andres Martinez Gotor and Kubernetes Prow Robot
77fbc2db74
[stable/postgresql] Update values.schema.json to reflect latest format ( #18591 )
...
* Update values.schema.json to reflect latest format
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com >
* Bump chart version again
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com >
2019-11-07 02:02:50 -08:00
Juan Ariza Toledano and Kubernetes Prow Robot
3eb622dfe7
[stable/postgresql] Bump image revision ( #18627 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-11-06 03:07:51 -08:00
Bitnami Bot and Kubernetes Prow Robot
50a78c47ad
[stable/postgresql] Release 6.5.7 updating components versions ( #18578 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-05 12:01:31 -08:00
Daniel Reigada and Kubernetes Prow Robot
7753e699a8
Use array as default extraEnvs ( #18341 )
...
Signed-off-by: Daniel Reigada <daniel@codacy.com >
2019-11-04 07:33:40 -08:00
Grachev Mikhail and Kubernetes Prow Robot
8a5a143bad
[bitnami/postgresql] Fix error when running init-container ( #18447 )
...
Error: failed to create containerd task: OCI runtime create failed: container_linux.go:337: starting container process caused "exec: \"sh\": executable file not found in $PATH": unknown
Signed-off-by: Mikhail Grachev <work@mgrachev.com >
2019-11-01 01:23:24 -07:00
Alejandro Moreno and Kubernetes Prow Robot
612faf26ad
Define postgresql.tplValue ( #18422 )
...
Signed-off-by: Alejandro Moreno <amoreno@bitnami.com >
2019-10-29 06:58:44 -07:00
Vincent Behar and Kubernetes Prow Robot
62c1d6b17f
[stable/postgresql] evaluate the service's annotations as a template ( #18323 )
...
update the service template to evaluate the annotations as a template,
to allow people to use dynamic values in annotations key or values.
Signed-off-by: Vincent Behar <v.behar@free.fr >
2019-10-25 00:39:40 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
7bf481dfd4
[stable/postgresql] Unify and refactor README.md ( #18291 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-10-24 07:07:56 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
8ff0d23db1
[stable/postgresql] Fix warning with 'extraEnv' parameter and lint chart ( #18174 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-10-24 00:47:08 -07:00
Andres Martinez Gotor and Kubernetes Prow Robot
e176b1878b
[stable/postgresql] Add JSON Schema to PostgreSQL chart ( #18083 )
...
* Add JSON Schema to PostgreSQL chart
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com >
* Additional parameters
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com >
2019-10-18 02:57:58 -07:00
Vincent Behar and Kubernetes Prow Robot
0026a6c0f3
[stable/postgresql] add master/slave labels/annotations ( #17823 )
...
Add support for custom labels and annotations on the master & slaves statefulset
Signed-off-by: Vincent Behar <v.behar@free.fr >
2019-10-17 01:46:39 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
9a8ad6651f
[stable/postgresql] Document how to use another PostgreSQL version ( #18041 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-10-16 12:59:48 -07:00
Javier J. Salmerón-García and Kubernetes Prow Robot
bda109f9d1
[stable/postgresql] Update prerequisites ( #18022 )
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com >
2019-10-16 06:37:41 -07:00
Julius Pedersen and Kubernetes Prow Robot
eebdf20750
[stable/postgresql] Fix *.extraVolumes typo ( #17862 )
...
Signed-off-by: Julius Pedersen <deifyed@gmail.com >
2019-10-11 01:07:40 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
e05d81911d
[stable/postgresql] Add upgrading instructions to the README.md ( #17692 )
...
* [stable/postgresql] Add upgrading instructions to the README.md
Signed-off-by: juan131 <juan@bitnami.com >
* [stable/postgresql] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-10-04 04:14:02 -07:00
Marco Mariani and Kubernetes Prow Robot
c9a716f2a8
fixed description: global.postgresql.postgresqlPassword ( #17114 )
...
Signed-off-by: Marco Mariani <marco.mariani@alterway.fr >
2019-10-01 06:37:34 -07:00
Christoph Obexer and Kubernetes Prow Robot
b8b063784b
[stable/postgresql] Fix rediness probe for bitnami images ( #17489 )
...
Signed-off-by: Christoph Obexer <cobexer@gmail.com >
2019-09-30 06:53:40 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
600bf5e073
[stable/postgresql] Update sts apiVersion to 'apps/v1' - Mandatory for K8s 1.16 ( #17281 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-09-20 08:40:59 -07:00
Hugo Cortes and Kubernetes Prow Robot
6c30152fd7
fix(notes): display secretName template generated by helper ( #17271 )
...
Signed-off-by: Hugo Cortes <contact@hugocortes.dev >
2019-09-20 00:30:59 -07:00
Cédric de Saint Martin and Kubernetes Prow Robot
16bea01a62
[stable/postgresql] initContainer: also chown mount point itself. ( #17154 )
...
Avoids error where start script can't touch .initialized* files.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr >
2019-09-16 23:58:24 -07:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
fed6d7947f
[stable/postgresql] Add miguelaeh to OWNERS ( #17017 )
...
* [stable/postgresql] Add miguelaeh to OWNERS
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
* Update Chart.yaml
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
2019-09-10 21:42:24 -07:00
Bitnami Bot and Kubernetes Prow Robot
394dd7b142
[stable/postgresql] Release 6.3.5 updating components versions ( #16961 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-09-09 03:11:19 -07:00
Bitnami Bot and Kubernetes Prow Robot
1e703b0f4c
[stable/postgresql] Release 6.3.4 updating components versions ( #16755 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-09-02 07:39:42 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
caee33658e
[stable/postgresql] Use stretch as minideb tag ( #16725 )
...
* [stable/postgresql] Use buster as minideb tag
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Use stretch instead of buster to be consistent across containers
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-09-02 01:53:42 -07:00
Alejandro Moreno and Kubernetes Prow Robot
3dfac1321f
Fix 'storageClass' macros ( #16553 )
...
Signed-off-by: Alejandro Moreno <amoreno@bitnami.com >
2019-08-22 04:50:32 -07:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
cd591d5908
[stable/postgresql] Refactor StorageClass template to support old Helm versions ( #16491 )
...
Signed-off-by: miguelaeh <macabrera@bitnami.com >
2019-08-21 09:30:55 -07:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
b5ca2eddeb
[stable/postgresql] Add global StorageClass to postgresql ( #16423 )
...
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
2019-08-20 05:35:09 -07:00
Bitnami Bot and Kubernetes Prow Robot
1bfbea05e7
[stable/postgresql] Release 6.2.1 updating components versions ( #16221 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-08-10 04:37:12 -07:00
Tomas Pizarro and Kubernetes Prow Robot
43dbe0d27b
[stable/postgresql] Avoid init scripts to execute in every restart ( #15796 )
...
* [stable/postgresql] Avoid init scripts to execute in every restart after changing volume mount point
Signed-off-by: tompizmor <tompizmor@gmail.com >
* [stable/postgresql] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Bump chart version
Signed-off-by: tompizmor <tompizmor@gmail.com >
2019-07-24 04:02:15 -07:00
Javier J. Salmerón-García and Kubernetes Prow Robot
f995850879
[stable/postgresql] Replace metrics image from wrouesnel/postgres_exporter to bitnami/postgres-exporter ( #15802 )
...
* [stable/postgresql] Replace metrics image from wrouesnel/postgres_exporter to bitnami/postgres-exporter
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com >
* Update tag
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com >
2019-07-23 06:50:56 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
0a3f6842ac
[stable/postgresql] Implement again "Standardize 'fullname' and 'name' macros" ( #15643 )
...
(#15427 )" (#15598 )"
This reverts commit 68d025a636 .
Implement #15427 bumping a major version after #15598
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-07-18 06:34:16 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
68d025a636
Revert "[stable/postgresql] Standardize 'fullname' and 'name' macros ( #15427 )" ( #15598 )
...
This reverts commit 4dbd66a090 .
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-07-17 07:27:00 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
4dbd66a090
[stable/postgresql] Standardize 'fullname' and 'name' macros ( #15427 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-07-11 07:21:09 -07:00