From f3b8a59133f6f84ea908421ff2dd1840fc8e03bf Mon Sep 17 00:00:00 2001 From: Jatin Goyal Date: Sun, 13 Oct 2024 21:59:00 +0530 Subject: [PATCH] Use valkey for redis image in deploy template --- lib/kamal/cli/templates/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/cli/templates/deploy.yml b/lib/kamal/cli/templates/deploy.yml index cff7f0624..fc44b6b93 100644 --- a/lib/kamal/cli/templates/deploy.yml +++ b/lib/kamal/cli/templates/deploy.yml @@ -91,7 +91,7 @@ builder: # directories: # - data:/var/lib/mysql # redis: -# image: redis:7.0 +# image: valkey/valkey:8 # host: 192.168.0.2 # port: 6379 # directories: