Skip to content

Commit

Permalink
chore: bumping Chroma version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Jan 19, 2025
1 parent 563cb82 commit c9bffa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/chromadb-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ keywords:
type: application

version: 0.1.23
appVersion: "0.6.2"
appVersion: "0.6.3"

0 comments on commit c9bffa0

Please sign in to comment.