chore(helm): update image docker.io/itzg/minecraft-bedrock-server 2025.7.0 → 2025.9.0 (#39039)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/minecraft-bedrock-server](https://redirect.github.com/itzg/docker-minecraft-bedrock-server) | minor | `6967226` -> `5db52aa` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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> ### [`v2025.9.0`](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/releases/tag/2025.9.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/compare/2025.7.0...2025.9.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Documentation - add `ENABLE_SSH` env var description to README by [@​tokoroten-frapp](https://redirect.github.com/tokoroten-frapp) in [#​551](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/551) - Add Kubernetes Tailscale Operator example with MTU fix by [@​mo124121](https://redirect.github.com/mo124121) in [#​554](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/554) ##### Other Changes - Upgrade mc-server-runner to 1.13.2 by [@​itzg](https://redirect.github.com/itzg) in [#​545](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/545) #### New Contributors - [@​tokoroten-frapp](https://redirect.github.com/tokoroten-frapp) made their first contribution in [#​551](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/551) - [@​mo124121](https://redirect.github.com/mo124121) made their first contribution in [#​554](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/554) **Full Changelog**: <https://github.com/itzg/docker-minecraft-bedrock-server/compare/2025.7.0...2025.9.0> </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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.7.0
|
||||
appVersion: 2025.9.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.5
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock
|
||||
- https://hub.docker.com/r/itzg/minecraft-bedrock-server
|
||||
type: application
|
||||
version: 12.4.4
|
||||
version: 12.5.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/itzg/minecraft-bedrock-server
|
||||
tag: 2025.7.0@sha256:69672265f492fb26d2ba923659d29e336227a9b66661fe6301684902c0a21186
|
||||
tag: 2025.9.0@sha256:5db52aa35919573eaa4f2d8e0f934aab3e306ab66080d642d4d22da988fe2463
|
||||
pullPolicy: Always
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user