Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-09-03 07:54:05 +00:00
parent 60bf0a6cf8
commit 1d2ed2aa01
12 changed files with 24 additions and 17 deletions

View File

@@ -1,9 +0,0 @@
## [minecraft-bedrock-5.0.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-5.0.0...minecraft-bedrock-5.0.1) (2023-08-31)
### Chore
- update container image tccr.io/truecharts/minecraft-bedrock to v2023.8.1 ([#12097](https://github.com/truecharts/charts/issues/12097))

View File

@@ -4,6 +4,11 @@
## [minecraft-bedrock-5.0.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-5.0.1...minecraft-bedrock-5.0.2) (2023-09-03)
## [minecraft-bedrock-5.0.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-5.0.0...minecraft-bedrock-5.0.1) (2023-08-31)
### Chore
@@ -92,8 +97,3 @@
### Chore
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
## [minecraft-bedrock-4.0.17](https://github.com/truecharts/charts/compare/minecraft-bedrock-4.0.16...minecraft-bedrock-4.0.17) (2023-05-27)

View File

@@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock
- https://github.com/itzg/docker-minecraft-server
type: application
version: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- games

View File

@@ -0,0 +1,4 @@
## [minecraft-bedrock-5.0.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-5.0.1...minecraft-bedrock-5.0.2) (2023-09-03)

View File

@@ -31,7 +31,8 @@ workload:
startup:
enabled: false
env:
EULA: "TRUE"
EULA: true
ENABLE_LAN_VISIBILITY: false
VERSION: "LATEST"
SERVER_NAME: "TrueCharts Dedicated Server!"
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"

View File

@@ -94,7 +94,6 @@ questions:
type: dict
attrs:
- variable: env
group: "App Configuration"
label: "Image Environment"
@@ -102,6 +101,17 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: EULA
label: Minecraft Eula
schema:
type: boolean
required: true
default: false
- variable: ENABLE_LAN_VISIBILITY
label: Enable Lan Visibility
schema:
type: boolean
default: false
- variable: VERSION
label: "Minecraft version"
description: "Options: LATEST, PREVIOUS or version number"
@@ -281,6 +291,7 @@ questions:
schema:
type: boolean
default: false
- variable: envList
label: Extra Environment Variables
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."