From 7f76d91e5d3d2f392348901abd438e9fccd54291 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:02:45 +0300 Subject: [PATCH] minecraft: fix mode variable (#2699) --- library/ix-dev/community/minecraft/Chart.yaml | 2 +- library/ix-dev/community/minecraft/templates/_configuration.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}