🐳 Migrate from Redis to Valkey (#6666)

This commit is contained in:
David Barragán Merino 2025-06-10 10:08:10 +02:00 committed by GitHub
parent 5faa619bc4
commit b385f055e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 13 deletions

View file

@ -72,7 +72,7 @@ argument to helm install. For example,
```bash
helm install my-release \
--set global.postgresqlEnabled=true \
--set global.redisEnabled=true \
--set global.valkeyEnabled=true \
--set persistence.assets.enabled=true \
penpot/penpot
```