Skip to content

Commit 353c702

Browse files
author
Bitnami Bot
authoredMar 3, 2025··
[bitnami/postgresql] Release 16.4.16 (#32250)
* [bitnami/postgresql] Release 16.4.16 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent d3b369d commit 353c702

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
 

‎bitnami/postgresql/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 16.4.15 (2025-03-03)
3+
## 16.4.16 (2025-03-03)
44

5-
* [bitnami/postgresql] Release 16.4.15 ([#32238](https://github.com/bitnami/charts/pull/32238))
5+
* [bitnami/postgresql] Release 16.4.16 ([#32250](https://github.com/bitnami/charts/pull/32250))
6+
7+
## <small>16.4.15 (2025-03-03)</small>
8+
9+
* [bitnami/postgresql] Release 16.4.15 (#32238) ([e55c589](https://github.com/bitnami/charts/commit/e55c589d64b918346a475d22578b90cab4f51c38)), closes [#32238](https://github.com/bitnami/charts/issues/32238)
610

711
## <small>16.4.14 (2025-02-21)</small>
812

‎bitnami/postgresql/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ annotations:
1010
- name: postgres-exporter
1111
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r0
1212
- name: postgresql
13-
image: docker.io/bitnami/postgresql:17.4.0-debian-12-r3
13+
image: docker.io/bitnami/postgresql:17.4.0-debian-12-r4
1414
apiVersion: v2
1515
appVersion: 17.4.0
1616
dependencies:
@@ -35,4 +35,4 @@ maintainers:
3535
name: postgresql
3636
sources:
3737
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
38-
version: 16.4.15
38+
version: 16.4.16

‎bitnami/postgresql/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ diagnosticMode:
115115
image:
116116
registry: docker.io
117117
repository: bitnami/postgresql
118-
tag: 17.4.0-debian-12-r3
118+
tag: 17.4.0-debian-12-r4
119119
digest: ""
120120
## Specify a imagePullPolicy
121121
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

0 commit comments

Comments
 (0)
Please sign in to comment.