From 8ceb618c8094b2ff6bb6d4f6c52b6ac83fb9c81c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 1 Feb 2026 13:05:43 +0100 Subject: [PATCH] chore(common): move redisclientimage define to valkey client image define --- 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 5252e072827..427db7159a7 100644 --- a/charts/library/common/templates/lib/dependencies/_dbWait.tpl +++ b/charts/library/common/templates/lib/dependencies/_dbWait.tpl @@ -82,7 +82,7 @@ {{- define "tc.v1.common.lib.deps.wait.redis" -}} enabled: true type: system -imageSelector: redisClientImage +imageSelector: valkeyClientImage securityContext: runAsUser: 568 runAsGroup: 568