Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-24 10:12:17 +00:00
parent c56ed3ff1f
commit 228beb97a6
7 changed files with 92 additions and 60 deletions
+12 -3
View File
@@ -11,13 +11,20 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| configmap.deepstack.data.VISION-DETECTION | string | `"{{ ternary \"True\" \"False\" .Values.deepstack.vision_detection }}"` | |
| configmap.deepstack.data.VISION-ENHANCE | string | `"{{ ternary \"True\" \"False\" .Values.deepstack.vision_enhance }}"` | |
| configmap.deepstack.data.VISION-FACE | string | `"{{ ternary \"True\" \"False\" .Values.deepstack.vision_face }}"` | |
| configmap.deepstack.data.VISION-SCENE | string | `"{{ ternary \"True\" \"False\" .Values.deepstack.vision_scene }}"` | |
| configmap.deepstack.enabled | bool | `true` | |
| deepstack.vision_detection | bool | `true` | |
| deepstack.vision_enhance | bool | `true` | |
| deepstack.vision_face | bool | `true` | |
| deepstack.vision_scene | bool | `true` | |
| 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"` | |
| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-deepstack"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/deepstack-cpu"` | |
| image.tag | string | `"v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28"` | |
@@ -31,6 +38,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.modelstore.mountPath | string | `"/modelstore/detection"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.ADMIN-KEY | string | `""` | |
| secret.API-KEY | string | `""` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10049` | |