From 09eb9dbd2188c1b8470af915989f32b56ba3bcd4 Mon Sep 17 00:00:00 2001 From: Carlo Beltrame Date: Mon, 6 Jul 2026 04:32:19 +0200 Subject: [PATCH] Switch the default minio image in the helm chart as well (#16322) 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 --- docs/faq.mdx | 4 ++-- helm/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faq.mdx b/docs/faq.mdx index 27ab02916..b3e3715f8 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -395,7 +395,7 @@ tail -f ragflow/docker/ragflow-logs/*.log 5bc45806b680 infiniflow/ragflow:latest "./entrypoint.sh" 11 hours ago Up 11 hours 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:9380->9380/tcp, :::9380->9380/tcp docker-ragflow-cpu-1 91220e3285dd docker.elastic.co/elasticsearch/elasticsearch:8.11.3 "/bin/tini -- /usr/l…" 11 hours ago Up 11 hours (healthy) 9300/tcp, 0.0.0.0:9200->9200/tcp, :::9200->9200/tcp ragflow-es-01 d8c86f06c56b mysql:5.7.18 "docker-entrypoint.s…" 7 days ago Up 16 seconds (healthy) 0.0.0.0:3306->3306/tcp, :::3306->3306/tcp ragflow-mysql - cd29bcb254bc quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z "/usr/bin/docker-ent…" 2 weeks ago Up 11 hours 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp ragflow-minio + cd29bcb254bc pgsty/minio:RELEASE.2026-03-25T00-00-00Z "/usr/bin/docker-ent…" 2 weeks ago Up 11 hours 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp ragflow-minio ``` 2. Follow [this document](./guides/run_health_check.md) to check the health status of the Elasticsearch service. @@ -470,7 +470,7 @@ Yes, we do. See the Python files under the **rag/app** folder. *The status of a healthy Elasticsearch component should look as follows:* ```bash - cd29bcb254bc quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z "/usr/bin/docker-ent…" 2 weeks ago Up 11 hours 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp ragflow-minio + cd29bcb254bc pgsty/minio:RELEASE.2026-03-25T00-00-00Z "/usr/bin/docker-ent…" 2 weeks ago Up 11 hours 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp ragflow-minio ``` 2. Follow [this document](./guides/run_health_check.md) to check the health status of the Elasticsearch service. diff --git a/helm/values.yaml b/helm/values.yaml index dc958d54b..53d23768b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -193,8 +193,8 @@ opensearch: minio: enabled: true image: - repository: quay.io/minio/minio - tag: RELEASE.2023-12-20T01-00-02Z + repository: pgsty/minio + tag: RELEASE.2026-03-25T00-00-00Z pullPolicy: IfNotPresent pullSecrets: [] storage: