From 197a5ba6c8a24e3e55442fdeb2b0015820567887 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 30 Nov 2021 23:22:42 +0000 Subject: [PATCH] [bitnami/postgresql] Release 10.13.10 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 50a836c1f3..4a2721ab9e 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.13.9 +version: 10.13.10 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 4d26caf0c9..9e07fdb1d8 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -77,7 +77,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 11.14.0-debian-10-r0 + tag: 11.14.0-debian-10-r17 ## 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 @@ -111,7 +111,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r248 + tag: 10-debian-10-r265 ## 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 @@ -909,7 +909,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.10.0-debian-10-r116 + tag: 0.10.0-debian-10-r133 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.