ragflow/helm/templates
Gifford Nowland 31718581b5
Fix: helm template redis (#7563)
### What problem does this PR solve?

Fixes bug & regression introduced by [PR #7187 - refactor: Update Redis
configuration to use StatefulSet instead of deployment with
pvc](https://github.com/infiniflow/ragflow/pull/7187):

1. Fixes bug #7403 - `redis.persistence.enabled` missing from
`helm/values.yaml` causes helm error:

[ERROR] templates/: template: ragflow/templates/redis.yaml:55:24:
executing "ragflow/templates/redis.yaml" at
<.Values.redis.persistence.enabled>: nil pointer evaluating interface
{}.enabled

2. Fixes regression: reverts hardcoded redis.storage.capacity value back
to using variable `redis.storage.capacity` from `helm/values.yaml`.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
2025-05-09 19:04:50 +08:00
..
tests Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
_helpers.tpl Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
elasticsearch-config.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
elasticsearch.yaml Changed elasticsearch image url (#4897) 2025-02-12 12:38:13 +08:00
env.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
infinity.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
ingress.yaml Fix Helm Ingress template (#7018) 2025-04-15 09:19:37 +08:00
minio.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
mysql-config.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
mysql.yaml Disable SQL DB binlog in Helm chart (#3976) 2024-12-11 11:10:33 +08:00
ragflow.yaml Add separate API service resource to Helm chart (#5572) 2025-03-04 11:35:43 +08:00
ragflow_config.yaml Add Helm chart deployment method (#3815) 2024-12-03 14:48:36 +08:00
redis.yaml Fix: helm template redis (#7563) 2025-05-09 19:04:50 +08:00