Skip to content

Commit e431b4a

Browse files
author
Bitnami Bot
authoredOct 24, 2024··
[bitnami/postgresql] Release 16.0.6 (#30069)
* [bitnami/postgresql] Release 16.0.6 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 27509cf commit e431b4a

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.0.5 (2024-10-22)
3+
## 16.0.6 (2024-10-24)
44

5-
* [bitnami/postgresql] Release 16.0.5 ([#30046](https://github.com/bitnami/charts/pull/30046))
5+
* [bitnami/postgresql] Release 16.0.6 ([#30069](https://github.com/bitnami/charts/pull/30069))
6+
7+
## <small>16.0.5 (2024-10-22)</small>
8+
9+
* [bitnami/postgresql] Release 16.0.5 (#30046) ([a825e37](https://github.com/bitnami/charts/commit/a825e37775f041dc3404f727ff33661364dbc8a3)), closes [#30046](https://github.com/bitnami/charts/issues/30046)
610

711
## <small>16.0.4 (2024-10-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.15.0-debian-12-r44
1212
- name: postgresql
13-
image: docker.io/bitnami/postgresql:17.0.0-debian-12-r6
13+
image: docker.io/bitnami/postgresql:17.0.0-debian-12-r9
1414
apiVersion: v2
1515
appVersion: 17.0.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.0.5
38+
version: 16.0.6

‎bitnami/postgresql/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ diagnosticMode:
107107
image:
108108
registry: docker.io
109109
repository: bitnami/postgresql
110-
tag: 17.0.0-debian-12-r6
110+
tag: 17.0.0-debian-12-r9
111111
digest: ""
112112
## Specify a imagePullPolicy
113113
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)
Please sign in to comment.