diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 249d9658c..61155d5dc 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: 10.0.1 +version: 10.0.2 diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index 5462a18b4..903c57266 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 | `15.0.0-debian-11-r4` | +| `postgresql.image.tag` | PostgreSQL with Repmgr image tag | `15.0.0-debian-11-r8` | | `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-r24` | +| `pgpool.image.tag` | Pgpool image tag | `4.3.3-debian-11-r27` | | `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-r24` | +| `metrics.image.tag` | PostgreSQL Prometheus exporter image tag | `0.11.1-debian-11-r27` | | `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-r47` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r50` | | `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 d2f61c58e..7245f60f0 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: 15.0.0-debian-11-r4 + tag: 15.0.0-debian-11-r8 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-r24 + tag: 4.3.3-debian-11-r27 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-r24 + tag: 0.11.1-debian-11-r27 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-r47 + tag: 11-debian-11-r50 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