Skip to content

Commit

Permalink
chore: update package qdrant (#574)
Browse files Browse the repository at this point in the history
Signed-off-by: glasskube-bot <[email protected]>
  • Loading branch information
glasskube-bot authored Jan 10, 2025
1 parent 99e219a commit e135cfa
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/qdrant/v1.12.6+1/.test/config-values.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"qdrant" --use-default=all
54 changes: 54 additions & 0 deletions packages/qdrant/v1.12.6+1/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json

name: qdrant
iconUrl: https://avatars.githubusercontent.com/u/73504361
shortDescription: High-Performance Vector Search at Scale
longDescription: Qdrant - Vector Database for the next generation of AI applications.
defaultNamespace: default
references:
- label: ArtifactHub
url: https://artifacthub.io/packages/helm/qdrant/qdrant
- label: GitHub
url: https://github.com/qdrant/qdrant
scope: Namespaced
helm:
chartName: qdrant
chartVersion: 1.12.6
repositoryUrl: https://qdrant.github.io/qdrant-helm
values:
apiKey: true
replicaCount: 1
resources:
limits:
memory: 512Mi
requests:
cpu: 50m
memory: 512Mi
valueDefinitions:
memory:
constraints: {}
defaultValue: 512Mi
metadata:
label: qdrant memory request and limit per instance
targets:
- chartName: qdrant
patch:
op: replace
path: /resources/limits/memory
- chartName: qdrant
patch:
op: replace
path: /resources/requests/memory
type: text
instances:
constraints: {}
defaultValue: "1"
metadata:
label: qdrant instance count
targets:
- chartName: qdrant
patch:
op: replace
path: /replicaCount
valueTemplate: "{{.}}"
type: number
1 change: 1 addition & 0 deletions packages/qdrant/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ versions:
- version: v1.12.3+1
- version: v1.12.4+1
- version: v1.12.5+1
- version: v1.12.6+1

0 comments on commit e135cfa

Please sign in to comment.