mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
* [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
18 lines
472 B
YAML
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
|