feat: migrated to valkey
This commit is contained in:
@@ -2,8 +2,8 @@ dependencies:
|
||||
- name: app-template
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
version: 4.6.2
|
||||
- name: redis-replication
|
||||
- name: valkey
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 1.1.0
|
||||
digest: sha256:27a4d0d6fc6622d47686fbf1dcae41c5f7e72157b0fa35abb11b375ab91f949f
|
||||
generated: "2026-03-04T00:37:53.921436029Z"
|
||||
version: 0.2.0
|
||||
digest: sha256:d06da5ac3ff75fc30a850395fbba94fc10b7199822a1420d2313475832d710a6
|
||||
generated: "2026-03-05T22:37:26.897782-06:00"
|
||||
|
||||
@@ -17,8 +17,9 @@ dependencies:
|
||||
alias: blocky
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
version: 4.6.2
|
||||
- name: redis-replication
|
||||
version: 1.1.0
|
||||
- name: valkey
|
||||
alias: valkey
|
||||
version: 0.2.0
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/blocky.png
|
||||
# renovate: datasource=github-releases depName=0xerr0r/blocky
|
||||
|
||||
@@ -253,7 +253,7 @@ blocky:
|
||||
cacheTimeNegative: 30m
|
||||
|
||||
redis:
|
||||
address: redis-replication-blocky-master.blocky:6379
|
||||
address: blocky-valkey.blocky:6379
|
||||
required: true
|
||||
|
||||
prometheus:
|
||||
@@ -326,6 +326,6 @@ blocky:
|
||||
readOnly: true
|
||||
mountPropagation: None
|
||||
subPath: config.yml
|
||||
redis-replication:
|
||||
redisReplication:
|
||||
clusterSize: 1
|
||||
valkey:
|
||||
replica:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user