cozystack/packages/apps/qdrant/Chart.yaml
Aleksei Sviridkin b71e4fe956
[qdrant] Add Qdrant vector database application
Add Qdrant as a new managed application following the HelmRelease-based
vendoring pattern (same as nats, ingress, seaweedfs).

- packages/system/qdrant/ — vendored upstream Qdrant Helm chart
- packages/apps/qdrant/ — wrapper chart creating Flux HelmRelease CR
- packages/system/qdrant-rd/ — ApplicationDefinition CRD
- hack/e2e-apps/qdrant.bats — E2E test

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
2026-02-06 13:30:58 +03:00

11 lines
335 B
YAML

apiVersion: v2
name: qdrant
description: Managed Qdrant vector database service
icon: /logos/qdrant.svg
type: application
version: 0.0.0 # Placeholder, the actual version will be automatically set during the build process
appVersion: "v1.16.3"
dependencies:
- name: cozy-lib
version: "*"
repository: "file://charts/cozy-lib"