From 637a0bd43ded93bcb6c7ee497c2f0610fbf95a0e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 15 May 2019 09:14:22 +0200 Subject: [PATCH] [stable/postgresql] Release 4.1.0 (#13721) * stable/postgresql: update to 10.8.0 Signed-off-by: Bitnami Containers * Update Chart.yaml Signed-off-by: Carlos Rodriguez Hernandez --- stable/postgresql/Chart.yaml | 4 ++-- stable/postgresql/values-production.yaml | 2 +- stable/postgresql/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index aa0fcf5469..73f25a9256 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: postgresql -version: 4.0.3 -appVersion: 10.7.0 +version: 4.1.0 +appVersion: 10.8.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: - postgresql diff --git a/stable/postgresql/values-production.yaml b/stable/postgresql/values-production.yaml index 8a27e7dc98..f0d05db780 100644 --- a/stable/postgresql/values-production.yaml +++ b/stable/postgresql/values-production.yaml @@ -14,7 +14,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 10.7.0 + tag: 10.8.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/stable/postgresql/values.yaml b/stable/postgresql/values.yaml index 82f965778b..120ed972f4 100644 --- a/stable/postgresql/values.yaml +++ b/stable/postgresql/values.yaml @@ -14,7 +14,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 10.7.0 + tag: 10.8.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images