fix: Downgrade Valkey from 9.0.2 to 8.1.5
Some checks failed
BotServer CI / build (push) Has been cancelled

- Use valkey-8.1.5-noble-x86_64.tar.gz instead of 9.0.2-jammy
- More stable version for production use

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Rodrigo Rodriguez 2026-02-15 00:54:25 +00:00
parent 278b92d5fa
commit 0e1013e4ca

View file

@ -39,8 +39,8 @@ sha256 = ""
[components.cache]
name = "Valkey Cache (Redis-compatible)"
# Precompiled binary from download.valkey.io
url = "https://download.valkey.io/releases/valkey-9.0.2-jammy-x86_64.tar.gz"
filename = "valkey-9.0.2-jammy-x86_64.tar.gz"
url = "https://download.valkey.io/releases/valkey-8.1.5-noble-x86_64.tar.gz"
filename = "valkey-8.1.5-noble-x86_64.tar.gz"
sha256 = ""
[components.llm]