Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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)
|
||||
@@ -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
|
||||
4
stable/minecraft-bedrock/5.0.2/app-changelog.md
Normal file
4
stable/minecraft-bedrock/5.0.2/app-changelog.md
Normal 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)
|
||||
|
||||
@@ -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 }}"
|
||||
@@ -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..."
|
||||
Reference in New Issue
Block a user