Commit Graph
91 Commits
Author SHA1 Message Date
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 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
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 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
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
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
Andres Martinez GotorandGitHub 4cff6ba8b0 [multiple charts] Update hidden properties in the different JSON schemas (#2871)
* Update hidden properties in the different JSON schemas

* Add missing paths
2020-06-18 15:47:03 +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
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
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
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
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
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 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
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
Daniel ArteagaandGitHub c7751eb576 update bitnami/common to be compatible with helm v2.12+ (#2615) 2020-05-19 13:18:15 +02: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
Carlos Rodríguez HernándezandGitHub 3fa18e51e0 Update README.md 2020-04-28 11:55:52 +02:00
Nenad StrainovicandGitHub 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 MiddagandGitHub 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
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
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 ToledanoandGitHub 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
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
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
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
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 ToledanoandGitHub 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 ToledanoandGitHub 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
Epifanov DenisandGitHub dc4a34bae5 [bitnami/postgresql]fix credetials for initdbScripts (#2083)
* [bitnami/postgresql] Fix credetials for initdbScripts
2020-03-20 08:33:52 +01:00
Evili del RioandGitHub 730ef6c309 [bitnami/postgresql] Evaluate extraEnvVarsCM as a template (#2059)
Signed-off-by: Evili del Rio <evili.del.rio@gmail.com>
2020-03-18 09:40:39 +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ándezandGitHub 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 0cfd3f4215 Bump versions 2018-10-17 15:18:13 +00:00