From 97b5c37261dd3638204cce586cf6c67bbdaa76ce Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Wed, 3 Sep 2025 15:07:43 +0200 Subject: [PATCH 1/3] fix: update qdrant version to 1.14.2 in Chart.yaml and values.yaml --- infrastructure/rag/Chart.yaml | 2 +- infrastructure/rag/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/rag/Chart.yaml b/infrastructure/rag/Chart.yaml index 138164d1..63f06acd 100644 --- a/infrastructure/rag/Chart.yaml +++ b/infrastructure/rag/Chart.yaml @@ -13,7 +13,7 @@ dependencies: version: "0.12.1" condition: features.langfuse.enabled - name: qdrant - version: 1.12.6 + version: 1.14.2 repository: "https://qdrant.github.io/qdrant-helm" condition: features.qdrant.enabled - name: minio diff --git a/infrastructure/rag/values.yaml b/infrastructure/rag/values.yaml index ac0e0160..7e9f1e87 100644 --- a/infrastructure/rag/values.yaml +++ b/infrastructure/rag/values.yaml @@ -555,4 +555,4 @@ ollama: qdrant: image: - tag: v1.14.1 + tag: v1.14.2 From ffce7f184fad9306785867262a6a44e5bb465fb9 Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Wed, 24 Sep 2025 08:50:29 +0200 Subject: [PATCH 2/3] fix: update qdrant version to 1.14.2 in Chart.lock --- infrastructure/rag/Chart.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/rag/Chart.lock b/infrastructure/rag/Chart.lock index 8cf43546..b5494e72 100644 --- a/infrastructure/rag/Chart.lock +++ b/infrastructure/rag/Chart.lock @@ -4,7 +4,7 @@ dependencies: version: 0.12.1 - name: qdrant repository: https://qdrant.github.io/qdrant-helm - version: 1.12.6 + version: 1.14.2 - name: minio repository: https://charts.bitnami.com/bitnami version: 15.0.3 From f33df475eeec10470ea003b3638cc64328e15953 Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Wed, 24 Sep 2025 09:28:12 +0200 Subject: [PATCH 3/3] fix: update qdrant version to 1.15.4 in Chart.lock, Chart.yaml, and values.yaml --- infrastructure/rag/Chart.lock | 6 +++--- infrastructure/rag/Chart.yaml | 2 +- infrastructure/rag/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/rag/Chart.lock b/infrastructure/rag/Chart.lock index b5494e72..7eb21903 100644 --- a/infrastructure/rag/Chart.lock +++ b/infrastructure/rag/Chart.lock @@ -4,7 +4,7 @@ dependencies: version: 0.12.1 - name: qdrant repository: https://qdrant.github.io/qdrant-helm - version: 1.14.2 + version: 1.15.4 - name: minio repository: https://charts.bitnami.com/bitnami version: 15.0.3 @@ -14,5 +14,5 @@ dependencies: - name: ollama repository: https://otwld.github.io/ollama-helm/ version: 1.1.0 -digest: sha256:9c99676d554fe68802c434b3daac2d50778e38d2793d10b84d1f4d6d78f99726 -generated: "2025-07-02T12:36:38.510315+02:00" +digest: sha256:5332f282c85a863009068f6554ff10134929b1134b1b655afb52cf5b7951b52d +generated: "2025-09-24T09:18:47.34553+02:00" diff --git a/infrastructure/rag/Chart.yaml b/infrastructure/rag/Chart.yaml index 63f06acd..50c41820 100644 --- a/infrastructure/rag/Chart.yaml +++ b/infrastructure/rag/Chart.yaml @@ -13,7 +13,7 @@ dependencies: version: "0.12.1" condition: features.langfuse.enabled - name: qdrant - version: 1.14.2 + version: 1.15.4 repository: "https://qdrant.github.io/qdrant-helm" condition: features.qdrant.enabled - name: minio diff --git a/infrastructure/rag/values.yaml b/infrastructure/rag/values.yaml index 7e9f1e87..1b72bc63 100644 --- a/infrastructure/rag/values.yaml +++ b/infrastructure/rag/values.yaml @@ -555,4 +555,4 @@ ollama: qdrant: image: - tag: v1.14.2 + tag: v1.15.4