Files
deprecated-helm-charts/stable/postgresql/Chart.yaml
T
Cédric de Saint Martinandk8s-ci-robot 614cc591a5 [postgresql] Set update strategy to Recreate. (#6343)
* [postgresql] Set update strategy to Recreate.

We NEVER want two different postgres instances to be up at the same time using the same database files, or corruption can occur.
At the cost of having a few seconds of downtime at upgrade time.

* Update Chart.yaml
2018-07-01 12:43:18 -07:00

18 lines
472 B
YAML

name: postgresql
version: 0.15.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:
- name: databus23
engine: gotpl