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