Skip to content

Commit 735e131

Browse files
authored
updated doc in Server Type to AUTO_CURSEFORGE (#232)
1 parent 7531b97 commit 735e131

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/minecraft/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: minecraft
3-
version: 4.23.1
3+
version: 4.23.2
44
appVersion: SeeValues
55
home: https://minecraft.net/
66
description: Minecraft server

charts/minecraft/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ minecraftServer:
171171
eula: "FALSE"
172172
# One of: LATEST, SNAPSHOT, or a specific version (ie: "1.7.9").
173173
version: "LATEST"
174-
# This can be one of "VANILLA", "FORGE", "SPIGOT", "BUKKIT", "PAPER", "FTBA", "SPONGEVANILLA", "CURSEFORGE"
174+
# This can be one of "VANILLA", "FORGE", "SPIGOT", "BUKKIT", "PAPER", "FTBA", "SPONGEVANILLA", "AUTO_CURSEFORGE"
175+
# https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms
175176
type: "VANILLA"
176177
# If type is set to FORGE, this sets the version; this is ignored if forgeInstallerUrl is set
177178
forgeVersion:

0 commit comments

Comments
 (0)