qdrant / qdrant-helm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qdrant helm repository

Qdrant documentation

This repository hosts the following helm charts:

Usage

helm repo add qdrant https://qdrant.github.io/qdrant-helm
helm repo update
helm upgrade -i your-qdrant-installation-name qdrant/qdrant

For more in-depth usage documentation, see the helm chart's README.

Upgrading

This helm chart installs the latest version of Qdrant by default. When a new version of Qdrant is available, upgrade the helm chart with the following commands:

helm repo update
helm upgrade your-qdrant-installation-name qdrant/qdrant

This command performs a rolling upgrade of your Qdrant cluster, updating one node at a time.

If you have overridden the Qdrant image tag in values.yaml, you will also need to update that tag before running helm upgrade.

image:
  tag: vX.Y.Z

Contributing

See CONTRIBUTING.md.

About

License:Apache License 2.0


Languages

Language:Go 69.7%Language:Shell 23.1%Language:Smarty 6.9%Language:Makefile 0.3%