This PR updates the Redis→Valkey migration to use the requested Valkey
chart version `0.0.2`.
All previously migrated stable charts now reference `valkey` at `0.0.2`,
with chart versions incremented accordingly.
- **Dependency version update**
- Updated stable chart dependencies from:
- `name: valkey`
- `version: 0.0.1`
- to:
- `name: valkey`
- `version: 0.0.2`
- **Chart metadata alignment**
- Bumped `Chart.yaml` patch version for each modified chart to keep
chart versioning consistent with dependency changes.
- **Compatibility preserved**
- Kept existing dependency wiring unchanged (`condition: redis.enabled`,
`alias: redis`) so chart values and toggles continue to resolve through
the same key path.
```yaml
dependencies:
- name: valkey
version: 0.0.2
repository: oci://oci.trueforge.org/truecharts
condition: redis.enabled
alias: redis
```
<!-- START COPILOT CODING AGENT TIPS -->
---
💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.
---------
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: PrivatePuffin <7613738+PrivatePuffin@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>