Skip to content

Commit 05c09db

Browse files
jouveBitnami Containers
and
Bitnami Containers
authoredAug 23, 2024··
[bitnami/postgresql] eval. certificatesSecret as template (#28831)
* [bitnami/postgresql] evaluate certificatesSecret as template Signed-off-by: Cyril Jouve <jv.cyril@gmail.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Cyril Jouve <jv.cyril@gmail.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 8513e0e commit 05c09db

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.23 (2024-08-19)
3+
## 15.5.24 (2024-08-23)
44

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)
610

711
## <small>15.5.22 (2024-08-16)</small>
812

‎bitnami/postgresql/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ maintainers:
3535
name: postgresql
3636
sources:
3737
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
38-
version: 15.5.23
38+
version: 15.5.24

‎bitnami/postgresql/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,6 @@ Return the path to the CA cert file.
412412
{{- if .Values.tls.autoGenerated -}}
413413
{{- printf "%s-crt" (include "common.names.fullname" .) -}}
414414
{{- 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) . }}
416416
{{- end -}}
417417
{{- end -}}

0 commit comments

Comments
 (0)
Please sign in to comment.