From 18f80142d0eb5783d8cbe38010bdc10ec9b3c77d Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 7 Jul 2020 21:38:54 +0000 Subject: [PATCH] [bitnami/postgresql] Release 8.10.14 updating components versions Signed-off-by: Bitnami Containers --- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/values-production.yaml | 4 ++-- bitnami/postgresql/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index f33660f740..c93fd26df6 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 8.10.13 +version: 8.10.14 appVersion: 11.8.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/bitnami/postgresql/values-production.yaml b/bitnami/postgresql/values-production.yaml index 082029265d..26a65f3602 100644 --- a/bitnami/postgresql/values-production.yaml +++ b/bitnami/postgresql/values-production.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.8.0-debian-10-r51 + tag: 11.8.0-debian-10-r57 ## 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 @@ -511,7 +511,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r157 + tag: 0.8.0-debian-10-r163 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index aa734cb6e9..7cfc629ace 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.8.0-debian-10-r51 + tag: 11.8.0-debian-10-r57 ## 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 @@ -517,7 +517,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r157 + tag: 0.8.0-debian-10-r163 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.