Weaviate Helm Charts

Weaviate

Weaviate helm chart repo for storing charts.

You can add this repository to your local helm configuration as follows :

$ helm repo add weaviate https://weaviate.github.io/weaviate-helm/
$ helm repo update

Charts

Weaviate-Repo | Weaviate-Helm-Repo

Download an example values.yml (with the default configuration):

$ export CHART_VERSION="17.2.1"
$ wget https://raw.githubusercontent.com/weaviate/weaviate-helm/v$CHART_VERSION/weaviate/values.yaml

Deploy

# set the desired Weaviate version compatible with the chart version
export WEAVIATE_VERSION="1.21.2"

$ helm upgrade \
  "weaviate" \
  weaviate/weaviate \
  --version $CHART_VERSION \
  --install \
  --namespace "weaviate" \
  --create-namespace \
  --values ./values.yaml \
  --set "image.tag=$WEAVIATE_VERSION"

NOTE 1: Check Weaviate Releases for the latest Weaviate version, and the Weaviate Helm Chart Releases to understand which one is compatible with that Weaviate Release.

NOTE 2: Weaviate versions and Chart versions of the this remote repo, are stripped of the leading v to be valid SemVer2 versions, though the GitHub releases contain the leading v.

Delete deployment:

$ helm --namespace weaviate uninstall weaviate
Chart Version Weaviate Version Date
17.2.1 1.26.3 Thu, 05 Sep 2024 07:10:23 +0000
17.2.0 1.26.3 Thu, 05 Sep 2024 06:36:00 +0000
17.1.1 1.26.1 Wed, 24 Jul 2024 07:06:37 +0000
17.1.0 1.25.6 Wed, 03 Jul 2024 09:46:07 +0000
17.0.0 1.25.0 Fri, 10 May 2024 10:43:55 +0000
16.8.8 1.24.8 Mon, 08 Apr 2024 14:01:54 +0000
16.8.7 1.24.3 Thu, 14 Mar 2024 19:10:44 +0000
16.8.6 1.24.2 Wed, 13 Mar 2024 09:59:38 +0000
16.8.5 1.24.1 Tue, 12 Mar 2024 08:37:27 +0000
16.8.4 1.24.1 Fri, 08 Mar 2024 08:28:24 +0000
16.8.3 1.24.1 Thu, 07 Mar 2024 14:15:45 +0000
16.8.2 1.24.1 Thu, 07 Mar 2024 10:10:10 +0000
16.8.1 1.23.7 Mon, 05 Feb 2024 10:38:55 +0000
16.8.0 1.22.5 Thu, 30 Nov 2023 12:51:41 +0000
16.7.0 1.22.3 Wed, 08 Nov 2023 14:59:49 +0000
16.6.1 1.21.2 Sat, 04 Nov 2023 17:56:23 +0000
16.6.0 1.21.2 Mon, 11 Sep 2023 13:59:38 +0000
16.5.0 1.21.0 Thu, 17 Aug 2023 18:11:52 +0000
16.4.0 1.20.0 Fri, 07 Jul 2023 11:52:39 +0000
16.3.1 1.19.8 Tue, 20 Jun 2023 14:13:47 +0000
16.3.0 1.19.1 Thu, 11 May 2023 08:14:30 +0000
16.2.0 1.19.0 Thu, 04 May 2023 18:45:16 +0000
16.1.0 1.18.0 Mon, 24 Apr 2023 05:40:33 +0000
16.0.0 1.18.0 Tue, 07 Mar 2023 15:07:44 +0000
15.5.0 1.15.0 Tue, 07 Feb 2023 19:01:12 +0000
15.4.0 1.15.0 Tue, 31 Jan 2023 16:32:10 +0000
15.3.1 1.15.0 Tue, 31 Jan 2023 13:26:22 +0000
15.3.0 1.15.0 Tue, 24 Jan 2023 16:02:10 +0000
15.2.0 1.15.0 Mon, 12 Dec 2022 14:56:55 +0000
15.1.0 1.15.0 Tue, 01 Nov 2022 18:59:31 +0000
15.0.0 1.15.0 Wed, 07 Sep 2022 16:34:40 +0000
14.4.0 1.14.1 Thu, 18 Aug 2022 11:51:46 +0000