From c9bffa0594db456aa491efba9dd4c985e5179784 Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Sun, 19 Jan 2025 09:09:12 +0200 Subject: [PATCH] chore: bumping Chroma version to 0.6.3 --- README.md | 2 +- charts/chromadb-chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36220d7..a0dc18e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ helm install chroma chroma/chromadb --set chromadb.allowReset="true" | Key | Type | Default | Description | |-----------------------------------|---------|---------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `chromadb.apiVersion` | string | `0.6.2` (Chart app version) | The ChromaDB version. Supported version `0.4.3` - `0.6.2` | +| `chromadb.apiVersion` | string | `0.6.3` (Chart app version) | The ChromaDB version. Supported version `0.4.3` - `0.6.3` | | `chromadb.allowReset` | boolean | `false` | Allows resetting the index (delete all data) | | `chromadb.isPersistent` | boolean | `true` | A flag to control whether data is persisted | | `chromadb.persistDirectory` | string | `/index_data` | The location to store the index data. This configure both chromadb and underlying persistent volume | diff --git a/charts/chromadb-chart/Chart.yaml b/charts/chromadb-chart/Chart.yaml index c4aa52b..159ba17 100644 --- a/charts/chromadb-chart/Chart.yaml +++ b/charts/chromadb-chart/Chart.yaml @@ -17,4 +17,4 @@ keywords: type: application version: 0.1.23 -appVersion: "0.6.2" +appVersion: "0.6.3"