Skip to content

Commit 6fcad1b

Browse files
committed
Generate Helm docs
1 parent 5562bf2 commit 6fcad1b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

charts/chromadb/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# chromadb
22

3-
![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-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)
3+
![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-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)
44

55
ChromaDB is an open-source vector database for storing, indexing, and querying high-dimensional embeddings efficiently.
66

@@ -33,26 +33,25 @@ ChromaDB is an open-source vector database for storing, indexing, and querying h
3333
| chromadb.chromadb.dataVolumeSize | string | `"1Gi"` | |
3434
| chromadb.chromadb.isPersistent | bool | `true` | |
3535
| chromadb.chromadb.serverHttpPort | int | `8000` | |
36+
| chromadb.fullnameOverride | string | `"chromadb"` | |
3637
| chromadb.image.pullPolicy | string | `"IfNotPresent"` | |
3738
| chromadb.image.repository | string | `"ghcr.io/chroma-core/chroma"` | |
3839
| chromadb.ingress.enabled | bool | `false` | |
3940
| chromadb.replicaCount | int | `1` | |
41+
| chromadb.savePersistentVolume | bool | `true` | |
4042
| chromadb.serviceAccount.create | bool | `false` | |
4143
| discovery.enabled | bool | `true` | |
42-
| fullnameOverride | string | `"ChromaDB"` | |
4344
| ingress.annotations | list | `[]` | |
4445
| ingress.certManagerClusterIssuer | string | `""` | |
4546
| ingress.hostname | string | `"chart-example.local"` | |
4647
| ingress.ingressClassName | string | `""` | |
4748
| ingress.tls | bool | `true` | |
4849
| ingress.usecertManager | bool | `false` | |
49-
| nameOverride | string | `""` | |
5050
| route.annotations | list | `[]` | |
5151
| route.enabled | bool | `false` | |
5252
| route.hostname | string | `"chart-example.local"` | |
5353
| route.tls.termination | string | `"edge"` | |
5454
| route.wildcardPolicy | string | `"None"` | |
55-
| savePersistentVolume | bool | `true` | |
5655
| security.allowlist.enabled | bool | `false` | |
5756
| security.networkPolicy.enabled | bool | `false` | |
5857
| security.networkPolicy.from | list | `[]` | |

0 commit comments

Comments
 (0)