mirror of
https://github.com/truecharts/charts.git
synced 2026-08-04 02:35:16 -03:00
chore(helm): update image docker.io/itzg/mc-router 1.29.0 → 1.31.0 (#35321)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | minor | `18c1ad4` -> `9fd0181` | 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.31.0`](https://redirect.github.com/itzg/mc-router/releases/tag/1.31.0) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.30.0...1.31.0) #### Changelog - [`0af5725`](0af57252dc) Reload routes config file on SIGHUP ([#​412](https://redirect.github.com/itzg/mc-router/issues/412)) ### [`v1.30.0`](https://redirect.github.com/itzg/mc-router/releases/tag/1.30.0) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.29.0...1.30.0) #### Changelog - [`a46a423`](a46a423b0a) Add option to watch routes config file changes ([#​411](https://redirect.github.com/itzg/mc-router/issues/411)) </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.29.0
|
||||
appVersion: 1.31.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.9.0
|
||||
version: 1.10.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.29.0@sha256:18c1ad4dca67f02d7dc5d77162d5fd64d4a3ba9c350f3b723468966b78c2d565
|
||||
tag: 1.31.0@sha256:9fd018170e5717aace41b34a8c74841ec2e1f46214472dc281142e2436a6514d
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user