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)
### 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://hub.docker.com/r/itzg/minecraft-server
type: application
version: 3.0.19
version: 3.0.20
annotations:
truecharts.org/catagories: |
- 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
j11Image:
repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:3cc0eee7ada15b158e183e27218f1c028539330e21ca528447b67ee63c5f5dc6
tag: latest@sha256:28fb64a84a0a0813087ea72a0d2d654c90d266912c78d304e9e794a1d0edc725
pullPolicy: Always
j11j9Image:
repository: tccr.io/truecharts/minecraft-java11-openj9
@ -12,11 +12,11 @@ j11j9Image:
pullPolicy: Always
j8Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:ded4175b110a5dfb67cd3e0fd547f09c49b734af01c24cac1551bb49429765ff
tag: latest@sha256:0bcfe112fb60a2e33a71f7a86c4dfd7d95e6f6a611f133601f9f757ba13b8178
pullPolicy: Always
j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:ded4175b110a5dfb67cd3e0fd547f09c49b734af01c24cac1551bb49429765ff
tag: latest@sha256:0bcfe112fb60a2e33a71f7a86c4dfd7d95e6f6a611f133601f9f757ba13b8178
pullPolicy: Always
securityContext:

View File

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