File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 15.5.24 (2024-08-23 )
3
+ ## 15.5.25 (2024-08-27 )
4
4
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 )
6
10
7
11
## <small >15.5.23 (2024-08-19)</small >
8
12
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ annotations:
6
6
licenses : Apache-2.0
7
7
images : |
8
8
- 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
10
10
- name: postgres-exporter
11
11
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r39
12
12
- 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
14
14
apiVersion : v2
15
15
appVersion : 16.4.0
16
16
dependencies :
@@ -35,4 +35,4 @@ maintainers:
35
35
name : postgresql
36
36
sources :
37
37
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
38
- version : 15.5.24
38
+ version : 15.5.25
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ diagnosticMode:
107
107
image :
108
108
registry : docker.io
109
109
repository : bitnami/postgresql
110
- tag : 16.4.0-debian-12-r2
110
+ tag : 16.4.0-debian-12-r3
111
111
digest : " "
112
112
# # Specify a imagePullPolicy
113
113
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1446,7 +1446,7 @@ volumePermissions:
1446
1446
image :
1447
1447
registry : docker.io
1448
1448
repository : bitnami/os-shell
1449
- tag : 12-debian-12-r27
1449
+ tag : 12-debian-12-r28
1450
1450
digest : " "
1451
1451
pullPolicy : IfNotPresent
1452
1452
# # Optionally specify an array of imagePullSecrets.
You can’t perform that action at this time.
0 commit comments