diff --git a/docs/faq.mdx b/docs/faq.mdx index 27ab029167..b3e3715f89 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 dc958d54b0..53d23768be 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: