Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-05-09 20:54:15 +00:00
parent 51cd2085a1
commit c08299f168
14 changed files with 141 additions and 111 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="deepstack-3.0.15"></a>
### [deepstack-3.0.15](https://github.com/truecharts/apps/compare/deepstack-3.0.14...deepstack-3.0.15) (2022-05-09)
#### Chore
* add threadcount gui option ([#2643](https://github.com/truecharts/apps/issues/2643))
<a name="deepstack-3.0.14"></a>
### [deepstack-3.0.14](https://github.com/truecharts/apps/compare/deepstack-3.0.13...deepstack-3.0.14) (2022-05-05)
@ -88,12 +97,3 @@
#### Chore
* update helm general non-major helm releases ([#2111](https://github.com/truecharts/apps/issues/2111))
* Remove `-icon` string from icon png's ([#2040](https://github.com/truecharts/apps/issues/2040))
<a name="deepstack-3.0.0"></a>
### [deepstack-3.0.0](https://github.com/truecharts/apps/compare/deepstack-2.0.8...deepstack-3.0.0) (2022-03-03)
#### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 9.3.3
digest: sha256:0f7a670206ca5a9b0ec735ec385b07d2b569b008088ea7fb0c727e43d4c889c9
generated: "2022-05-05T08:24:16.031743163Z"
generated: "2022-05-09T20:46:20.368578576Z"

View File

@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
version: 3.0.14
version: 3.0.15
annotations:
truecharts.org/catagories: |
- AI

View File

@ -34,6 +34,7 @@ env:
MODELSTORE-DETECTION: "{{ .Values.persistence.modelstore.mountPath }}"
# High|Medium|Low
MODE: "High"
THREADCOUNT: 5
envFrom:
- configMapRef:

View File

@ -224,6 +224,12 @@ questions:
description: "Medium"
- value: "Low"
description: "Low"
- variable: THREADCOUNT
label: "Threadcount"
description: "Sets the threadcount each endpoint will run with"
schema:
type: int
default: 5
- variable: deepstack
group: "Container Configuration"
label: "Image Environment"

File diff suppressed because one or more lines are too long