Deploy weaviate, the open vector search engine, to Kubernetes with this helm chart.
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 Travis 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