Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deepstack-cpu-6.0.4"></a>
|
||||
### [deepstack-cpu-6.0.4](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.3...deepstack-cpu-6.0.4) (2021-10-05)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))
|
||||
|
||||
|
||||
|
||||
<a name="deepstack-cpu-6.0.3"></a>
|
||||
### [deepstack-cpu-6.0.3](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.2...deepstack-cpu-6.0.3) (2021-09-29)
|
||||
|
||||
|
||||
@@ -13,12 +13,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|-----|------|---------|-------------|
|
||||
| env.MODE | string | `"High"` | |
|
||||
| env.MODELSTORE-DETECTION | string | `"/modelstore/detection"` | |
|
||||
| env.PGID | string | `"568"` | |
|
||||
| env.PUID | string | `"568"` | |
|
||||
| env.PUID | int | `568` | |
|
||||
| env.VISION-DETECTION | string | `"True"` | |
|
||||
| env.VISION-FACE | string | `"True"` | |
|
||||
| env.VISION-SCENE | string | `"True"` | |
|
||||
| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
|
||||
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"deepquestai/deepstack"` | |
|
||||
@@ -28,6 +26,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.config.mountPath | string | `"/datastore"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `5000` | |
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
| https://truecharts.org | common | 8.2.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user