File tree 3 files changed +8
-4
lines changed
templates/update-password
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 16.4.2 (2025-01-13 )
3
+ ## 16.4.3 (2025-01-14 )
4
4
5
- * [ bitnami/postgresql] Release 16.4.2 ([ #31342 ] ( https://github.com/bitnami/charts/pull/31342 ) )
5
+ * bitnami/postgresql Fix missing dot in include statement for passwordUpdate job template ([ #31364 ] ( https://github.com/bitnami/charts/pull/31364 ) )
6
+
7
+ ## <small >16.4.2 (2025-01-13)</small >
8
+
9
+ * [ bitnami/postgresql] Release 16.4.2 (#31342 ) ([ 946b638] ( https://github.com/bitnami/charts/commit/946b638fd63e2d7e74865d591ef403b4dce229b3 ) ), closes [ #31342 ] ( https://github.com/bitnami/charts/issues/31342 )
6
10
7
11
## <small >16.4.1 (2025-01-13)</small >
8
12
Original file line number Diff line number Diff line change @@ -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 : 16.4.2
38
+ version : 16.4.3
Original file line number Diff line number Diff line change 57
57
args :
58
58
- |
59
59
{{- $customUser := include "postgresql.v1.username" . }}
60
- {{- $customDatabase := include "postgresql.v1.database" | default "postgres" }}
60
+ {{- $customDatabase := include "postgresql.v1.database" . | default "postgres" }}
61
61
{{- if .Values.usePasswordFiles }}
62
62
# We need to load all the secret env vars to the system
63
63
for file in $(find /bitnami/postgresql/secrets -type f); do
You can’t perform that action at this time.
0 commit comments