/weaviate-helm

Helm charts to deploy Weaviate to k8s

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Weaviate Helm Chart Weaviate logo

Deploy weaviate, the open vector search engine, to Kubernetes with this helm chart.

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 Travis 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