Skip to content

Commit

Permalink
Fix typo in helm charts (#4419)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Fix typo in helm chart

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
hrchu authored Jan 9, 2025
1 parent 7bebf4b commit b6c71c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
RAGFLOW_IMAGE: infiniflow/ragflow:v0.15.1-slim
#
# To download the RAGFlow Docker image with embedding models, uncomment the following line instead:
# RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1
# RAGFLOW_IMAGE: infiniflow/ragflow:v0.15.1
#
# The Docker image of the v0.15.1 edition includes:
# - Built-in embedding models:
Expand Down

0 comments on commit b6c71c1

Please sign in to comment.