diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 280f3a9a8..c6b2b95f8 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: postgresql-ha -version: 3.2.3 -appVersion: 11.7.0 +version: 3.2.4 +appVersion: 11.8.0 description: Chart for PostgreSQL with HA architecture (using Replication Manager (repmgr) and Pgpool). keywords: - postgresql diff --git a/bitnami/postgresql-ha/values-production.yaml b/bitnami/postgresql-ha/values-production.yaml index 3ad48cf9e..6c6333328 100644 --- a/bitnami/postgresql-ha/values-production.yaml +++ b/bitnami/postgresql-ha/values-production.yaml @@ -29,7 +29,7 @@ postgresqlImage: registry: docker.io repository: bitnami/postgresql-repmgr - tag: 11.7.0-debian-10-r104 + tag: 11.8.0-debian-10-r0 ## 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 ## @@ -51,7 +51,7 @@ postgresqlImage: pgpoolImage: registry: docker.io repository: bitnami/pgpool - tag: 4.1.1-debian-10-r84 + tag: 4.1.1-debian-10-r91 ## 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 ## @@ -90,7 +90,7 @@ volumePermissionsImage: metricsImage: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r106 + tag: 0.8.0-debian-10-r112 ## 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 ## diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index 21ec406c1..e00943f11 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -29,7 +29,7 @@ postgresqlImage: registry: docker.io repository: bitnami/postgresql-repmgr - tag: 11.7.0-debian-10-r104 + tag: 11.8.0-debian-10-r0 ## 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 ## @@ -51,7 +51,7 @@ postgresqlImage: pgpoolImage: registry: docker.io repository: bitnami/pgpool - tag: 4.1.1-debian-10-r84 + tag: 4.1.1-debian-10-r91 ## 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 ## @@ -90,7 +90,7 @@ volumePermissionsImage: metricsImage: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r106 + tag: 0.8.0-debian-10-r112 ## 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 ##