diff --git a/bitnami/postgresql-ha/Chart.lock b/bitnami/postgresql-ha/Chart.lock index bd17893899..21545cf4ec 100644 --- a/bitnami/postgresql-ha/Chart.lock +++ b/bitnami/postgresql-ha/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.13.1 -digest: sha256:eba5a1f693000386eaa87ad6e7864e5831cc41f32c07bfec159b5ff01fcd0ce5 -generated: "2023-10-05T14:56:12.259302863Z" + version: 2.13.2 +digest: sha256:551ae9c020597fd0a1d62967d9899a3c57a12e92f49e7a3967b6a187efdcaead +generated: "2023-10-10T09:09:39.017621487Z" diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 8586b585d1..010a17c4b8 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r86 + image: docker.io/bitnami/os-shell:11-debian-11-r89 - name: pgpool - image: docker.io/bitnami/pgpool:4.4.4-debian-11-r43 + image: docker.io/bitnami/pgpool:4.4.4-debian-11-r45 - name: postgres-exporter - image: docker.io/bitnami/postgres-exporter:0.14.0-debian-11-r12 + image: docker.io/bitnami/postgres-exporter:0.14.0-debian-11-r14 - name: postgresql-repmgr - image: docker.io/bitnami/postgresql-repmgr:16.0.0-debian-11-r9 + image: docker.io/bitnami/postgresql-repmgr:16.0.0-debian-11-r10 apiVersion: v2 appVersion: 16.0.0 dependencies: @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 12.0.2 +version: 12.0.3 diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index 4b12dc6037..b9b7ee82f2 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -94,7 +94,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 | `16.0.0-debian-11-r9` | +| `postgresql.image.tag` | PostgreSQL with Repmgr image tag | `16.0.0-debian-11-r10` | | `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 | `[]` | @@ -332,7 +332,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.4.4-debian-11-r43` | +| `pgpool.image.tag` | Pgpool image tag | `4.4.4-debian-11-r45` | | `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 | `[]` | @@ -475,7 +475,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.14.0-debian-11-r12` | +| `metrics.image.tag` | PostgreSQL Prometheus exporter image tag | `0.14.0-debian-11-r14` | | `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 | `[]` | @@ -540,7 +540,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/os-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r86` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r89` | | `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 153d6a5a96..59432bbc73 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -104,7 +104,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql-repmgr - tag: 16.0.0-debian-11-r9 + tag: 16.0.0-debian-11-r10 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 @@ -1043,7 +1043,7 @@ pgpool: image: registry: docker.io repository: bitnami/pgpool - tag: 4.4.4-debian-11-r43 + tag: 4.4.4-debian-11-r45 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 @@ -1562,7 +1562,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.14.0-debian-11-r12 + tag: 0.14.0-debian-11-r14 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 @@ -1811,7 +1811,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r86 + tag: 11-debian-11-r89 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