mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 12:01:20 -03:00
chore(helm): update image docker.io/itzg/mc-router 1.32.1 → 1.32.3 (#37195)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | patch | `a8ecab0` -> `6629a99` | 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.32.3`](https://redirect.github.com/itzg/mc-router/releases/tag/1.32.3) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.32.2...1.32.3) #### Changelog - [`172aed3`](172aed3893) Revert code cleanup for now ([#​428](https://redirect.github.com/itzg/mc-router/issues/428)) ### [`v1.32.2`](https://redirect.github.com/itzg/mc-router/releases/tag/1.32.2) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.32.1...1.32.2) #### Changelog - [`b3e88db`](b3e88db48c) Code cleanup in and around connector ([#​427](https://redirect.github.com/itzg/mc-router/issues/427)) - [`05c57c3`](05c57c3b85) Refactored server setup and run out of main ([#​425](https://redirect.github.com/itzg/mc-router/issues/425)) - [`1ee3eb4`](1ee3eb4de3) Code cleanup of routes config loader and API server ([#​424](https://redirect.github.com/itzg/mc-router/issues/424)) - [`7d5bc8d`](7d5bc8d25d) build(deps): bump github.com/docker/docker ([#​423](https://redirect.github.com/itzg/mc-router/issues/423)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.32.1
|
||||
appVersion: 1.32.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.12.6
|
||||
@@ -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: 2.0.5
|
||||
version: 2.0.6
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.32.1@sha256:a8ecab0da82c2410cc3f5321092ce8f8b2e617a3059d1a505247ef4fc39b36a4
|
||||
tag: 1.32.3@sha256:6629a994c267c6c2c9dd31aef18b016ef7c5bb073757058631bf951f32edaf2a
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user