mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-06 19:38:36 +08:00
Follow-up from #13896 Fixes #13840 ### What problem does this PR solve? In #13896, only the docker-compose-base.yml was adjusted. However, in the Helm chart, the unmaintained minio/minio image is still referenced. This PR syncs the Helm chart with the docker compose setup again. I also added a line to AGENTS.md, so agents should know to do this automatically in the future. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [x] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe): Co-authored-by: Zhichang Yu <yuzhichang@gmail.com>