Jose Antonio Carmona and GitHub
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
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
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
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
Matthew Critchlow and GitHub
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
Nenad Strainovic and GitHub
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 and GitHub
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
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
Juan Ariza Toledano and GitHub
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
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
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
Juan Ariza Toledano and GitHub
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
Juan Ariza Toledano and GitHub
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 Denis and GitHub
dc4a34bae5
[bitnami/postgresql]fix credetials for initdbScripts ( #2083 )
...
* [bitnami/postgresql] Fix credetials for initdbScripts
2020-03-20 08:33:52 +01:00
Evili del Rio and GitHub
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
Carlos Rodríguez Hernández and GitHub
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
9ead294d57
Change logic to determine registry
2018-10-15 13:15:08 +00:00
Carlos Rodriguez Hernandez
24706a6163
Apply some suggestions
2018-10-15 09:49:40 +00:00
Carlos Rodriguez Hernandez
dec26e5d0b
Check if global is set
2018-10-11 15:24:42 +00:00
Carlos Rodriguez Hernandez
93170acc16
Fix typo
2018-10-11 14:07:35 +00:00
Carlos Rodriguez Hernandez
395ba08e2b
Add global registry option to Bitnami charts
2018-10-11 13:02:53 +00:00
gtseres
e42a9233eb
Change name truncation to 63 instead of 24
2018-10-05 00:59:52 +03:00
Carlos Rodriguez Hernandez
728466ac17
Add )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2018-09-28 13:20:41 +00:00
Carlos Rodriguez Hernandez
a140313f49
Fix go template inside go template
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2018-09-28 13:10:14 +00:00
Carlos Rodriguez Hernandez
a64172812a
Improve getting LoadBalancer address in Bitnami charts NOTES.txt
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2018-09-27 11:14:23 +00:00
Javier J. Salmeron Garcia
65a1e5eaa7
[bitnami/postgresql] Fix chart not being upgradable
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2018-09-21 18:03:40 +02:00
Juan Ariza
0071eb5545
Improve notes to access deployed services
2018-08-06 13:59:52 +02:00
Javier J. Salmeron Garcia
dfd13a2b76
Add missing release and charts labels in pods
2018-07-30 17:18:58 +02:00
tompizmor
b92ea0d2c9
Allow using custom scripts to initialize PostgreSQL
2018-07-27 11:40:52 +02:00
Javier J. Salmeron Garcia
130f0904b9
[Postgresql] add non-root support
2018-07-25 13:59:12 +02:00
Beltran Rueda
0125d8b367
Use env var instead of showing the password for the cli
2018-07-23 17:10:35 +00:00
tompizmor
2d0656f6ab
Fix capitalization of clusterIP parameter
2018-06-07 11:26:44 +02:00
Carlos Rodriguez Hernandez
6f37eb71b1
Fix consul, mysql and postgre helm chart testing issue using tag
...
Reviewers: tomas, jsalmeron
Reviewed By: tomas, jsalmeron
Maniphest Tasks: T26161
Differential Revision: http://phabricator.bitnami.com:8080/D27134
2018-06-04 15:41:33 +00:00
Carlos Rodriguez Hernandez
657025be21
Fix ES helm chart testing issue using tag
...
Reviewers: tomas, jsalmeron
Reviewed By: tomas, jsalmeron
Maniphest Tasks: T26128
Differential Revision: http://phabricator.bitnami.com:8080/D27133
2018-06-04 14:31:25 +00:00
tompizmor
7425941526
Apply Juan comments
2018-05-30 10:28:17 +02:00
tompizmor
7527ab5b4c
Support replication for PostgreSQL chart
2018-05-29 14:14:49 +02:00
tompizmor
5413120bb2
Rename charts folders
2018-04-13 10:46:07 +02:00