diff --git a/library/ix-dev/community/minecraft/Chart.yaml b/library/ix-dev/community/minecraft/Chart.yaml index ba08311c57..1e741d1ae0 100644 --- a/library/ix-dev/community/minecraft/Chart.yaml +++ b/library/ix-dev/community/minecraft/Chart.yaml @@ -3,7 +3,7 @@ description: Minecraft is a sandbox game annotations: title: Minecraft type: application -version: 1.2.16 +version: 1.2.17 apiVersion: v2 appVersion: 2024.7.2 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/minecraft/templates/_configuration.tpl b/library/ix-dev/community/minecraft/templates/_configuration.tpl index 88bf6e5e48..ea97ca2fe7 100644 --- a/library/ix-dev/community/minecraft/templates/_configuration.tpl +++ b/library/ix-dev/community/minecraft/templates/_configuration.tpl @@ -10,6 +10,7 @@ configmap: */}} GUI: "FALSE" EULA: {{ .Values.mcConfig.eula | quote | upper }} + MODE: {{ .Values.mcConfig.mode | quote }} ENABLE_RCON: {{ .Values.mcConfig.enableRcon | quote | upper }} SERVER_PORT: {{ .Values.mcNetwork.serverPort | quote }} {{ if .Values.mcConfig.enableRcon }}