petertc commited on
Commit
c62182e
·
1 Parent(s): 799f66f

Fix typo in helm charts (#4419)

Browse files

### What problem does this PR solve?

Fix typo in helm chart

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Files changed (1) hide show
  1. helm/values.yaml +1 -1
helm/values.yaml CHANGED
@@ -31,7 +31,7 @@ env:
31
  RAGFLOW_IMAGE: infiniflow/ragflow:v0.15.1-slim
32
  #
33
  # To download the RAGFlow Docker image with embedding models, uncomment the following line instead:
34
- # RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1
35
  #
36
  # The Docker image of the v0.15.1 edition includes:
37
  # - Built-in embedding models:
 
31
  RAGFLOW_IMAGE: infiniflow/ragflow:v0.15.1-slim
32
  #
33
  # To download the RAGFlow Docker image with embedding models, uncomment the following line instead:
34
+ # RAGFLOW_IMAGE: infiniflow/ragflow:v0.15.1
35
  #
36
  # The Docker image of the v0.15.1 edition includes:
37
  # - Built-in embedding models: