From 730e66f789ad7b05c856bbbab623bd4867c39c28 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 8 Sep 2020 13:49:14 +0000 Subject: [PATCH] [bitnami/postgresql] Release 9.4.1 updating components versions Signed-off-by: Bitnami Containers --- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/requirements.lock | 6 +++--- bitnami/postgresql/values-production.yaml | 4 ++-- bitnami/postgresql/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 8ab1e0e49c..a72978ec28 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 9.4.0 +version: 9.4.1 appVersion: 11.9.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/requirements.lock b/bitnami/postgresql/requirements.lock index fb9bf7c5eb..14cd3f215b 100644 --- a/bitnami/postgresql/requirements.lock +++ b/bitnami/postgresql/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 0.5.1 -digest: sha256:7b1a74e5b7b464c391c641564eafbb36be81a313573c84265376c5f2af542e4c -generated: "2020-08-13T14:20:25.739867374Z" + version: 0.6.2 +digest: sha256:f0418c48609cf84f6301bf0a66340d84ee66d24b8c29de42904ee92afddf4f33 +generated: "2020-09-08T13:16:32.634519467Z" diff --git a/bitnami/postgresql/values-production.yaml b/bitnami/postgresql/values-production.yaml index e26d2c9269..fa8a466a6a 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.9.0-debian-10-r1 + tag: 11.9.0-debian-10-r16 ## 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 @@ -550,7 +550,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r188 + tag: 0.8.0-debian-10-r207 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 9287e64211..1d2030a46f 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.9.0-debian-10-r1 + tag: 11.9.0-debian-10-r16 ## 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 @@ -555,7 +555,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r188 + tag: 0.8.0-debian-10-r207 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.