Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-19 23:48:50 +00:00
parent 4d67abc47d
commit c815c49fc5
527 changed files with 5688 additions and 1061 deletions

View File

@@ -1,6 +1,17 @@
# Changelog<br>
<a name="deepstack-gpu-3.0.7"></a>
### [deepstack-gpu-3.0.7](https://github.com/truecharts/apps/compare/deepstack-gpu-3.0.6...deepstack-gpu-3.0.7) (2021-12-19)
#### Chore
* Last patch bump before RC2 branch-off
* move `envTpl` to `env` ([#1578](https://github.com/truecharts/apps/issues/1578))
* remove `editable: true` as this is the default ([#1576](https://github.com/truecharts/apps/issues/1576))
<a name="deepstack-gpu-3.0.6"></a>
### [deepstack-gpu-3.0.6](https://github.com/truecharts/apps/compare/deepstack-gpu-3.0.5...deepstack-gpu-3.0.6) (2021-12-19)

View File

@@ -14,10 +14,10 @@ You will, however, be able to use all values referenced in the common chart here
| env.MODE | string | `"High"` | |
| env.MODELSTORE-DETECTION | string | `"{{ .Values.persistence.modelstore.mountPath }}"` | |
| env.PUID | int | `568` | |
| env.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| env.VISION-DETECTION | string | `"True"` | |
| env.VISION-FACE | string | `"True"` | |
| env.VISION-SCENE | string | `"True"` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/deepstack-gpu"` | |
| image.tag | string | `"v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28"` | |