diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 4208bb0b97..8f9cdb2ab8 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: 11.5.1 +version: 11.5.2 diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index a9d6452e68..6d72d16bea 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -92,7 +92,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.2.0-debian-11-r25` | +| `postgresql.image.tag` | PostgreSQL with Repmgr image tag | `15.2.0-debian-11-r26` | | `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 | `[]` | diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index dc1a4a327c..46a5fafef5 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.2.0-debian-11-r25 + tag: 15.2.0-debian-11-r26 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