File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 15.5.23 (2024-08-19 )
3
+ ## 15.5.24 (2024-08-23 )
4
4
5
- * [ bitnami/postgresql] Release 15.5.23 ([ #28922 ] ( https://github.com/bitnami/charts/pull/28922 ) )
5
+ * [ bitnami/postgresql] eval. certificatesSecret as template ([ #28831 ] ( https://github.com/bitnami/charts/pull/28831 ) )
6
+
7
+ ## <small >15.5.23 (2024-08-19)</small >
8
+
9
+ * [ bitnami/postgresql] Release 15.5.23 (#28922 ) ([ d60e431] ( https://github.com/bitnami/charts/commit/d60e4314329df6fd2490237ce13395cb391aaa7e ) ), closes [ #28922 ] ( https://github.com/bitnami/charts/issues/28922 )
6
10
7
11
## <small >15.5.22 (2024-08-16)</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 : 15.5.23
38
+ version : 15.5.24
Original file line number Diff line number Diff line change @@ -412,6 +412,6 @@ Return the path to the CA cert file.
412
412
{{- if .Values.tls.autoGenerated -}}
413
413
{{- printf "%s-crt" (include "common.names.fullname" .) -}}
414
414
{{- else -}}
415
- {{ required "A secret containing TLS certificates is required when TLS is enabled" .Values.tls.certificatesSecret }}
415
+ {{ tpl ( required "A secret containing TLS certificates is required when TLS is enabled" .Values.tls.certificatesSecret) . }}
416
416
{{- end -}}
417
417
{{- end -}}
You can’t perform that action at this time.
0 commit comments