Skip to content

Commit 08cbb9d

Browse files
committed
chore: bumping Chroma version to 0.6.3
1 parent 563cb82 commit 08cbb9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ helm install chroma chroma/chromadb --set chromadb.allowReset="true"
6363

6464
| Key | Type | Default | Description |
6565
|-----------------------------------|---------|---------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
66-
| `chromadb.apiVersion` | string | `0.6.2` (Chart app version) | The ChromaDB version. Supported version `0.4.3` - `0.6.2` |
66+
| `chromadb.apiVersion` | string | `0.6.3` (Chart app version) | The ChromaDB version. Supported version `0.4.3` - `0.6.3` |
6767
| `chromadb.allowReset` | boolean | `false` | Allows resetting the index (delete all data) |
6868
| `chromadb.isPersistent` | boolean | `true` | A flag to control whether data is persisted |
6969
| `chromadb.persistDirectory` | string | `/index_data` | The location to store the index data. This configure both chromadb and underlying persistent volume |

charts/chromadb-chart/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords:
1717
type: application
1818

1919
version: 0.1.23
20-
appVersion: "0.6.2"
20+
appVersion: "0.6.3"

0 commit comments

Comments
 (0)