Skip to content

Commit

Permalink
[bitnami/valkey] Check is auth.enabled before auth.usePasswordFiles (#…
Browse files Browse the repository at this point in the history
…32157)

* [bitnami/valkey] Check is auth.enabled before auth.usePasswordFiles

Signed-off-by: Yevhen Kolomeiko <[email protected]>

* [bitnami/valkey] Bump chart version

Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update CHANGELOG.md

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

* Update CHANGELOG.md

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

* Update bitnami/valkey/templates/primary/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/primary/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/primary/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/primary/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/primary/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/sentinel/statefulset.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/primary/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/sentinel/statefulset.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/sentinel/statefulset.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/sentinel/statefulset.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/sentinel/statefulset.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/replicas/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/replicas/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/sentinel/statefulset.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/replicas/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/replicas/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/replicas/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/replicas/application.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/sentinel/statefulset.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update bitnami/valkey/templates/sentinel/statefulset.yaml

Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>

* Update CHANGELOG.md

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

---------

Signed-off-by: Yevhen Kolomeiko <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Yevhen Kolomeiko <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Co-authored-by: Fran Mulero <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2025
1 parent e4af5c8 commit a3059b7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 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.0 (2025-02-21)
## 2.4.1 (2025-02-27)

* [bitnami/valkey] Set `usePasswordFiles=true` by default ([#32121](https://github.com/bitnami/charts/pull/32121))
* [bitnami/valkey] Check is auth.enabled before auth.usePasswordFiles ([#32157](https://github.com/bitnami/charts/pull/32157))

## 2.4.0 (2025-02-24)

* [bitnami/valkey] Set `usePasswordFiles=true` by default (#32121) ([9c8e329](https://github.com/bitnami/charts/commit/9c8e32945c31ba7ac0d74f70c928fb598cae761b)), closes [#32121](https://github.com/bitnami/charts/issues/32121)

## 2.3.0 (2025-02-20)

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.0
version: 2.4.1
6 changes: 3 additions & 3 deletions bitnami/valkey/templates/primary/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ spec:
mountPath: /opt/bitnami/scripts/start-scripts
- name: health
mountPath: /health
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
mountPath: /opt/bitnami/valkey/secrets/
{{- end }}
Expand Down Expand Up @@ -398,7 +398,7 @@ spec:
- name: empty-dir
mountPath: /tmp
subPath: app-tmp-dir
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
mountPath: /secrets/
{{- end }}
Expand All @@ -423,7 +423,7 @@ spec:
configMap:
name: {{ printf "%s-health" (include "common.names.fullname" .) }}
defaultMode: 0755
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
{{ if .Values.auth.usePasswordFileFromSecret }}
secret:
Expand Down
6 changes: 3 additions & 3 deletions bitnami/valkey/templates/replicas/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ spec:
mountPath: /opt/bitnami/scripts/start-scripts
- name: health
mountPath: /health
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
mountPath: /opt/bitnami/valkey/secrets/
{{- end }}
Expand Down Expand Up @@ -418,7 +418,7 @@ spec:
- name: empty-dir
mountPath: /tmp
subPath: tmp-dir
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
mountPath: /secrets/
{{- end }}
Expand All @@ -443,7 +443,7 @@ spec:
configMap:
name: {{ printf "%s-health" (include "common.names.fullname" .) }}
defaultMode: 0755
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
{{ if .Values.auth.usePasswordFileFromSecret }}
secret:
Expand Down
8 changes: 4 additions & 4 deletions bitnami/valkey/templates/sentinel/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ spec:
mountPath: /health
- name: sentinel-data
mountPath: /opt/bitnami/valkey-sentinel/etc
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
mountPath: /opt/bitnami/valkey/secrets/
{{- end }}
Expand Down Expand Up @@ -511,7 +511,7 @@ spec:
{{- end }}
- name: sentinel-data
mountPath: /opt/bitnami/valkey-sentinel/etc
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
mountPath: /opt/bitnami/valkey/secrets/
{{- end }}
Expand Down Expand Up @@ -624,7 +624,7 @@ spec:
- name: empty-dir
mountPath: /tmp
subPath: tmp-dir
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
mountPath: /secrets/
{{- end }}
Expand Down Expand Up @@ -674,7 +674,7 @@ spec:
name: {{ printf "%s-kubectl-scripts" (include "common.names.fullname" .) }}
defaultMode: 0755
{{- end }}
{{- if .Values.auth.usePasswordFiles }}
{{- if and .Values.auth.enabled .Values.auth.usePasswordFiles }}
- name: valkey-password
{{ if .Values.auth.usePasswordFileFromSecret }}
secret:
Expand Down

0 comments on commit a3059b7

Please sign in to comment.