Skip to content

Commit 80f3639

Browse files
committed
feat(qdrant): add instances to qdrant config
Signed-off-by: Philip Miglinci <[email protected]>
1 parent 890f4a0 commit 80f3639

File tree

4 files changed

+58
-2
lines changed

4 files changed

+58
-2
lines changed

packages/index.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ packages:
9898
scope: Namespaced
9999
shortDescription: The World's Most Advanced Open Source Relational Database
100100
- iconUrl: https://avatars.githubusercontent.com/u/73504361
101-
latestVersion: v1.11.4+2
101+
latestVersion: v1.11.4+3
102102
name: qdrant
103103
scope: Namespaced
104104
shortDescription: High-Performance Vector Search at Scale
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"qdrant" --use-default=all
+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json
2+
3+
name: qdrant
4+
iconUrl: https://avatars.githubusercontent.com/u/73504361
5+
shortDescription: High-Performance Vector Search at Scale
6+
longDescription: Qdrant - Vector Database for the next generation of AI applications.
7+
defaultNamespace: default
8+
references:
9+
- label: ArtifactHub
10+
url: https://artifacthub.io/packages/helm/qdrant/qdrant
11+
- label: GitHub
12+
url: https://github.com/qdrant/qdrant
13+
scope: Namespaced
14+
helm:
15+
chartName: qdrant
16+
chartVersion: 1.11.4
17+
repositoryUrl: https://qdrant.github.io/qdrant-helm
18+
values:
19+
apiKey: true
20+
replicaCount: 1
21+
resources:
22+
limits:
23+
memory: 512Mi
24+
requests:
25+
cpu: 50m
26+
memory: 512Mi
27+
valueDefinitions:
28+
memory:
29+
constraints: { }
30+
defaultValue: 512Mi
31+
metadata:
32+
label: qdrant memory request and limit per instance
33+
targets:
34+
- chartName: qdrant
35+
patch:
36+
op: replace
37+
path: /resources/limits/memory
38+
- chartName: qdrant
39+
patch:
40+
op: replace
41+
path: /resources/requests/memory
42+
type: text
43+
instances:
44+
constraints: { }
45+
defaultValue: "1"
46+
metadata:
47+
label: qdrant instance count
48+
targets:
49+
- chartName: qdrant
50+
patch:
51+
op: replace
52+
path: /replicaCount
53+
valueTemplate: "{{.}}"
54+
type: number

packages/qdrant/versions.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
latestVersion: v1.11.4+2
1+
latestVersion: v1.11.4+3
22
versions:
33
- version: v1.11.1+1
44
- version: v1.11.3+1
55
- version: v1.11.4+1
66
- version: v1.11.4+2
7+
- version: v1.11.4+3

0 commit comments

Comments
 (0)