소스 검색

minecraft: fix mode variable (#2699)

Stavros Kois 1 년 전
부모
커밋
7f76d91e5d
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/ix-dev/community/minecraft/Chart.yaml
  2. 1 0
      library/ix-dev/community/minecraft/templates/_configuration.tpl

+ 1 - 1
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'

+ 1 - 0
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 }}