chore(helm): update image docker.io/itzg/mc-router 1.28.2 → 1.29.0 (#35009)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | minor | `32d0c72` -> `18c1ad4` | --- > [!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/mc-router (docker.io/itzg/mc-router)</summary> ### [`v1.29.0`](https://redirect.github.com/itzg/mc-router/releases/tag/1.29.0) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.28.2...1.29.0) #### Changelog - [`bc81e03`](https://redirect.github.com/itzg/mc-router/commit/bc81e03f19a5cf1d7707346f68c19dee1050b118) Add auto scale down option ([#​405](https://redirect.github.com/itzg/mc-router/issues/405)) - [`f6300d6`](https://redirect.github.com/itzg/mc-router/commit/f6300d6a8abf52305ac583bd58559066f37dc719) build: update gorelease config for version 2 ([#​401](https://redirect.github.com/itzg/mc-router/issues/401)) - [`1ab789a`](https://redirect.github.com/itzg/mc-router/commit/1ab789ae901edc6fbd310ad0616f87c9e30b63d0) build(deps): bump github.com/prometheus/client_golang ([#​382](https://redirect.github.com/itzg/mc-router/issues/382)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.28.2
|
||||
appVersion: 1.29.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-router
|
||||
- https://hub.docker.com/r/itzg/mc-router
|
||||
type: application
|
||||
version: 1.8.0
|
||||
version: 1.9.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.28.2@sha256:32d0c72b979254ee539360fc01ed220d19eaf555bdcaa88d3a8413204f9e0fc8
|
||||
tag: 1.29.0@sha256:18c1ad4dca67f02d7dc5d77162d5fd64d4a3ba9c350f3b723468966b78c2d565
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user