Skip to content

Commit 146b35c

Browse files
committed
chore(valkey): use valkey replace redis
1 parent 8dc8fda commit 146b35c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

charts/workflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- name: gateway
2020
repository: {{repository}}
2121
version: x.x.x
22-
- name: redis
22+
- name: valkey
2323
repository: {{repository}}
2424
version: x.x.x
2525
- name: logger

charts/workflow/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ global:
3434
# - off-cluster: Run PostgreSQL outside the Kubernetes cluster
3535
timeseriesLocation: "on-cluster"
3636

37-
# Set the location of Workflow's Redis instance
37+
# Set the location of Workflow's Valkey instance
3838
#
3939
# Valid values are:
40-
# - on-cluster: Run Redis within the Kubernetes cluster
41-
# - off-cluster: Run Redis outside the Kubernetes cluster (configure in redis section)
42-
redisLocation: "on-cluster"
40+
# - on-cluster: Run Valkey within the Kubernetes cluster
41+
# - off-cluster: Run Valkey outside the Kubernetes cluster (configure in valkey section)
42+
valkeyLocation: "on-cluster"
4343
# Set the location of Workflow's rabbitmq instance
4444
# Valid values are:
4545
# - on-cluster: Run Rabbitmq within the Kubernetes cluster
@@ -230,11 +230,11 @@ timeseries:
230230
## If the PV uses a different storage class, specify that here.
231231
storageClass: ""
232232

233-
redis:
234-
# The addrs parameters are configured only when using an off-cluster Redis instance
233+
valkey:
234+
# The addrs parameters are configured only when using an off-cluster Valkey instance
235235
addrs: "" # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
236-
password: "redis password" # "" == no password
237-
# The following parameters are configured only when using an on-cluster Redis instance
236+
password: "valkey password" # "" == no password
237+
# The following parameters are configured only when using an on-cluster Valkey instance
238238
replicas: 1
239239
persistence:
240240
enabled: false # Set to true to enable persistence

0 commit comments

Comments
 (0)