mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* When persistence is disabled the empty volume gets added in the wrong spot.
It ends up generating yaml like this:
updateStrategy:
type: RollingUpdate
- name: data
emptyDir: {}
Signed-off-by: Chris Malloy <chris.malloy@mathresources.com>
* Bumped version.
Signed-off-by: Chris Malloy <chris.malloy@mathresources.com>
22 lines
593 B
YAML
22 lines
593 B
YAML
name: postgresql
|
|
version: 3.1.3
|
|
appVersion: 10.6.0
|
|
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
|
|
keywords:
|
|
- postgresql
|
|
- postgres
|
|
- database
|
|
- sql
|
|
- replication
|
|
- cluster
|
|
home: https://www.postgresql.org/
|
|
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-110x117.png
|
|
sources:
|
|
- https://github.com/bitnami/bitnami-docker-postgresql
|
|
maintainers:
|
|
- name: Bitnami
|
|
email: containers@bitnami.com
|
|
- name: desaintmartin
|
|
email: cedric@desaintmartin.fr
|
|
engine: gotpl
|