Fran Mulero
f5e2881a64
[bitnami/postgresql] Fix mountPath for extendedConfiguration ( #16874 )
...
Signed-off-by: Fran Mulero <fmulero@vmware.com >
2023-05-24 09:17:40 +02:00
Miguel Ruiz
ff3a5e0927
[bitnami/postgresql] Allow usePasswordFile when using existingSecret + custom keys ( #16729 )
...
* [bitnami/postgresql] Allow usePasswordFile when using existingSecret + custom keys
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
* Revert postgresql-ha
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
---------
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
2023-05-23 11:40:36 +02:00
Marc Brugger
5ee97f7cdb
[bitnami/postgresql] skip empty resources ( #14602 )
...
Signed-off-by: bakito <github@bakito.ch >
2023-01-31 15:58:16 +01:00
Tan Guan Hong
1601a1b831
[bitnami/postgresql] Renamed statefulset custom-metrics name to match metrics-configmap ( #13953 )
...
Signed-off-by: Tan Guan Hong <tanguanhong89@gmail.com >
Signed-off-by: Tan Guan Hong <tanguanhong89@gmail.com >
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
2022-12-20 12:24:40 +01:00
Sam Weston
a4f111f867
[bitnami/postgresql] Annotations for headless service ( #13269 )
...
Signed-off-by: Sam Weston <11150054+cablespaghetti@users.noreply.github.com >
Signed-off-by: Sam Weston <11150054+cablespaghetti@users.noreply.github.com >
2022-11-03 12:20:20 +01:00
Fran Mulero
e07416d924
[bitnami/postgresql] Use plain connections from metrics sidecar ( #12735 )
...
* Use plain connections from metrics sidecar
* Use plain connections from metrics exporter in read replicas
* Version bump
Signed-off-by: Fran Mulero <fmulero@vmware.com >
2022-10-03 07:30:04 +00:00
Orgad Shaneh
99ea23d43b
[bitnami/postgresql] Use custom probes if given ( #12548 )
...
Without this change, in order to use a custom probe, the user has to
specify the probe parameters, and also must specify for the original
probe "enabled: false".
Issue: #12354
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com >
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com >
2022-09-28 12:38:17 +02:00
Milan Sladky
7745b21d3f
[bitnami/postgresql] Add labels to volume claim template ( #12353 )
...
* [bitnami/postgresql] Add labels to volume claim template
Signed-off-by: Milan Sladky <milan.sladky@sentinelone.com >
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com >
Signed-off-by: Milan Sladky <milan.sladky@sentinelone.com >
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com >
Signed-off-by: Fran Mulero <fmulero@vmware.com >
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com >
Co-authored-by: Fran Mulero <fmulero@vmware.com >
2022-09-13 11:46:26 +02:00
Alexey Anufriev
58137be37f
[bitnami/postgresql] extended configuration for read replicas ( #11458 )
...
fix for #11450
Signed-off-by: AlexeyAnufriev <contact@alexey-anufriev.com >
2022-08-05 09:33:01 +02:00
Alexey Anufriev
651b581334
[bitnami/postgresql] extended configuration for read PVC ( #11460 )
...
* [bitnami/postgresql] extended configuration for read PVC
fix for #11449
Signed-off-by: AlexeyAnufriev <contact@alexey-anufriev.com >
* Update bitnami/postgresql/Chart.yaml
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com >
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
2022-08-04 08:45:12 +02:00
Aurélien Pasteau
7ba5148c8d
Fix postgresql read servicemonitor scraping metrics on primary pod ( #11018 )
...
Signed-off-by: Aurélien Pasteau <aurelien.pasteau@illuin.tech >
Co-authored-by: Aurélien Pasteau <aurelien.pasteau@illuin.tech >
2022-07-05 10:15:56 +02:00
Miguel Ruiz
dae498ba73
[bitnami/postgresql] Add missing service parameter ( #10434 )
...
* [bitnami/postgresql] Add missing service parameters
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2022-05-26 18:52:29 +02:00
Tobias Michael Effner
2c207c0587
[bitnami/postgresql] Make existing secret key names choosable ( #10347 )
...
* Make existing secret keys choosable.
Signed-off-by: Tobias Effner <tobias.effner@rackspace.com >
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Increase major instead of minor, because of a breaking change. I changed a bool into an object.
Signed-off-by: Tobias Effner <tobias.effner@rackspace.com >
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* - Fix version
- Revert existingSecret to a string
- Revert to original README.md & add new keys
Signed-off-by: Tobias Effner <tobias.effner@rackspace.com >
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* # Better defaults
- Remove defaults from global vars
- Set defaults to previous defaults
- Updates README.md
Signed-off-by: Tobias Effner <tobias.effner@rackspace.com >
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* [bitnami/postgresql] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Tobias Effner <tobias.effner@rackspace.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2022-05-26 12:10:04 +02:00
David Gomez
905260a6f7
Fix error 'Error: ConfigMap in version v1 cannot be handled as a ConfigMap' ( #10222 )
...
Signed-off-by: David Gomez <dgomezleon@vmware.com >
2022-05-16 10:04:16 +02:00
Anouar Jammali
50bcacc7d5
[bitnami/postgresql] Add metrics support to read replica ( #9881 )
...
* Add metrics support to read replica
Signed-off-by: Anouar Jammali <jammali.anouar@gmail.com >
* add custom-metrics volume
Signed-off-by: Anouar Jammali <jammali.anouar@gmail.com >
* feedback
Signed-off-by: Anouar Jammali <jammali.anouar@gmail.com >
* reviews
Signed-off-by: Anouar Jammali <jammali.anouar@gmail.com >
2022-05-13 18:34:47 +02:00
Dennis Urban
515833f739
[bitnami/postgresql] Add quote to namespace ( #9691 )
...
* quote namespaces on postgresql chart
Signed-off-by: Dennis Urban <dennis.urban@flipapp.de >
Co-authored-by: Dennis Urban <dennis.urban@flipapp.de >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Fran Mulero <fmulero@vmware.com >
2022-04-07 18:56:02 +02:00
Gaëtan Lehmann
d7fb42751a
fix missing namespace in network policies ( #9369 )
2022-03-10 19:57:16 +01:00
Hayden James
2f7d7dce79
Add hostIPC option for PostgreSQL StatefulSets ( #9148 )
...
Signed-off-by: Hayden James <hayden.james@gmail.com >
2022-02-22 14:07:46 +01:00
Hayden James
a71f52577e
Add hostNetwork option for PostgreSQL StatefulSets ( #9064 )
...
Signed-off-by: Hayden James <hayden.james@gmail.com >
2022-02-21 17:53:23 +01:00
Miguel Ruiz
49fcd78c73
[bitnami/postgresql] Add flag '-r' to xargs in volumePermissions init-container ( #9137 )
...
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
2022-02-21 17:03:06 +01:00
Juan Ariza Toledano
6cb95dbe16
[bitnami/postgresql] Allow enabling TLS without volume-permissions ( #9016 )
2022-02-17 08:50:47 +01:00
Juan Ariza Toledano
50946fdff3
[bitnami/postgresql] Chart standardization ( #8827 )
...
* [bitnami/postgresql] Chart standardization
Signed-off-by: juan131 <juanariza@vmware.com >
* [bitnami/postgresql] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2022-02-02 18:42:51 +01:00