Commit 80f3639 1 parent 890f4a0 commit 80f3639 Copy full SHA for 80f3639
File tree 4 files changed +58
-2
lines changed
4 files changed +58
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ packages:
98
98
scope : Namespaced
99
99
shortDescription : The World's Most Advanced Open Source Relational Database
100
100
- iconUrl : https://avatars.githubusercontent.com/u/73504361
101
- latestVersion : v1.11.4+2
101
+ latestVersion : v1.11.4+3
102
102
name : qdrant
103
103
scope : Namespaced
104
104
shortDescription : High-Performance Vector Search at Scale
Original file line number Diff line number Diff line change
1
+ "qdrant" --use-default=all
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
- latestVersion : v1.11.4+2
1
+ latestVersion : v1.11.4+3
2
2
versions :
3
3
- version : v1.11.1+1
4
4
- version : v1.11.3+1
5
5
- version : v1.11.4+1
6
6
- version : v1.11.4+2
7
+ - version : v1.11.4+3
You can’t perform that action at this time.
0 commit comments