Skip to content

Commit 2bfe7d9

Browse files
committed
added-missing-global-values
1 parent d80c6d8 commit 2bfe7d9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

charts/all/rag-llm/templates/external-secret.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apiVersion: "external-secrets.io/v1beta1"
33
kind: ExternalSecret
44
metadata:
55
name: huggingface-secret
6-
namespace: rag-llm
76
spec:
87
refreshInterval: 15s
98
secretStoreRef:

charts/all/rag-llm/values.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22
global:
33
localClusterDomain: example.com
44
hubClusterDomain: example.com
5+
db:
6+
index: docs
7+
type: EDB
8+
# Add for model ID
9+
model:
10+
modelId: ibm-granite/granite-3.1-8b-instruct
511
llmui:
612
namespace: "rag-llm"
713

814

915
replicaCount: 1
1016

1117
image:
12-
repository: 'quay.io/ecosystem-appeng/gradio-tgi-multi-model-rag'
18+
repository: 'quay.io/ecosystem-appeng/rag-llm-ui'
1319
pullPolicy: IfNotPresent
1420
# Overrides the image tag whose default is the chart appVersion.
15-
tag: "0.3.0"
21+
tag: "1.0"
1622

1723
imagePullSecrets: []
1824
nameOverride: ""

0 commit comments

Comments
 (0)