This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router) | minor | `e2359f2` -> `c471cb6` | --- > [!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.25.0`](https://redirect.github.com/itzg/mc-router/releases/tag/1.25.0) [Compare Source](https://redirect.github.com/itzg/mc-router/compare/1.24.0...1.25.0) #### Changelog - [`7526a70`](https://redirect.github.com/itzg/mc-router/commit/7526a70) Add support for allow/deny clients by IP ([#​355](https://redirect.github.com/itzg/mc-router/issues/355)) - [`513e0b8`](https://redirect.github.com/itzg/mc-router/commit/513e0b8) build(deps): bump github.com/docker/docker ([#​352](https://redirect.github.com/itzg/mc-router/issues/352)) - [`b1c6142`](https://redirect.github.com/itzg/mc-router/commit/b1c6142) build(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 ([#​350](https://redirect.github.com/itzg/mc-router/issues/350)) - [`6dd91a6`](https://redirect.github.com/itzg/mc-router/commit/6dd91a6) build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#​346](https://redirect.github.com/itzg/mc-router/issues/346)) - [`6740796`](https://redirect.github.com/itzg/mc-router/commit/6740796) build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 ([#​343](https://redirect.github.com/itzg/mc-router/issues/343)) - [`5a06215`](https://redirect.github.com/itzg/mc-router/commit/5a06215) build(deps): bump github.com/itzg/go-flagsfiller from 1.14.0 to 1.15.0 ([#​344](https://redirect.github.com/itzg/mc-router/issues/344)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
47 lines
999 B
YAML
47 lines
999 B
YAML
image:
|
|
repository: docker.io/itzg/mc-router
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.25.0@sha256:c471cb6883fe61dfb04b023b60c19f11946e77a907b8c00b4bc049329eed1653
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 25565
|
|
api:
|
|
enabled: true
|
|
ports:
|
|
api:
|
|
enabled: true
|
|
port: 25564
|
|
|
|
mcrouter:
|
|
default: vanilla:25565
|
|
mappings:
|
|
- vanilla:25565
|
|
- forge:25565
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: tcp
|
|
readiness:
|
|
enabled: true
|
|
type: tcp
|
|
startup:
|
|
enabled: true
|
|
type: tcp
|
|
env:
|
|
API_BINDING: ":{{ .Values.service.api.ports.api.port }}"
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
DEFAULT: "{{ .Values.mcrouter.default }}"
|
|
MAPPING: '{{ join "," .Values.mcrouter.mappings }}'
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|