Skip to content

Commit

Permalink
Fixes 9925 (helm#9927)
Browse files Browse the repository at this point in the history
The comparisson in deployment.yaml line 31 needs this to be a string.

Signed-off-by: Robin Kearney <[email protected]>
  • Loading branch information
rk295 authored and k8s-ci-robot committed Dec 12, 2018
1 parent 91d1908 commit fabfaff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/minecraft/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/minecraft/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fabfaff

Please sign in to comment.