mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
[bitnami/postgresql-ha] Release 11.6.1 (#16618)
* [bitnami/postgresql-ha] Release 11.6.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -2,7 +2,7 @@ annotations:
|
||||
category: Database
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 15.2.0
|
||||
appVersion: 15.3.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -28,4 +28,4 @@ maintainers:
|
||||
name: postgresql-ha
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
|
||||
version: 11.6.0
|
||||
version: 11.6.1
|
||||
|
||||
@@ -8,8 +8,6 @@ This PostgreSQL cluster solution includes the PostgreSQL replication manager, an
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
Looking to use PostgreSQL HA in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -94,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-r30` |
|
||||
| `postgresql.image.tag` | PostgreSQL with Repmgr image tag | `15.3.0-debian-11-r0` |
|
||||
| `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 | `[]` |
|
||||
@@ -323,7 +321,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.2-debian-11-r31` |
|
||||
| `pgpool.image.tag` | Pgpool image tag | `4.4.2-debian-11-r32` |
|
||||
| `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 | `[]` |
|
||||
@@ -463,7 +461,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.12.0-debian-11-r85` |
|
||||
| `metrics.image.tag` | PostgreSQL Prometheus exporter image tag | `0.12.0-debian-11-r86` |
|
||||
| `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 | `[]` |
|
||||
@@ -525,7 +523,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-r114` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r115` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -101,7 +101,7 @@ postgresql:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql-repmgr
|
||||
tag: 15.2.0-debian-11-r30
|
||||
tag: 15.3.0-debian-11-r0
|
||||
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
|
||||
@@ -1014,7 +1014,7 @@ pgpool:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/pgpool
|
||||
tag: 4.4.2-debian-11-r31
|
||||
tag: 4.4.2-debian-11-r32
|
||||
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
|
||||
@@ -1527,7 +1527,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgres-exporter
|
||||
tag: 0.12.0-debian-11-r85
|
||||
tag: 0.12.0-debian-11-r86
|
||||
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
|
||||
@@ -1769,7 +1769,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r114
|
||||
tag: 11-debian-11-r115
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user