fix(apps): fix various issues (#8095)
This commit is contained in:
@@ -19,7 +19,7 @@ name: impostor-server
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server
|
||||
type: application
|
||||
version: 4.0.4
|
||||
version: 4.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
|
||||
@@ -4,17 +4,6 @@ portals:
|
||||
# Include{portalLink}
|
||||
questions:
|
||||
# Include{global}
|
||||
- variable: imageSelector
|
||||
group: "Container Image"
|
||||
label: "Select Image"
|
||||
schema:
|
||||
type: string
|
||||
default: "image"
|
||||
enum:
|
||||
- value: "image"
|
||||
description: "Stable"
|
||||
- value: "nightlyImage"
|
||||
description: "Nightly"
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
@@ -22,8 +11,17 @@ questions:
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: imageSelector
|
||||
label: "Select Image"
|
||||
schema:
|
||||
type: string
|
||||
default: "image"
|
||||
enum:
|
||||
- value: "image"
|
||||
description: "Stable"
|
||||
- value: "nightlyImage"
|
||||
description: "Nightly"
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
|
||||
@@ -22,6 +22,7 @@ workload:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user