fix: Downgrade Valkey from 9.0.2 to 8.1.5
Some checks failed
BotServer CI / build (push) Has been cancelled
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:
parent
278b92d5fa
commit
0e1013e4ca
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ sha256 = ""
|
||||||
[components.cache]
|
[components.cache]
|
||||||
name = "Valkey Cache (Redis-compatible)"
|
name = "Valkey Cache (Redis-compatible)"
|
||||||
# Precompiled binary from download.valkey.io
|
# Precompiled binary from download.valkey.io
|
||||||
url = "https://download.valkey.io/releases/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-9.0.2-jammy-x86_64.tar.gz"
|
filename = "valkey-8.1.5-noble-x86_64.tar.gz"
|
||||||
sha256 = ""
|
sha256 = ""
|
||||||
|
|
||||||
[components.llm]
|
[components.llm]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue