Files
truecharts/charts/stable/minecraft-router/values.yaml
T
TrueCharts BotandGitHub f5f4a695fe chore(helm): update image docker.io/itzg/mc-router 1.24.0 → 1.25.0 (#30195)
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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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-->
2024-12-27 21:50:19 +00:00

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