diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index 368dc0d8c7..b1002ae20d 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -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: diff --git a/stable/postgresql/templates/deployment.yaml b/stable/postgresql/templates/deployment.yaml index 0d621a44ce..9d03d42722 100644 --- a/stable/postgresql/templates/deployment.yaml +++ b/stable/postgresql/templates/deployment.yaml @@ -20,6 +20,8 @@ spec: matchLabels: app: {{ template "postgresql.name" . }} release: {{ .Release.Name }} + strategy: + type: Recreate template: metadata: labels: