mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
This commit enables the user to specify additional environment variables in the postgres chart. This is especially important for custom Postgres images which might have different environment variables for different options or for enabling additional features. Furthermore versions have been updated: - Chart version has been set to 1.0.0, as this is a stable chart Signed-off-by: Bojan Čekrlić <bojan@cekrlic.com>
17 lines
456 B
YAML
17 lines
456 B
YAML
name: postgresql
|
|
version: 1.0.0
|
|
appVersion: 9.6.2
|
|
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: []
|
|
engine: gotpl
|