Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.21 KB

Weaviate Helm Chart Weaviate logo

Helm chart for Weaviate application. Weaviate can be deployed to a Kubernetes cluster using this chart.

Usage

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.

(for contributors) How to make new releases

  1. Bump chart version in ./weaviate/Chart.yaml
  2. Create a commit
  3. Create an annotated tag matching the version number in Chart.yaml (prefix with a v, such as v1.4.3)
  4. Push commit with git push
  5. Push tag with git push origin --tags
  6. Wait for GH Action to complete, it will create a drafted release with the packaged chart attached
  7. Edit the draft to include useful release notes and publish when appropriate