File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ sources:
1212 - https://github.com/chroma-core/chroma
1313 - https://github.com/amikos-tech/chromadb-chart/
1414type : application
15- version : 1.0.6
15+ version : 1.0.7
1616appVersion : " 0.6.3"
1717dependencies :
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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ userPreferences:
5454 language : " en"
5555
5656nameOverride : " "
57- fullnameOverride : " "
58- savePersistentVolume : false
57+ fullnameOverride : " ChromaDB "
58+ savePersistentVolume : true
You can’t perform that action at this time.
0 commit comments