Skip to content

Commit 97b5c37

Browse files
committed
fix: update qdrant version to 1.14.2 in Chart.yaml and values.yaml
1 parent 5d453c5 commit 97b5c37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/rag/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
version: "0.12.1"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
16-
version: 1.12.6
16+
version: 1.14.2
1717
repository: "https://qdrant.github.io/qdrant-helm"
1818
condition: features.qdrant.enabled
1919
- name: minio

infrastructure/rag/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,4 @@ ollama:
555555

556556
qdrant:
557557
image:
558-
tag: v1.14.1
558+
tag: v1.14.2

0 commit comments

Comments
 (0)