Skip to content

Commit e5b7aae

Browse files
committed
[ChromaDB] Default name and saving data
1 parent 1d9b0c9 commit e5b7aae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/chromadb/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ sources:
1212
- https://github.com/chroma-core/chroma
1313
- https://github.com/amikos-tech/chromadb-chart/
1414
type: application
15-
version: 1.0.6
15+
version: 1.0.7
1616
appVersion: "0.6.3"
1717
dependencies:
1818
- name: chromadb
1919
version: 0.1.23
2020
repository: https://amikos-tech.github.io/chromadb-chart
2121
- name: library-chart
22-
version: 1.6.12
22+
version: 1.7.0
2323
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/chromadb/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"title": "Name of the ChromaDB service",
77
"description": "Will reuse data from a previous ChromaDB service with the same name",
88
"type": "string",
9-
"default": ""
9+
"default": "ChromaDB"
1010
},
1111
"savePersistentVolume": {
1212
"title": "Save your data on service deletion",
1313
"type": "boolean",
14-
"default": false,
14+
"default": true,
1515
"hidden": {
1616
"value": "",
1717
"path": "fullnameOverride"

charts/chromadb/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ userPreferences:
5454
language: "en"
5555

5656
nameOverride: ""
57-
fullnameOverride: ""
58-
savePersistentVolume: false
57+
fullnameOverride: "ChromaDB"
58+
savePersistentVolume: true

0 commit comments

Comments
 (0)