From fabfaff8da2447ab2253a404757da2d0914752e4 Mon Sep 17 00:00:00 2001 From: Robin Kearney Date: Wed, 12 Dec 2018 12:25:03 +0000 Subject: [PATCH] Fixes 9925 (#9927) The comparisson in deployment.yaml line 31 needs this to be a string. Signed-off-by: Robin Kearney --- stable/minecraft/Chart.yaml | 2 +- stable/minecraft/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/minecraft/Chart.yaml b/stable/minecraft/Chart.yaml index 0541e8b5ea1c..bd08eae8eff9 100755 --- a/stable/minecraft/Chart.yaml +++ b/stable/minecraft/Chart.yaml @@ -1,5 +1,5 @@ name: minecraft -version: 0.3.1 +version: 0.3.2 appVersion: 1.13.1 home: https://minecraft.net/ description: Minecraft server diff --git a/stable/minecraft/values.yaml b/stable/minecraft/values.yaml index 6b9def96a300..8c0834fc274a 100644 --- a/stable/minecraft/values.yaml +++ b/stable/minecraft/values.yaml @@ -22,7 +22,7 @@ minecraftServer: # One of: LATEST, SNAPSHOT, or a specific version (ie: "1.7.9"). version: "1.13.1" # This can be one of empty string, "FORGE", "SPIGOT", "BUKKIT", "PAPER", "FTB", "SPONGEVANILLA"; empty string will produce a vanilla server - type: + type: "" # If type is set to FORGE, this sets the version; this is ignored if forgeInstallerUrl is set forgeVersion: # If type is set to SPONGEVANILLA, this sets the version