9ad368f189
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `c3873da` → `0678de3` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `105bbb5` → `aef4a2a` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `4027ce9` → `7fd1fd2` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `9f8d92a` → `bbe9533` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `66eb302` → `f0346b6` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `f7e2f01` → `1ce3ff2` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `7f8b412` → `82145c0` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `675c031` → `86d470f` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `96d4812` → `17020f7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-server (ghcr.io/itzg/minecraft-server)</summary> ### [`v2026.3.1`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2026.3.1) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2026.3.0...2026.3.1) <!-- Release notes generated using configuration in .github/release.yml at a69017b5e1696aa7d47212ba306cc0a428dac778 --> ##### What's Changed ##### Other Changes - chore(deps): update dependency itzg/mc-server-runner to v1.14.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3959](https://redirect.github.com/itzg/docker-minecraft-server/pull/3959) **Full Changelog**: <https://github.com/itzg/docker-minecraft-server/compare/2026.3.0...2026.3.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LWphdmEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
201 lines
5.9 KiB
YAML
201 lines
5.9 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
|
|
image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java25@sha256:17020f7415ea5a471b4e4b9c5dbb9c411bbb53b2fe6c03a96aceb0ad472c5a5d
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 25 ----
|
|
j25jdkImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java25-jdk@sha256:86d470ffac32434052cffd6eea099cabd6c895e3baeb9ec89f7302e3ca4bb453
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 21 (Recommended for modern MC versions) ----
|
|
j21Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java21@sha256:82145c03c7490f7ffc36cf315de7b1d9a91dae3873002b6f00ea2e73643a21a3
|
|
pullPolicy: Always
|
|
|
|
j21alpineImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java21-alpine@sha256:1ce3ff24cf465e215958cd5bbac49376f61d9e340db644e5b92d677521cdaa2d
|
|
pullPolicy: Always
|
|
|
|
j21jdkImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java21-jdk@sha256:f0346b6079aa5e4c4018d4b1fc722b3d1d3f790c937cab38cc0cb119fd015192
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 17 (Safe & Supported) ----
|
|
j17Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java17@sha256:bbe953376f5afb445f2d6a6e676e4d5d901c839ddc1d56436cfffe9daef3c90a
|
|
pullPolicy: Always
|
|
|
|
j17jdkImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2024.6.1-java17-jdk@sha256:2c43fcede436aff9f50b1adf4448d55d221651be471ef41412232c141bfa89f6
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 16 ----
|
|
j16Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java16@sha256:7fd1fd2e931e57f25185552a2ec7b52db9ad3bc9dd9b01e5c1a99f14e85ddd45
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 11 ----
|
|
j11Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java11@sha256:aef4a2a9ae86d892d5e24c6570ae35e719c88646c83551f2213dfb996fca4feb
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 8 (Use plain java8 only) ----
|
|
j8Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.1-java8@sha256:0678de359279a32fd570e67abcc78cb9dbd11de0eb3acd255276a846564f14bc
|
|
pullPolicy: Always
|
|
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
protocol: tcp
|
|
port: 25565
|
|
query:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 25565
|
|
rcon:
|
|
enabled: true
|
|
ports:
|
|
rcon:
|
|
enabled: true
|
|
port: 25575
|
|
ssh:
|
|
enabled: true
|
|
ports:
|
|
ssh:
|
|
enabled: true
|
|
protocol: tcp
|
|
targetPort: 2222
|
|
port: 2222
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
imageSelector: image
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- mc-health
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- mc-health
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- mc-health
|
|
env:
|
|
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
QUERY_PORT: "{{ .Values.service.main.ports.query.port }}"
|
|
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
|
|
ENABLE_QUERY: "true"
|
|
ENABLE_SSH: "false"
|
|
EULA: "TRUE"
|
|
GUI: "FALSE"
|
|
OVERRIDE_SERVER_PROPERTIES: true
|
|
VERSION: "LATEST"
|
|
TYPE: "VANILLA"
|
|
DIFFICULTY: easy
|
|
MAX_PLAYERS: 20
|
|
MAX_WORLD_SIZE: 10000
|
|
ALLOW_NETHER: true
|
|
ANNOUNCE_PLAYER_ACHIEVEMENTS: true
|
|
ENABLE_COMMAND_BLOCK: false
|
|
FORCE_GAMEMODE: false
|
|
GENERATE_STRUCTURES: true
|
|
HARDCORE: false
|
|
MAX_BUILD_HEIGHT: 256
|
|
MAX_TICK_TIME: 60000
|
|
SPAWN_ANIMALS: true
|
|
SPAWN_MONSTERS: true
|
|
SPAWN_NPCS: true
|
|
VIEW_DISTANCE: 16
|
|
MODE: survival
|
|
MOTD: "Welcome to Minecraft on TrueNAS Scale!"
|
|
PVP: false
|
|
LEVEL_TYPE: DEFAULT
|
|
LEVEL: world
|
|
ONLINE_MODE: true
|
|
MEMORY: 2048M
|
|
RCON_PASSWORD: "secretrconpass"
|
|
# PACKWIZ_URL: ""
|
|
# CUSTOM_SERVER: ""
|
|
# QUILT_LOADER_VERSION: ""
|
|
# QUILT_LAUNCHER: ""
|
|
# QUILT_LAUNCHER_URL: ""
|
|
# PUFFERFISH_BUILD: "lastSuccessfulBuild"
|
|
# FORGEVERSION: ""
|
|
# FORGE_INSTALLER: ""
|
|
# FORGE_INSTALLER_URL: ""
|
|
# FABRIC_LOADER_VERSION: ""
|
|
# FABRIC_INSTALLER: ""
|
|
# FABRIC_INSTALLER_URL: ""
|
|
# SPIGOT_DOWNLOAD_URL: ""
|
|
# BUILD_FROM_SOURCE: false
|
|
# BUKKIT_DOWNLOAD_URL: ""
|
|
# PAPERBUILD: ""
|
|
# PAPER_DOWNLOAD_URL: ""
|
|
# AIRPLANE_BUILD: "lastSuccessfulBuild"
|
|
# MAGMA_CHANNEL: "stable"
|
|
# MOHIST_BUILD: ""
|
|
# CANYON_BUILD: ""
|
|
# SPONGEBRANCH: "STABLE"
|
|
# SPONGEVERSION: ""
|
|
# LIMBO_BUILD: "LATEST"
|
|
# LIMBO_SCHEMA_FILENAME: "default.schem"
|
|
# CRUCIBLE_RELEASE: "latest"
|
|
# FTB_MODPACK_ID: ""
|
|
# FTB_MODPACK_VERSION_ID: ""
|
|
# CF_SERVER_MOD: ""
|
|
# CF_BASE_DIR: ""
|
|
# USE_MODPACK_START_SCRIPT: true
|
|
# FTB_LEGACYJAVAFIXER: false
|
|
# WHITELIST: ""
|
|
# OPS: ""
|
|
# ICON: ""
|
|
# SEED: ""
|
|
# GENERATOR_SETTINGS: ""
|
|
# WORLD: ""
|
|
# FORCE_REDOWNLOAD: false
|
|
# USE_FLARE_FLAGS: false
|
|
# USE_AIKAR_FLAGS: true
|
|
# USE_SIMD_FLAGS: false
|
|
# JVM_OPTS: ""
|
|
# JVM_XX_OPTS: ""
|
|
# CF_API_KEY
|
|
# CF_PAGE_URL
|
|
# CF_SLUG
|
|
# CF_EXCLUDE_INCLUDE_FILE
|
|
# CF_EXCLUDE_MODS
|
|
# CF_FORCE_INCLUDE_MODS
|
|
# CF_FORCE_SYNCHRONIZE
|
|
# CF_OVERRIDES_SKIP_EXISTING
|
|
# CF_PARALLEL_DOWNLOADS
|
|
# CF_SET_LEVEL_FROM
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|