From 55c55363a80c3e60e4a44da6370b87ce2be1fd98 Mon Sep 17 00:00:00 2001 From: Ylber Gashi <58399076+ylber-gashi@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:38:52 +0100 Subject: [PATCH] Bump Valkey chart dependency to 5.1.0 (#288) --- hosting/kubernetes/chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosting/kubernetes/chart/Chart.yaml b/hosting/kubernetes/chart/Chart.yaml index 138f807d..96779415 100644 --- a/hosting/kubernetes/chart/Chart.yaml +++ b/hosting/kubernetes/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: colanode description: A Helm chart for Colanode - open-source & local-first collaboration workspace type: application -version: 0.2.1 +version: 0.2.2 # appVersion is auto-updated by the release workflow appVersion: '1.0.0' @@ -12,7 +12,7 @@ dependencies: repository: 'https://charts.bitnami.com/bitnami' condition: postgresql.enabled - name: valkey - version: '3.0.4' + version: '5.1.0' repository: 'https://charts.bitnami.com/bitnami' alias: redis condition: redis.enabled