diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 9c054bbcf77..7afb828a360 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -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 diff --git a/charts/stable/minecraft-bedrock/questions.yaml b/charts/stable/minecraft-bedrock/questions.yaml index 4cc1ad18769..97bc7a4aba9 100644 --- a/charts/stable/minecraft-bedrock/questions.yaml +++ b/charts/stable/minecraft-bedrock/questions.yaml @@ -9,7 +9,6 @@ questions: # Include{podSpec} # Include{containerMain} - - variable: env group: "App Configuration" label: "Image Environment" @@ -17,6 +16,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" @@ -196,6 +206,7 @@ questions: schema: type: boolean default: false + # Include{containerBasic} # Include{containerAdvanced} diff --git a/charts/stable/minecraft-bedrock/values.yaml b/charts/stable/minecraft-bedrock/values.yaml index 134b7c46c8f..c74023435c8 100644 --- a/charts/stable/minecraft-bedrock/values.yaml +++ b/charts/stable/minecraft-bedrock/values.yaml @@ -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 }}"