fix(apps): fix various issues (#8095)

This commit is contained in:
Stavros Kois
2023-04-20 02:19:46 +03:00
committed by GitHub
parent 8d53557d71
commit 3fb86ba2fc
37 changed files with 295 additions and 282 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sources:
- https://github.com/johnolafenwa/DeepStack
- https://www.deepstack.cc/
type: application
version: 7.0.6
version: 7.0.7
annotations:
truecharts.org/catagories: |
- AI
+10 -12
View File
@@ -5,25 +5,23 @@ portals:
questions:
# Portal
# Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "CPU"
- value: "gpuImage"
description: "GPU"
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "CPU"
- value: "gpuImage"
description: "GPU"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
+1 -2
View File
@@ -7,8 +7,6 @@ gpuImage:
pullPolicy: IfNotPresent
tag: 2022.01.1@sha256:8df0f00903427234b7786e3bbe9ecfbc852a34d22509823e360336f1f04b41ba
imageSelector: "image"
securityContext:
container:
readOnlyRootFilesystem: false
@@ -44,6 +42,7 @@ workload:
podSpec:
containers:
main:
imageSelector: "image"
probes:
liveness:
type: http