mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Add persistence.mountPath value This allows to mount a volume in /var/lib/postgresql/data instead of /var/lib/postgresql/data/pgdata. This is mandatory if the user starting the postgres image is not the owner of /var/lib/postgresql/data/pgdata but has only write access to it. With this patch, the entrypoint will create /var/lib/postgresql/data with the user that launched the container as owner and initdb will be happy. * Add documentation * bump chart version
18 lines
471 B
YAML
18 lines
471 B
YAML
name: postgresql
|
|
version: 0.8.8
|
|
description: Object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
|
|
keywords:
|
|
- postgresql
|
|
- postgres
|
|
- database
|
|
- sql
|
|
home: https://www.postgresql.org/
|
|
icon: https://www.postgresql.org/media/img/about/press/elephant.png
|
|
sources:
|
|
- https://github.com/kubernetes/charts
|
|
- https://github.com/docker-library/postgres
|
|
maintainers:
|
|
- name: swordbeta
|
|
- name: databus23
|
|
engine: gotpl
|