File tree 5 files changed +16
-12
lines changed
5 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 2.4.5 (2025-03-06 )
3
+ ## 2.4.6 (2025-03-10 )
4
4
5
- * [ bitnami/valkey] : add apiVersion and kind to sentinel statefulset ([ #32356 ] ( https://github.com/bitnami/charts/pull/32356 ) )
5
+ * [ bitnami/valkey] Fix issue when using custom password secret key ([ #32375 ] ( https://github.com/bitnami/charts/pull/32375 ) )
6
+
7
+ ## <small >2.4.5 (2025-03-10)</small >
8
+
9
+ * [ bitnami/valkey] : add apiVersion and kind to sentinel statefulset (#32356 ) ([ 8c1620e] ( https://github.com/bitnami/charts/commit/8c1620e5cc40471808b0099a41d44fe7b1141f65 ) ), closes [ #32356 ] ( https://github.com/bitnami/charts/issues/32356 )
6
10
7
11
## <small >2.4.4 (2025-03-05)</small >
8
12
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ maintainers:
37
37
name : valkey
38
38
sources :
39
39
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
40
- version : 2.4.5
40
+ version : 2.4.6
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ spec:
180
180
{{- if .Values.auth.enabled }}
181
181
{{- if .Values.auth.usePasswordFiles }}
182
182
- name : VALKEY_PASSWORD_FILE
183
- value : {{ printf "/opt/bitnami/valkey/secrets/%s" (include " valkey.secretPasswordKey" .) }}
183
+ value : " /opt/bitnami/valkey/secrets/valkey-password "
184
184
{{- else }}
185
185
- name : VALKEY_PASSWORD
186
186
valueFrom :
@@ -338,7 +338,7 @@ spec:
338
338
value : default
339
339
{{- if .Values.auth.usePasswordFiles }}
340
340
- name : REDIS_PASSWORD_FILE
341
- value : {{ printf "/secrets/%s" (include " valkey.secretPasswordKey" .) }}
341
+ value : " /secrets/valkey-password "
342
342
{{- else }}
343
343
- name : REDIS_PASSWORD
344
344
valueFrom :
Original file line number Diff line number Diff line change @@ -194,9 +194,9 @@ spec:
194
194
{{- if .Values.auth.enabled }}
195
195
{{- if .Values.auth.usePasswordFiles }}
196
196
- name : VALKEY_PASSWORD_FILE
197
- value : {{ printf "/opt/bitnami/valkey/secrets/%s" (include " valkey.secretPasswordKey" .) }}
197
+ value : " /opt/bitnami/valkey/secrets/valkey-password "
198
198
- name : VALKEY_PRIMARY_PASSWORD_FILE
199
- value : {{ printf "/opt/bitnami/valkey/secrets/%s" (include " valkey.secretPasswordKey" .) }}
199
+ value : " /opt/bitnami/valkey/secrets/valkey-password "
200
200
{{- else }}
201
201
- name : VALKEY_PASSWORD
202
202
valueFrom :
@@ -358,7 +358,7 @@ spec:
358
358
value : default
359
359
{{- if .Values.auth.usePasswordFiles }}
360
360
- name : REDIS_PASSWORD_FILE
361
- value : {{ printf "/secrets/%s" (include " valkey.secretPasswordKey" .) }}
361
+ value : " /secrets/valkey-password "
362
362
{{- else }}
363
363
- name : REDIS_PASSWORD
364
364
valueFrom :
Original file line number Diff line number Diff line change @@ -186,9 +186,9 @@ spec:
186
186
{{- if .Values.auth.enabled }}
187
187
{{- if .Values.auth.usePasswordFiles }}
188
188
- name : VALKEY_PASSWORD_FILE
189
- value : {{ printf "/opt/bitnami/valkey/secrets/%s" (include " valkey.secretPasswordKey" .) }}
189
+ value : " /opt/bitnami/valkey/secrets/valkey-password "
190
190
- name : VALKEY_PRIMARY_PASSWORD_FILE
191
- value : {{ printf "/opt/bitnami/valkey/secrets/%s" (include " valkey.secretPasswordKey" .) }}
191
+ value : " /opt/bitnami/valkey/secrets/valkey-password "
192
192
{{- else }}
193
193
- name : VALKEY_PASSWORD
194
194
valueFrom :
@@ -392,7 +392,7 @@ spec:
392
392
{{- if .Values.auth.enabled }}
393
393
{{- if .Values.auth.usePasswordFiles }}
394
394
- name : VALKEY_PASSWORD_FILE
395
- value : {{ printf "/opt/bitnami/valkey/secrets/%s" (include " valkey.secretPasswordKey" .) }}
395
+ value : " /opt/bitnami/valkey/secrets/valkey-password "
396
396
{{- else }}
397
397
- name : VALKEY_PASSWORD
398
398
valueFrom :
@@ -564,7 +564,7 @@ spec:
564
564
value : default
565
565
{{- if .Values.auth.usePasswordFiles }}
566
566
- name : REDIS_PASSWORD_FILE
567
- value : {{ printf "/secrets/%s" (include " valkey.secretPasswordKey" .) }}
567
+ value : " /secrets/valkey-password "
568
568
{{- else }}
569
569
- name : REDIS_PASSWORD
570
570
valueFrom :
You can’t perform that action at this time.
0 commit comments