fix(minecraft-bedrock): update image docker.io/itzg/minecraft-bedrock-server 2026.6.0 → 2026.6.1 (#49285)
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 | `2847bb6` → `35e2cc7` | --- > [!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.6.1`](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/releases/tag/2026.6.1) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/compare/2026.6.0...2026.6.1) <!-- Release notes generated using configuration in .github/release.yml at c4d868eba7fdcb761f974be5847975b0de185c28 --> #### What's Changed ##### Other Changes - Update dependency itzg/mc-server-runner to v1.14.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​647](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/647) - Update dependency itzg/mc-monitor to v0.16.7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​646](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/646) - Update dependency itzg/easy-add to v0.8.14 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​645](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/645) - Update dependency itzg/mc-server-runner to v1.15.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​648](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/648) **Full Changelog**: <https://github.com/itzg/docker-minecraft-bedrock-server/compare/2026.6.0...2026.6.1> </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=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2026.6.0
|
||||
appVersion: 2026.6.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-bedrock
|
||||
- https://hub.docker.com/r/itzg/minecraft-bedrock-server
|
||||
type: application
|
||||
version: 14.7.0
|
||||
version: 14.7.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/itzg/minecraft-bedrock-server
|
||||
tag: 2026.6.0@sha256:2847bb60a884afe54d6731dde32698743c5d794b3f6a9785b80d0fdcd7a7d824
|
||||
repository: ghcr.io/itzg/minecraft-bedrock-server
|
||||
tag: 2026.6.1@sha256:35e2cc7de2009b247c850d7c88415b2bc7d1559a690232927a447031d3b381c1
|
||||
pullPolicy: Always
|
||||
service:
|
||||
main:
|
||||
@@ -55,7 +55,7 @@ workload:
|
||||
periodSeconds: 60
|
||||
env:
|
||||
EULA: true
|
||||
ENABLE_LAN_VISIBILITY: false
|
||||
ENABLE_LAN_VISIBILITY: true
|
||||
VERSION: "LATEST"
|
||||
SERVER_NAME: "TrueCharts Dedicated Server!"
|
||||
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
|
||||
Reference in New Issue
Block a user