From 192b1ed4bcf361fb8779c0902b172a381ae419c7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 21 Oct 2022 12:38:30 +0200 Subject: [PATCH] [bitnami/postgresql-ha] Release 9.4.9 (#13066) * [bitnami/postgresql-ha] Release 9.4.9 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/postgresql-ha/Chart.yaml | 2 +- bitnami/postgresql-ha/README.md | 8 ++++---- bitnami/postgresql-ha/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 9402535214..1fb75e9399 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -29,4 +29,4 @@ name: postgresql-ha sources: - https://github.com/bitnami/containers/tree/main/bitnami/postgresql - https://www.postgresql.org/ -version: 9.4.8 +version: 9.4.9 diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index c1a3afa2bd..d048df573c 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -96,7 +96,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | | `postgresql.image.registry` | PostgreSQL with Repmgr image registry | `docker.io` | | `postgresql.image.repository` | PostgreSQL with Repmgr image repository | `bitnami/postgresql-repmgr` | -| `postgresql.image.tag` | PostgreSQL with Repmgr image tag | `14.5.0-debian-11-r26` | +| `postgresql.image.tag` | PostgreSQL with Repmgr image tag | `14.5.0-debian-11-r28` | | `postgresql.image.digest` | PostgreSQL image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `postgresql.image.pullPolicy` | PostgreSQL with Repmgr image pull policy | `IfNotPresent` | | `postgresql.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -227,7 +227,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | | `pgpool.image.registry` | Pgpool image registry | `docker.io` | | `pgpool.image.repository` | Pgpool image repository | `bitnami/pgpool` | -| `pgpool.image.tag` | Pgpool image tag | `4.3.3-debian-11-r19` | +| `pgpool.image.tag` | Pgpool image tag | `4.3.3-debian-11-r20` | | `pgpool.image.digest` | Pgpool image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `pgpool.image.pullPolicy` | Pgpool image pull policy | `IfNotPresent` | | `pgpool.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -369,7 +369,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua | `metrics.enabled` | Enable PostgreSQL Prometheus exporter | `false` | | `metrics.image.registry` | PostgreSQL Prometheus exporter image registry | `docker.io` | | `metrics.image.repository` | PostgreSQL Prometheus exporter image repository | `bitnami/postgres-exporter` | -| `metrics.image.tag` | PostgreSQL Prometheus exporter image tag | `0.11.1-debian-11-r19` | +| `metrics.image.tag` | PostgreSQL Prometheus exporter image tag | `0.11.1-debian-11-r20` | | `metrics.image.digest` | PostgreSQL Prometheus exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | PostgreSQL Prometheus exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -432,7 +432,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua | `volumePermissions.enabled` | Enable init container to adapt volume permissions | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r42` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r43` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index 75f87cefcb..39ebf0f9ef 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -101,7 +101,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql-repmgr - tag: 14.5.0-debian-11-r26 + tag: 14.5.0-debian-11-r28 digest: "" ## 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 @@ -596,7 +596,7 @@ pgpool: image: registry: docker.io repository: bitnami/pgpool - tag: 4.3.3-debian-11-r19 + tag: 4.3.3-debian-11-r20 digest: "" ## 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 @@ -1106,7 +1106,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.11.1-debian-11-r19 + tag: 0.11.1-debian-11-r20 digest: "" ## 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 @@ -1348,7 +1348,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r42 + tag: 11-debian-11-r43 digest: "" ## 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