chore(deps): update container image itzg/mc-router to v1.22.0@7bb8ac0 by renovate (#24772)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [itzg/mc-router](https://togithub.com/itzg/mc-router) | minor | `1.21.0` -> `1.22.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>itzg/mc-router (itzg/mc-router)</summary> ### [`v1.22.0`](https://togithub.com/itzg/mc-router/releases/tag/1.22.0) [Compare Source](https://togithub.com/itzg/mc-router/compare/1.21.0...1.22.0) #### What's Changed - Add Service Discovery option for non-Swarm Docker by [@​devmattrick](https://togithub.com/devmattrick) in [https://github.com/itzg/mc-router/pull/316](https://togithub.com/itzg/mc-router/pull/316) #### New Contributors - [@​devmattrick](https://togithub.com/devmattrick) made their first contribution in [https://github.com/itzg/mc-router/pull/316](https://togithub.com/itzg/mc-router/pull/316) **Full Changelog**: https://github.com/itzg/mc-router/compare/1.21.0...1.22.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xMiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
e6318fb575
commit
e4a5b41535
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.21.0
|
||||
appVersion: 1.22.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/mc-router
|
||||
- https://hub.docker.com/r/itzg/mc-router
|
||||
type: application
|
||||
version: 6.2.1
|
||||
version: 6.3.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: itzg/mc-router
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.21.0@sha256:271f2a3621b653c0b3ccc44b42cb62c6414f0e41a6d6ca002319f2408fc1489e
|
||||
tag: 1.22.0@sha256:7bb8ac0760810bbac43840fcaa616b5e403b1cf5dc3c554aa5eb6df22b3648ee
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue