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/truecharts/charts/tree/master/charts/stable/minecraft-java
- https://github.com/itzg/docker-minecraft-server
type: application
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- games
+32 -34
View File
@@ -2,48 +2,46 @@
portals: {}
questions:
# Include{global}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Java 17 HotSpot
- value: j19Image
description: Java 19 HotSpot
- value: j17j9Image
description: Java 17 OpenJ9
- value: j17jdkImage
description: Java 17 JDK
- value: j17gceImage
description: Java 17 GraalVM CE
- value: j17alpineImage
description: Java 17 Hotspot(Alpine)
- value: j11jdkImage
description: Java 11 JDK
- value: j11Image
description: Java 11 HotSpot
- value: j11j9Image
description: Java 11 OpenJ9
- value: j8Image
description: Java 8 HotSpot
- value: j8gceImage
description: Java 8 GraalVM CE
- value: j8jdkImage
description: Java 8 JDK
- value: j8j9Image
description: Java 8 OpenJ9
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Java 17 HotSpot
- value: j19Image
description: Java 19 HotSpot
- value: j17j9Image
description: Java 17 OpenJ9
- value: j17jdkImage
description: Java 17 JDK
- value: j17gceImage
description: Java 17 GraalVM CE
- value: j17alpineImage
description: Java 17 Hotspot(Alpine)
- value: j11jdkImage
description: Java 11 JDK
- value: j11Image
description: Java 11 HotSpot
- value: j11j9Image
description: Java 11 OpenJ9
- value: j8Image
description: Java 8 HotSpot
- value: j8gceImage
description: Java 8 GraalVM CE
- value: j8jdkImage
description: Java 8 JDK
- value: j8j9Image
description: Java 8 OpenJ9
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
+1 -1
View File
@@ -50,7 +50,6 @@ j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: 2023.1.0@sha256:c0d6473a7d23fb5cd6fd4776c4d3346c8266a217ada91362b87029f63e677cb4
pullPolicy: Always
imageSelector: image
service:
main:
ports:
@@ -81,6 +80,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: true