jcordes73 / weaviate-helm

Helm charts to deploy Weaviate to k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weaviate Helm Chart Weaviate logo

Deploy weaviate, the open source knowledge graph, to Kubernetes with this helm chart.

Documentation: semi.technology/documentation/weaviate/current/installation.html#kubernetes.

(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

About

Helm charts to deploy Weaviate to k8s

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%