Skip to content

Commit

Permalink
[bitnami/postgresql-ha] Release 14.2.17 (#28799)
Browse files Browse the repository at this point in the history
* [bitnami/postgresql-ha] Release 14.2.17 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* test: ✅ Change container port

Signed-off-by: Javier J. Salmerón García <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Javier J. Salmerón García <[email protected]>
Co-authored-by: Javier J. Salmerón García <[email protected]>
  • Loading branch information
bitnami-bot and javsalgar authored Aug 22, 2024
1 parent e5c037e commit 59962aa
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .vib/postgresql-ha/runtime-parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ postgresql:
replicaCount: 4
password: psqlPassword123!4
containerPorts:
postgresql: 5431
postgresql: 5432
podSecurityContext:
enabled: true
fsGroup: 1002
Expand Down
8 changes: 6 additions & 2 deletions bitnami/postgresql-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

## <small>14.2.16 (2024-08-01)</small>

* [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)

## <small>14.2.15 (2024-07-29)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/postgresql-ha/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 4 additions & 4 deletions bitnami/postgresql-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions bitnami/postgresql-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 59962aa

Please sign in to comment.