Skip to content

Commit 8267ba0

Browse files
author
Bitnami Bot
authoredAug 27, 2024··
[bitnami/postgresql] Release 15.5.25 (#29037)
* [bitnami/postgresql] Release 15.5.25 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 213786f commit 8267ba0

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed
 

‎bitnami/postgresql/CHANGELOG.md

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

3-
## 15.5.24 (2024-08-23)
3+
## 15.5.25 (2024-08-27)
44

5-
* [bitnami/postgresql] eval. certificatesSecret as template ([#28831](https://github.com/bitnami/charts/pull/28831))
5+
* [bitnami/postgresql] Release 15.5.25 ([#29037](https://github.com/bitnami/charts/pull/29037))
6+
7+
## <small>15.5.24 (2024-08-23)</small>
8+
9+
* [bitnami/postgresql] eval. certificatesSecret as template (#28831) ([05c09db](https://github.com/bitnami/charts/commit/05c09dbb8e60cde19c44ee6d795e31a48f9f77ba)), closes [#28831](https://github.com/bitnami/charts/issues/28831)
610

711
## <small>15.5.23 (2024-08-19)</small>
812

‎bitnami/postgresql/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: os-shell
9-
image: docker.io/bitnami/os-shell:12-debian-12-r27
9+
image: docker.io/bitnami/os-shell:12-debian-12-r28
1010
- name: postgres-exporter
1111
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r39
1212
- name: postgresql
13-
image: docker.io/bitnami/postgresql:16.4.0-debian-12-r2
13+
image: docker.io/bitnami/postgresql:16.4.0-debian-12-r3
1414
apiVersion: v2
1515
appVersion: 16.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: 15.5.24
38+
version: 15.5.25

‎bitnami/postgresql/values.yaml

+2-2
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: 16.4.0-debian-12-r2
110+
tag: 16.4.0-debian-12-r3
111111
digest: ""
112112
## Specify a imagePullPolicy
113113
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1446,7 +1446,7 @@ volumePermissions:
14461446
image:
14471447
registry: docker.io
14481448
repository: bitnami/os-shell
1449-
tag: 12-debian-12-r27
1449+
tag: 12-debian-12-r28
14501450
digest: ""
14511451
pullPolicy: IfNotPresent
14521452
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)
Please sign in to comment.