From 9f7ac81da075932c057a406970154f73bbdd33cd Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 4 Jan 2022 03:36:27 +0000 Subject: [PATCH] [bitnami/postgresql] Release 10.14.3 updating components versions Signed-off-by: Bitnami Containers --- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 144292cf45..c4b00582c4 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -26,4 +26,4 @@ name: postgresql sources: - https://github.com/bitnami/bitnami-docker-postgresql - https://www.postgresql.org/ -version: 10.14.2 +version: 10.14.3 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 1b7a2aaf41..b6f6d5ecc6 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -80,7 +80,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 11.14.0-debian-10-r18 + tag: 11.14.0-debian-10-r21 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -114,7 +114,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r296 + tag: 10-debian-10-r299 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -922,7 +922,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.10.0-debian-10-r163 + tag: 0.10.0-debian-10-r166 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.