[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
This commit is contained in:
Cédric de Saint Martin
2018-07-01 12:43:18 -07:00
committed by k8s-ci-robot
parent 63653fd596
commit 614cc591a5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: postgresql
version: 0.14.4
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:
@@ -20,6 +20,8 @@ spec:
matchLabels:
app: {{ template "postgresql.name" . }}
release: {{ .Release.Name }}
strategy:
type: Recreate
template:
metadata:
labels: