From d771fdc8637e201d78af354fcb4ffa43e8a38854 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 15 Jan 2020 09:25:47 +0100 Subject: [PATCH] [stable/postgresql] Release 8.1.4 updating components versions (#20129) Signed-off-by: Bitnami Containers --- stable/postgresql/Chart.yaml | 2 +- stable/postgresql/values-production.yaml | 4 ++-- stable/postgresql/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index fbd8914122..bdaca3cd4e 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 8.1.3 +version: 8.1.4 appVersion: 11.6.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/stable/postgresql/values-production.yaml b/stable/postgresql/values-production.yaml index 3c4e61e285..510e2e5bef 100644 --- a/stable/postgresql/values-production.yaml +++ b/stable/postgresql/values-production.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.6.0-debian-9-r44 + tag: 11.6.0-debian-9-r48 ## 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 @@ -431,7 +431,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-9-r36 + tag: 0.8.0-debian-9-r40 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/postgresql/values.yaml b/stable/postgresql/values.yaml index 8bd6498156..491477e0f5 100644 --- a/stable/postgresql/values.yaml +++ b/stable/postgresql/values.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.6.0-debian-9-r44 + tag: 11.6.0-debian-9-r48 ## 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 @@ -439,7 +439,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-9-r36 + tag: 0.8.0-debian-9-r40 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.