From ab001ce8f5c8ab51ba3717f5bffe07aca313f788 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 27 Nov 2025 15:43:34 +0100 Subject: [PATCH] fix(common): redid-cli -> valkey-cli Signed-off-by: Kjeld Schouten --- charts/library/common/templates/lib/dependencies/_dbWait.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/library/common/templates/lib/dependencies/_dbWait.tpl b/charts/library/common/templates/lib/dependencies/_dbWait.tpl index e287c4eab85..5252e072827 100644 --- a/charts/library/common/templates/lib/dependencies/_dbWait.tpl +++ b/charts/library/common/templates/lib/dependencies/_dbWait.tpl @@ -124,7 +124,7 @@ command: do response=$( timeout -s 3 2 \ - redis-cli \ + valkey-cli \ -h "$REDIS_HOST" \ -p "$REDIS_PORT" \ ping