Skip to content

Commit 056ec9f

Browse files
committed
Generate Helm docs
1 parent e3818cd commit 056ec9f

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

charts/chromadb/README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# chromadb
2+
3+
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.3](https://img.shields.io/badge/AppVersion-0.6.3-informational?style=flat-square)
4+
5+
ChromaDB is an open-source vector database for storing, indexing, and querying high-dimensional embeddings efficiently.
6+
7+
**Homepage:** <https://www.trychroma.com/>
8+
9+
## Source Code
10+
11+
* <https://github.com/chroma-core/chroma>
12+
* <https://github.com/amikos-tech/chromadb-chart/>
13+
14+
## Requirements
15+
16+
| Repository | Name | Version |
17+
|------------|------|---------|
18+
| https://amikos-tech.github.io/chromadb-chart | chromadb | 0.1.23 |
19+
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.44 |
20+
21+
## Values
22+
23+
| Key | Type | Default | Description |
24+
|-----|------|---------|-------------|
25+
| chromadb.autoscaling.enabled | bool | `false` | |
26+
| chromadb.chromadb.apiVersion | string | `"0.6.3"` | |
27+
| chromadb.chromadb.auth.basic.password | string | `"changeme"` | |
28+
| chromadb.chromadb.auth.basic.username | string | `"chroma"` | |
29+
| chromadb.chromadb.auth.enabled | bool | `true` | |
30+
| chromadb.chromadb.auth.token.headerType | string | `"Authorization"` | |
31+
| chromadb.chromadb.auth.type | string | `"basic"` | |
32+
| chromadb.chromadb.serverHttpPort | int | `8000` | |
33+
| chromadb.image.pullPolicy | string | `"IfNotPresent"` | |
34+
| chromadb.image.repository | string | `"ghcr.io/chroma-core/chroma"` | |
35+
| chromadb.ingress.enabled | bool | `false` | |
36+
| chromadb.replicaCount | int | `1` | |
37+
| chromadb.serviceAccount.create | bool | `false` | |
38+
| discovery.enabled | bool | `true` | |
39+
| fullnameOverride | string | `""` | |
40+
| ingress.annotations | list | `[]` | |
41+
| ingress.certManagerClusterIssuer | string | `""` | |
42+
| ingress.host | string | `"chart-example.local"` | |
43+
| ingress.ingressClassName | string | `""` | |
44+
| ingress.tls | bool | `true` | |
45+
| ingress.usecertManager | bool | `false` | |
46+
| nameOverride | string | `""` | |
47+
| route.annotations | list | `[]` | |
48+
| route.enabled | bool | `false` | |
49+
| route.hostname | string | `"chart-example.local"` | |
50+
| route.tls.termination | string | `"edge"` | |
51+
| route.wildcardPolicy | string | `"None"` | |
52+
| savePersistentVolume | bool | `false` | |
53+
| security.allowlist.enabled | bool | `false` | |
54+
| security.networkPolicy.enabled | bool | `false` | |
55+
| security.networkPolicy.from | list | `[]` | |
56+
| userPreferences.language | string | `"en"` | |
57+
58+
----------------------------------------------
59+
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 commit comments

Comments
 (0)