Commit Graph

53 Commits

Author SHA1 Message Date
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
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
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
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
Bitnami Containers
dac5aab0c3 [bitnami/postgresql] Release 8.10.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-03 06:34:39 +00:00
Severi Haverila
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 Critchlow
56b036c389 [bitnami/postgresql] Fix extraInitContainers usage (#2689)
* [bitnami/postgresql] Fix extraInitContainers usage

Use postgresql.tplValue template to render extraInitContainers

The current implementation results in a syntax error when creating an
instance of the chart utilizing an initContainer.

Something as simple as:
```
  master:
    extraInitContainers:
      - name: init-example
        image: alpine:latest
        command: ["echo" , "hello"]
```

Results in:
Error: template: hifive/charts/postgresql/templates/statefulset.yaml:116:21: executing "hifive/charts/postgresql/templates/statefulset.yaml" at <.Values.master.extraInitContainers>: wrong type for value; expected string; got []interface {}

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-28 15:15:08 +02:00
Bitnami Containers
b476dcdb0c [bitnami/postgresql] Release 8.10.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-27 04:08:32 +00:00
jmox
98fb584159 [bitnami/postgresql] fixed a typo in values files (#2649)
* fixed a typo in annotations

* [bitnami/postgresql] bump Chart version [#2649]

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-26 12:42:35 +02:00
Matthew Critchlow
97038a44b7 [bitnami/postgresql] Fix customMetrics example (#2552)
The defined metric name `size_bytes` did not correspond to the `AS`
assignment in the SQL query.

Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2020-05-25 18:54:01 +02:00
Matthew Critchlow
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
Bitnami Containers
90a6422006 [bitnami/postgresql] Release 8.9.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-21 02:42:36 +00:00
Bitnami Containers
33517f8cdd [bitnami/postgresql] Release 8.9.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-18 11:11:16 +00:00
Bitnami Containers
a78d81910a [bitnami/postgresql] Release 8.9.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-14 18:57:49 +00:00
Bitnami Containers
588868581c [bitnami/postgresql] Release 8.9.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-08 15:35:10 +00:00
Bitnami Containers
3cfdf68840 [bitnami/postgresql] Release 8.9.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-08 00:23:10 +00:00
Bitnami Containers
09ba1564fe [bitnami/postgresql] Release 8.9.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-01 11:32:24 +00:00
Bitnami Containers
21f231dde5 [bitnami/postgresql] Release 8.9.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-28 14:14:07 +00:00
Nenad Strainovic
d88de83e04 [bitnami/postgresql] Fix conf.d permissions with postgresqlextendedConf (#2383)
* [bitnami/postgresql] Fix conf.d permissions with postgresqlextendedConf
2020-04-27 11:51:56 +02:00
Jacob Middag
67e100899c [bitnami/postgresql] Fix pod labels in master statefulservice (#2392)
* [bitnami/postgresql] Fix pod labels in master statefulservice
2020-04-23 09:57:51 +02:00
Bitnami Containers
3bec415f3b [bitnami/postgresql] Release 8.9.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-22 03:08:11 +00:00
Javier J. Salmerón-García
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
Pavel Kazhavets
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
Bitnami Containers
734e060a34 [bitnami/postgresql] Release 8.7.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-15 09:07:53 +00:00
Juan Ariza Toledano
d128498599 [bitnami/postgresql] Avoid using 'deepCopy' since it's not supported in Helm old versions (#2275)
* [bitnami/postgresql] Avoid using 'deepCopy' since it's not supported in Helm old versions

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

* [bitnami/postgresql] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-09 09:54:16 +02:00
Miguel Ángel Cabrera Miñagorri
25de34c95a [bitnami/postgresql] Fix svc-read.yaml error (#2241)
* [bitnami/postgresql] Fix svc-read.yaml error

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
2020-04-07 09:30:53 +02:00
Bitnami Containers
102f747100 [bitnami/postgresql] Release 8.7.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-06 22:05:51 +00:00
Tim Hise
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
lyca
27bf542764 [bitnami/postgresql] Tpl usage in existing secret (#2211)
* Allow template usage for existingSecret.

* Updated chart version.

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-03 18:51:24 +02:00
Bitnami Containers
1d9296fe56 [bitnami/postgresql] Release 8.6.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-31 18:40:37 +00:00
Marcos Bjoerkelund
8fce43be84 [bitnami/postgresql] Fix conf permissions with postgresql.extendedConf (#2141)
* [bitnami/postgresql] Fix permissions of conf directory with postgresql.extendedConf

* [bitnami/postgresql] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-03-30 16:56:05 +02:00
Bitnami Containers
3306f53551 [bitnami/postgresql] Release 8.6.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-26 00:44:30 +00:00
Juan Ariza Toledano
429df27997 [bitnami/postgresql] Fix loadBalancerSourceRanges in svc-read (#2117)
* [bitnami/postgresql] Fix loadBalancerSourceRanges in svc-read

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

* [bitnami/postgresql] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-23 10:20:19 +01:00
Bitnami Containers
590c6b0f4e [bitnami/postgresql] Release 8.6.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-20 13:44:37 +00:00
Juan Ariza Toledano
0587893a5b [bitnami/postgresql] Update README.md + yamllint (#2097)
* [bitnami/postgresql] Update README.md

Signed-off-by: juan131 <juan@bitnami.com>
2020-03-20 10:16:45 +01:00
Bitnami Containers
a4df45b81a [bitnami/postgresql] Release 8.6.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-11 20:26:13 +00:00
Carlos Rodríguez Hernández
a0e44f7d6a Move charts from upstreamed folder to bitnami (#2032)
* Move charts from upstreamed folder to bitnami

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

* Remove root .helmignore

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

* Bump charts version

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

* Remove file added by error

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

* Update Chart.yaml
2020-03-11 17:11:37 +01:00
Carlos Rodriguez Hernandez
5e80f54d4e Remove PostgreSQL chart from Bitnami 2018-10-24 07:58:59 +00:00
Carlos Rodriguez Hernandez
427ac51cdf Remove distro tags in charts 2018-10-17 13:39:43 +00:00
Carlos Rodriguez Hernandez
24706a6163 Apply some suggestions 2018-10-15 09:49:40 +00:00
Carlos Rodriguez Hernandez
be6cbedd27 Reword and update kafka dependencies 2018-10-15 08:53:30 +00:00
Carlos Rodriguez Hernandez
395ba08e2b Add global registry option to Bitnami charts 2018-10-11 13:02:53 +00:00
Bitnami Containers
422a53866a postgresql: update to 10.5.0-debian-9 2018-08-13 16:27:26 +00:00
Javier J. Salmeron Garcia
130f0904b9 [Postgresql] add non-root support 2018-07-25 13:59:12 +02:00
Bitnami Containers
80b8bf4f60 postgresql: update to 10.4.0-debian-9 2018-07-06 07:20:06 +00:00