Helm chart for Weaviate application. Weaviate can be deployed to a Kubernetes cluster using this chart.
Helm must be installed in order to use the weaviate chart. Please refer to Helm's documentation on how to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add weaviate https://weaviate.github.io/weaviate-helm
helm install my-weaviate weaviate/weaviate
Documentation can be found here.
- Bump chart version in
./weaviate/Chart.yaml
- Create a commit
- Create an annotated tag matching the version number in Chart.yaml (prefix
with a
v
, such asv1.4.3
) - Push commit with
git push
- Push tag with
git push origin --tags
- Wait for GH Action to complete, it will create a drafted release with the packaged chart attached
- Edit the draft to include useful release notes and publish when appropriate