This PR contains the following updates: | Package | Update | Change | |---|---|---| | [registry.gitlab.com/crafty-controller/crafty-4](https://craftycontrol.com/) ([source](https://gitlab.com/crafty-controller/crafty-4)) | patch | `d2c1fa0` → `dff4518` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>crafty-controller/crafty-4 (registry.gitlab.com/crafty-controller/crafty-4)</summary> ### [`v4.10.1`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----4101---20260305) [Compare Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.10.0...v4.10.1) ##### Bug fixes - Fix stack-trace on non-super user server nav when without config perms ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/987)) <br><br> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY3JhZnR5LTQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
73 lines
1.5 KiB
YAML
73 lines
1.5 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: registry.gitlab.com/crafty-controller/crafty-4
|
|
tag: 4.10.1@sha256:dff45185258fe8664a8e2da72f6ce33a3ec103aa3e4b9c463a6c577740d4e49c
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 1000
|
|
runAsUser: 1000
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10586
|
|
protocol: https
|
|
targetPort: 8443
|
|
redirects:
|
|
enabled: true
|
|
ports:
|
|
redirects:
|
|
enabled: true
|
|
port: 10587
|
|
protocol: https
|
|
targetPort: 8000
|
|
minecraft:
|
|
enabled: true
|
|
ports:
|
|
minecraft:
|
|
enabled: true
|
|
port: 25565
|
|
targetPort: 25565
|
|
bedrock:
|
|
enabled: true
|
|
ports:
|
|
bedrock:
|
|
enabled: true
|
|
port: 19132
|
|
protocol: udp
|
|
targetPort: 19132
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: https
|
|
path: /
|
|
readiness:
|
|
type: https
|
|
path: /
|
|
startup:
|
|
type: https
|
|
path: /
|
|
env: {}
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /crafty/app/config
|
|
servers:
|
|
enabled: true
|
|
mountPath: /crafty/servers
|
|
logs:
|
|
enabled: true
|
|
mountPath: /crafty/logs
|
|
import:
|
|
enabled: true
|
|
mountPath: /crafty/import
|
|
backups:
|
|
enabled: true
|
|
mountPath: /crafty/backups
|