mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
63653fd596
commit
614cc591a5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user