Skip to content

Commit 307ac8c

Browse files
authored
chore: update qdrant version to 1.15.4 in Chart.yaml and values.yaml (#92)
This pull request updates the Qdrant dependency in the RAG infrastructure to the latest version, ensuring compatibility and access to recent features and fixes. Dependency version updates: * Updated the Qdrant Helm chart version from `1.12.6` to `1.15.4` in `Chart.yaml` to use the latest stable release. * Updated the Qdrant Docker image tag from `v1.14.1` to `v1.15.4` in `values.yaml` for consistency with the Helm chart version.
1 parent b9036c8 commit 307ac8c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/rag/Chart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
version: 0.12.1
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
7-
version: 1.15.3
7+
version: 1.15.4
88
- name: minio
99
repository: https://charts.bitnami.com/bitnami
1010
version: 15.0.7

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.15.3
16+
version: 1.15.4
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
@@ -576,4 +576,4 @@ ollama:
576576

577577
qdrant:
578578
image:
579-
tag: v1.14.1
579+
tag: v1.15.4

0 commit comments

Comments
 (0)