Skip to content

Commit 5beca26

Browse files
committed
added-missing-global-values
1 parent d80c6d8 commit 5beca26

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
global:
33
localClusterDomain: example.com
44
hubClusterDomain: example.com
5+
db:
6+
index: docs
7+
type: EDB
8+
model:
9+
modelId: ibm-granite/granite-3.1-8b-instruct
510
llmui:
611
namespace: "rag-llm"
712

813

914
replicaCount: 1
1015

1116
image:
12-
repository: 'quay.io/ecosystem-appeng/gradio-tgi-multi-model-rag'
17+
repository: 'quay.io/ecosystem-appeng/rag-llm-ui'
1318
pullPolicy: IfNotPresent
1419
# Overrides the image tag whose default is the chart appVersion.
15-
tag: "0.3.0"
20+
tag: "1.0"
1621

1722
imagePullSecrets: []
1823
nameOverride: ""

0 commit comments

Comments
 (0)