From b6fd8cdd69feba13f6ab597a77ede336c71d0c6e Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 29 Oct 2021 08:11:50 +0000 Subject: [PATCH] [bitnami/postgresql] Release 10.13.1 updating components versions Signed-off-by: Bitnami Containers --- bitnami/postgresql/Chart.lock | 6 +++--- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/postgresql/Chart.lock b/bitnami/postgresql/Chart.lock index 186adbc0c6..58d79f0af1 100644 --- a/bitnami/postgresql/Chart.lock +++ b/bitnami/postgresql/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.10.0 -digest: sha256:a8a6f766af11d118c2d8ea1ea7bd670a48ec26721201f47e0c0fac3f586b3290 -generated: "2021-10-11T03:22:39.732193194Z" + version: 1.10.1 +digest: sha256:84f150f2d532eb5cb38ad0201fc071d7a1c43d1e815330cd8dedd5bc268575ec +generated: "2021-10-29T07:02:39.999761537Z" diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 515e06bf38..924f9baaaf 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.0 +version: 10.13.1 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 10443abcd3..2c5fc7f293 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.13.0-debian-10-r73 + tag: 11.13.0-debian-10-r76 ## 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 @@ -111,7 +111,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r233 + tag: 10-debian-10-r235 ## 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 @@ -909,7 +909,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.10.0-debian-10-r101 + tag: 0.10.0-debian-10-r103 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.