fix(valkey): dont set valkey replication mode

This commit is contained in:
Kjeld Schouten
2026-02-15 21:00:12 +01:00
parent 27bc86c527
commit cdfdc63192
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/valkey
- https://hub.docker.com/r/bitnamisecure/valkey
type: application
version: 0.0.5
version: 0.0.6
+1 -1
View File
@@ -14,7 +14,7 @@ workload:
main:
env:
# DEVNOTE: Bitnami Valkey keeps VALKEY_* env variable names for compatibility.
VALKEY_REPLICATION_MODE: master
# VALKEY_REPLICATION_MODE: master
ALLOW_EMPTY_PASSWORD: '{{ ternary "yes" "no" (empty .Values.password) }}'
VALKEY_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
VALKEY_PASSWORD: "{{ .Values.password }}"