Files
truecharts/charts/stable/minecraft-bedrock/values.yaml
T
TrueCharts BotandGitHub ba449fb4d3 fix(minecraft-bedrock): update image docker.io/itzg/minecraft-bedrock-server 2026.5.2 → 2026.5.3 (#48493)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/itzg/minecraft-bedrock-server](https://redirect.github.com/itzg/docker-minecraft-bedrock-server)
| patch | `ddf6c66` → `d0aa4e6` |

---

> [!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-bedrock-server
(docker.io/itzg/minecraft-bedrock-server)</summary>

###
[`v2026.5.3`](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/releases/tag/2026.5.3)

[Compare
Source](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/compare/2026.5.2...2026.5.3)

<!-- Release notes generated using configuration in .github/release.yml
at f6dcda10d5fbb6f5af4be959a3ce39ad8db6aacd -->

#### What's Changed

##### Bug Fixes

- Switch to json metadata provided by kittizz/bedrock-server-downloads
by [@&#8203;itzg](https://redirect.github.com/itzg) in
[#&#8203;638](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/638)

##### Other Changes

- Update dependency itzg/mc-monitor to v0.16.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;633](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/633)
- Update dependency itzg/easy-add to v0.8.13 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;634](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/634)
- Update dependency itzg/mc-server-runner to v1.14.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;636](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/636)
- Update dependency itzg/mc-monitor to v0.16.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;637](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/637)

**Full Changelog**:
<https://github.com/itzg/docker-minecraft-bedrock-server/compare/2026.5.2...2026.5.3>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 this update
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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9taW5lY3JhZnQtYmVkcm9jayIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-05-24 22:43:06 +02:00

89 lines
2.6 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/itzg/minecraft-bedrock-server
tag: 2026.5.3@sha256:d0aa4e6726adba217e6a38fcc56320ac948272f06fc21b8a0788dc8f56edaad7
pullPolicy: Always
service:
main:
ports:
main:
port: 19132
protocol: udp
workload:
main:
podSpec:
containers:
main:
tty: true
stdin: true
probes:
liveness:
enabled: true
type: exec
command:
- /usr/local/bin/mc-monitor
- status-bedrock
- --host
- 127.0.0.1
- --port
- "{{ .Values.service.main.ports.main.port }}"
spec:
periodSeconds: 60
readiness:
enabled: true
type: exec
command:
- /usr/local/bin/mc-monitor
- status-bedrock
- --host
- 127.0.0.1
- --port
- "{{ .Values.service.main.ports.main.port }}"
spec:
periodSeconds: 60
startup:
enabled: true
type: exec
command:
- /usr/local/bin/mc-monitor
- status-bedrock
- --host
- 127.0.0.1
- --port
- "{{ .Values.service.main.ports.main.port }}"
spec:
periodSeconds: 60
env:
EULA: true
ENABLE_LAN_VISIBILITY: false
VERSION: "LATEST"
SERVER_NAME: "TrueCharts Dedicated Server!"
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
SERVER_PORT_V6: 19133
GAMEMODE: "survival"
DIFFICULTY: "easy"
LEVEL_TYPE: "DEFAULT"
ALLOW_CHEATS: false
MAX_PLAYERS: 10
ONLINE_MODE: true
WHITE_LIST: false
# WHITE_LIST_USERS: "USER:XUID,USER:XUID"
VIEW_DISTANCE: 32
TICK_DISTANCE: 4
PLAYER_IDLE_TIMEOUT: 30
MAX_THREADS: 8
LEVEL_NAME: "Bedrock level"
LEVEL_SEED: ""
DEFAULT_PLAYER_PERMISSION_LEVEL: "member"
TEXTUREPACK_REQUIRED: false
SERVER_AUTHORITATIVE_MOVEMENT: server-auth
PLAYER_MOVEMENT_SCORE_THRESHOLD: 20
PLAYER_MOVEMENT_DISTANCE_THRESHOLD: 0.3
PLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MS: 500
CORRECT_PLAYER_MOVEMENT: false
# OPS: "XUID,XUID"
persistence:
config:
enabled: true
mountPath: "/data"