fix(apps): fix various issues (#8095)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user