Skip to content

Commit

Permalink
[bitnami]/valkey update _helpers.tpl to be in line with Valkey-Cluste…
Browse files Browse the repository at this point in the history
…r. (#32203)

* Updates Valkey _helpers.tpl to be in line with Valkey-Cluster.

Specifically: updates the formatting of .Values.tls.existingSecret
to properly format variables such as "{{ .Release.Name }}-valkey-tls"

Signed-off-by: Chris Fortier <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Chris Fortier <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
cfortier2 and bitnami-bot authored Mar 3, 2025
1 parent 1d96748 commit 5619378
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/valkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.4.1 (2025-02-27)
## 2.4.2 (2025-02-27)

* [bitnami/valkey] Check is auth.enabled before auth.usePasswordFiles ([#32157](https://github.com/bitnami/charts/pull/32157))
* [bitnami]/valkey update _helpers.tpl to be in line with Valkey-Cluster. ([#32203](https://github.com/bitnami/charts/pull/32203))

## <small>2.4.1 (2025-02-27)</small>

* [bitnami/valkey] Check is auth.enabled before auth.usePasswordFiles (#32157) ([a3059b7](https://github.com/bitnami/charts/commit/a3059b7e78e7eca71778cf1a0c591b6f8d2314f9)), closes [#32157](https://github.com/bitnami/charts/issues/32157)

## 2.4.0 (2025-02-24)

Expand Down
2 changes: 1 addition & 1 deletion bitnami/valkey/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ maintainers:
name: valkey
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
version: 2.4.1
version: 2.4.2
2 changes: 1 addition & 1 deletion bitnami/valkey/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Return the secret containing Valkey TLS certificates
*/}}
{{- define "valkey.tlsSecretName" -}}
{{- if .Values.tls.existingSecret -}}
{{- print .Values.tls.existingSecret -}}
{{- printf "%s" (tpl .Values.tls.existingSecret $) -}}
{{- else -}}
{{- printf "%s-crt" (include "common.names.fullname" .) -}}
{{- end -}}
Expand Down

0 comments on commit 5619378

Please sign in to comment.