Skip to content

Commit 6c58783

Browse files
committed
Update value overrides to match RAGFlow v0.21.1 chart
1 parent 27e5168 commit 6c58783

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

helm-azimuth/values.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ zenithClient:
77
skipAuth: false
88

99

10-
# RAGflow values
10+
# Config overrides for the underlying RAGFlow chart
1111
ragflow:
12+
# RAGFlow container config
13+
ragflow:
14+
image:
15+
# Use a non-slim image which includes embedding models
16+
# NOTE(scott): Maybe we can remove this once we are using
17+
# the HU-hosted embedding and reranking models in RAGFlow?
18+
tag: v0.21.1
19+
# Elasticsearch seems more stable than other options for now
1220
env:
13-
RAGFLOW_IMAGE: infiniflow/ragflow:v0.19.1
1421
DOC_ENGINE: elasticsearch
1522

23+
# Clean up redis volumes when Azimuth app is uninstalled
1624
redis:
1725
persistence:
1826
retentionPolicy:

0 commit comments

Comments
 (0)