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
@@ -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
+10 -12
View File
@@ -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