diff --git a/clusters/cl01tl/helm/blocky/Chart.lock b/clusters/cl01tl/helm/blocky/Chart.lock index d63abf165..0b68fa629 100644 --- a/clusters/cl01tl/helm/blocky/Chart.lock +++ b/clusters/cl01tl/helm/blocky/Chart.lock @@ -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" diff --git a/clusters/cl01tl/helm/blocky/Chart.yaml b/clusters/cl01tl/helm/blocky/Chart.yaml index 9a30f2184..e6edb73bd 100644 --- a/clusters/cl01tl/helm/blocky/Chart.yaml +++ b/clusters/cl01tl/helm/blocky/Chart.yaml @@ -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 diff --git a/clusters/cl01tl/helm/blocky/values.yaml b/clusters/cl01tl/helm/blocky/values.yaml index eb1f27b26..6030e23c7 100644 --- a/clusters/cl01tl/helm/blocky/values.yaml +++ b/clusters/cl01tl/helm/blocky/values.yaml @@ -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