diff --git a/.vib/postgresql-ha/runtime-parameters.yaml b/.vib/postgresql-ha/runtime-parameters.yaml index 853701dcadbc24..5e0a9daf00884c 100644 --- a/.vib/postgresql-ha/runtime-parameters.yaml +++ b/.vib/postgresql-ha/runtime-parameters.yaml @@ -18,7 +18,7 @@ postgresql: replicaCount: 4 password: psqlPassword123!4 containerPorts: - postgresql: 5431 + postgresql: 5432 podSecurityContext: enabled: true fsGroup: 1002 diff --git a/bitnami/postgresql-ha/CHANGELOG.md b/bitnami/postgresql-ha/CHANGELOG.md index 2452b4d70f14e3..245a11eca36f82 100644 --- a/bitnami/postgresql-ha/CHANGELOG.md +++ b/bitnami/postgresql-ha/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 14.2.16 (2024-08-01) +## 14.2.17 (2024-08-21) -* [bitnami/postgresql-ha] Release 14.2.16 ([#28622](https://github.com/bitnami/charts/pull/28622)) +* [bitnami/postgresql-ha] Release 14.2.17 ([#28799](https://github.com/bitnami/charts/pull/28799)) + +## 14.2.16 (2024-08-01) + +* [bitnami/postgresql-ha] Release 14.2.16 (#28622) ([1cf7a3a](https://github.com/bitnami/charts/commit/1cf7a3ad0fbd2a9e3d08dc315d741b14261b2f5a)), closes [#28622](https://github.com/bitnami/charts/issues/28622) ## 14.2.15 (2024-07-29) diff --git a/bitnami/postgresql-ha/Chart.lock b/bitnami/postgresql-ha/Chart.lock index daa9d280ecf6dc..6e8588d5c45408 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.20.5 -digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445 -generated: "2024-07-16T12:16:44.809707+02:00" + version: 2.21.0 +digest: sha256:aad727fb6bd333a7ebb22f06f1edcb53349acdbffaa1baffa0266d9a33162dbd +generated: "2024-08-09T06:56:49.347011268Z" diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index d130e86b3f3b8a..64e1d2cd7c5b99 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -10,11 +10,11 @@ annotations: - name: pgpool image: docker.io/bitnami/pgpool:4.5.2-debian-12-r5 - name: postgres-exporter - image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r38 + image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r39 - name: postgresql-repmgr - image: docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r20 + image: docker.io/bitnami/postgresql-repmgr:16.4.0-debian-12-r0 apiVersion: v2 -appVersion: 16.3.0 +appVersion: 16.4.0 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.2.16 +version: 14.2.17 diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index 9ce0501dc9ec2e..68f2a8a58ac64e 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -113,7 +113,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql-repmgr - tag: 16.3.0-debian-12-r20 + tag: 16.4.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1709,7 +1709,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.15.0-debian-12-r38 + tag: 0.15.0-debian-12-r39 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images