From 3c992aa1e4c7fb43d9cead2f35c69fe6cb4fbee0 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 4 Nov 2020 00:41:18 +0000 Subject: [PATCH] [bitnami/postgresql] Release 9.8.10 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 862c2513ca..82e08fcd3e 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 9.8.9 +version: 9.8.10 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 ee4ad0e8c7..53061e98b3 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.8.1 -digest: sha256:0ad66414833efe58cf2fa5e725687e015940f3b9280f9f6ac2687c6686e2459e -generated: "2020-10-06T05:32:15.133183533Z" + version: 0.10.0 +digest: sha256:9353aeb5220538cfa53fe56b35a8d453cf4171e88599080ae256bc4b7fb434bd +generated: "2020-11-04T00:13:40.497947441Z" diff --git a/bitnami/postgresql/values-production.yaml b/bitnami/postgresql/values-production.yaml index 3e144c131c..4491f8adf9 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-r48 + tag: 11.9.0-debian-10-r73 ## 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 @@ -657,7 +657,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r242 + tag: 0.8.0-debian-10-r262 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 7b6a6fe29c..19b08aa3cd 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-r48 + tag: 11.9.0-debian-10-r73 ## 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 @@ -669,7 +669,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r242 + tag: 0.8.0-debian-10-r262 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.