-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathChart.yaml
More file actions
32 lines (32 loc) · 980 Bytes
/
Chart.yaml
File metadata and controls
32 lines (32 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
apiVersion: v2
name: rag
description: |
This helm chart deploys a front- and backend microservice. Together, those components
form rag. rag is an application, where you can upload your own documents and
ask question about their content and the rag will answer them.
type: application
version: 1.0.0
appVersion: "1.0.0"
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: "1.5.7"
condition: features.langfuse.enabled
- name: qdrant
version: 1.15.5
repository: "https://qdrant.github.io/qdrant-helm"
condition: features.qdrant.enabled
- name: minio
repository: https://charts.bitnami.com/bitnami
version: "15.0.7"
condition: features.minio.enabled
- name: keydb
alias: keydb
repository: https://enapter.github.io/charts/
version: "0.48.0"
condition: features.keydb.enabled
- name: ollama
alias: ollama
version: 1.32.0
repository: https://otwld.github.io/ollama-helm/
condition: features.ollama.enabled