Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-18 22:02:11 +00:00
parent f4e3db8c5e
commit 593e2fe28a
11 changed files with 74 additions and 74 deletions

View File

@ -1,9 +0,0 @@
## [minecraft-java-3.0.19](https://github.com/truecharts/charts/compare/minecraft-java-3.0.18...minecraft-java-3.0.19) (2023-01-15)
### Chore
- update minecraft-java

View File

@ -4,6 +4,15 @@
## [minecraft-java-3.0.20](https://github.com/truecharts/charts/compare/minecraft-java-3.0.19...minecraft-java-3.0.20) (2023-01-18)
### Chore
- update minecraft-java
## [minecraft-java-3.0.19](https://github.com/truecharts/charts/compare/minecraft-java-3.0.18...minecraft-java-3.0.19) (2023-01-15) ## [minecraft-java-3.0.19](https://github.com/truecharts/charts/compare/minecraft-java-3.0.18...minecraft-java-3.0.19) (2023-01-15)
### Chore ### Chore
@ -88,12 +97,3 @@
## [minecraft-java-3.0.10](https://github.com/truecharts/charts/compare/minecraft-java-3.0.9...minecraft-java-3.0.10) (2022-12-24)
### Chore
- update container image tccr.io/truecharts/minecraft-java11 to latest

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/itzg/docker-minecraft-server - https://github.com/itzg/docker-minecraft-server
- https://hub.docker.com/r/itzg/minecraft-server - https://hub.docker.com/r/itzg/minecraft-server
type: application type: application
version: 3.0.19 version: 3.0.20
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- games - games

View File

@ -0,0 +1,9 @@
## [minecraft-java-3.0.20](https://github.com/truecharts/charts/compare/minecraft-java-3.0.19...minecraft-java-3.0.20) (2023-01-18)
### Chore
- update minecraft-java

View File

@ -4,7 +4,7 @@ image:
pullPolicy: Always pullPolicy: Always
j11Image: j11Image:
repository: tccr.io/truecharts/minecraft-java11 repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:3cc0eee7ada15b158e183e27218f1c028539330e21ca528447b67ee63c5f5dc6 tag: latest@sha256:28fb64a84a0a0813087ea72a0d2d654c90d266912c78d304e9e794a1d0edc725
pullPolicy: Always pullPolicy: Always
j11j9Image: j11j9Image:
repository: tccr.io/truecharts/minecraft-java11-openj9 repository: tccr.io/truecharts/minecraft-java11-openj9
@ -12,11 +12,11 @@ j11j9Image:
pullPolicy: Always pullPolicy: Always
j8Image: j8Image:
repository: tccr.io/truecharts/minecraft-java8-openj9 repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:ded4175b110a5dfb67cd3e0fd547f09c49b734af01c24cac1551bb49429765ff tag: latest@sha256:0bcfe112fb60a2e33a71f7a86c4dfd7d95e6f6a611f133601f9f757ba13b8178
pullPolicy: Always pullPolicy: Always
j8j9Image: j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9 repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:ded4175b110a5dfb67cd3e0fd547f09c49b734af01c24cac1551bb49429765ff tag: latest@sha256:0bcfe112fb60a2e33a71f7a86c4dfd7d95e6f6a611f133601f9f757ba13b8178
pullPolicy: Always pullPolicy: Always
securityContext: securityContext:

View File

@ -1320,58 +1320,58 @@ questions:
$ref: $ref:
- "definitions/gpuConfiguration" - "definitions/gpuConfiguration"
attrs: [] attrs: []
- variable: horizontalPodAutoscaler # - variable: horizontalPodAutoscaler
group: Advanced # group: Advanced
label: (Advanced) Horizontal Pod Autoscaler # label: (Advanced) Horizontal Pod Autoscaler
schema: # schema:
type: list # type: list
default: [] # default: []
items: # items:
- variable: hpaEntry # - variable: hpaEntry
label: HPA Entry # label: HPA Entry
schema: # schema:
additional_attrs: true # additional_attrs: true
type: dict # type: dict
attrs: # attrs:
- variable: name # - variable: name
label: Name # label: Name
schema: # schema:
type: string # type: string
required: true # required: true
default: "" # default: ""
- variable: enabled # - variable: enabled
label: Enabled # label: Enabled
schema: # schema:
type: boolean # type: boolean
default: false # default: false
show_subquestions_if: true # show_subquestions_if: true
subquestions: # subquestions:
- variable: target # - variable: target
label: Target # label: Target
description: Deployment name, Defaults to Main Deployment # description: Deployment name, Defaults to Main Deployment
schema: # schema:
type: string # type: string
default: "" # default: ""
- variable: minReplicas # - variable: minReplicas
label: Minimum Replicas # label: Minimum Replicas
schema: # schema:
type: int # type: int
default: 1 # default: 1
- variable: maxReplicas # - variable: maxReplicas
label: Maximum Replicas # label: Maximum Replicas
schema: # schema:
type: int # type: int
default: 5 # default: 5
- variable: targetCPUUtilizationPercentage # - variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage # label: Target CPU Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: targetMemoryUtilizationPercentage # - variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage # label: Target Memory Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: networkPolicy - variable: networkPolicy
group: Advanced group: Advanced
label: (Advanced) Network Policy label: (Advanced) Network Policy