File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sources:
1212 - https://github.com/chroma-core/chroma
1313 - https://github.com/amikos-tech/chromadb-chart/
1414type : application
15- version : 1.0.3
15+ version : 1.0.4
1616appVersion : " 0.6.3"
1717dependencies :
1818- name : chromadb
Original file line number Diff line number Diff line change 5858 "type" : " integer" ,
5959 "default" : 8000
6060 },
61+ "isPersistent" : {
62+ "title" : " Create a persistent volume" ,
63+ "type" : " boolean" ,
64+ "default" : true
65+ },
66+ "dataVolumeSize" : {
67+ "title" : " Persistent volume size" ,
68+ "type" : " string" ,
69+ "default" : " 5Gi" ,
70+ "form" : true ,
71+ "render" : " slider" ,
72+ "sliderMin" : 1 ,
73+ "sliderMax" : 100 ,
74+ "sliderStep" : 1 ,
75+ "sliderUnit" : " Gi" ,
76+ "x-onyxia" : {
77+ "useRegionSliderConfig" : " disk"
78+ },
79+ "hidden" : {
80+ "value" : false ,
81+ "path" : " isPersistent" ,
82+ "isPathRelative" : true
83+ }
84+ },
6185 "auth" : {
6286 "title" : " Authentication" ,
6387 "type" : " object" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ chromadb:
66 chromadb :
77 apiVersion : " 0.6.3"
88 serverHttpPort : 8000
9+ isPersistent : true
10+ dataVolumeSize : " 1Gi"
911 auth :
1012 enabled : true
1113 type : basic # possible values: token, basic
You can’t perform that action at this time.
0 commit comments