Skip to content

Commit 77d8b6e

Browse files
authored
Merge pull request #62 from sauagarwa/main
added-missing-global-values
2 parents 6919e02 + 1e5571e commit 77d8b6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/all/rag-llm/values.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@ global:
55
db:
66
index: docs
77
type: EDB
8-
# Add for model ID
98
model:
10-
modelId: ibm-granite/granite-3.1-8b-instruct
9+
modelId: ibm-granite/granite-3.1-8b-instruct
1110
llmui:
1211
namespace: "rag-llm"
1312

1413

1514
replicaCount: 1
1615

1716
image:
18-
repository: 'quay.io/ecosystem-appeng/rag-llm-ui'
17+
repository: 'quay.io/ecosystem-appeng/rag-llm-ui'
1918
pullPolicy: IfNotPresent
2019
# Overrides the image tag whose default is the chart appVersion.
2120
tag: "1.0"

0 commit comments

Comments
 (0)