diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index b0caf1c35eb..73f19058ec6 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://hub.docker.com/r/itzg/minecraft-server - https://hub.docker.com/r/itzg/mc-backup type: application -version: 7.1.11 +version: 7.1.12 diff --git a/charts/stable/minecraft-java/questions.yaml b/charts/stable/minecraft-java/questions.yaml index 5f43287ab84..c9da2815ab9 100644 --- a/charts/stable/minecraft-java/questions.yaml +++ b/charts/stable/minecraft-java/questions.yaml @@ -126,6 +126,12 @@ questions: description: Pufferfish - value: CUSTOM description: Custom + - variable: PACKWIZ_URL + label: Packwiz URL + schema: + type: string + default: "" + show_if: [[TYPE, "!=", "VANILLA"]] - variable: CUSTOM_SERVER label: Custom Server description: URL or a container path to an existing JAR file, will ONLY download once. @@ -208,12 +214,6 @@ questions: type: string default: "" show_if: [[TYPE, "=", "FABRIC"]] - - variable: PACKWIZ_URL - label: Packwiz URL - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FABRIC"]] - variable: SPIGOT_DOWNLOAD_URL label: Spigot Download URL schema: diff --git a/charts/stable/minecraft-java/values.yaml b/charts/stable/minecraft-java/values.yaml index 7f0fc841e1a..41200acd04a 100644 --- a/charts/stable/minecraft-java/values.yaml +++ b/charts/stable/minecraft-java/values.yaml @@ -158,6 +158,7 @@ workload: ONLINE_MODE: true MEMORY: 2048M RCON_PASSWORD: "secretrconpass" + # PACKWIZ_URL: "" # CUSTOM_SERVER: "" # QUILT_LOADER_VERSION: "" # QUILT_LAUNCHER: "" @@ -174,7 +175,6 @@ workload: # BUKKIT_DOWNLOAD_URL: "" # PAPERBUILD: "" # PAPER_DOWNLOAD_URL: "" - # PACKWIZ_URL: "" # AIRPLANE_BUILD: "lastSuccessfulBuild" # MAGMA_CHANNEL: "stable" # MOHIST_BUILD: ""