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)) | minor | `4.3.2` -> `4.4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>crafty-controller/crafty-4 (registry.gitlab.com/crafty-controller/crafty-4)</summary> ### [`v4.4.0`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----440---20240511) [Compare Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.3.2...v4.4.0) ##### Refactor - Refactor API keys "super user" to "full access" ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/731) | [Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/759)) - Refactor SBuilder to use Big Bucket Svc ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/755)) ##### Bug fixes - Reset query arguments on login if `?next` is not available ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/750)) - Fix child schedule failing to load after del parent ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/753)) ##### Tweaks - Add link to go back to dashboard on error page ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/743)) - Set audit logging to logfile instead of DB ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/751)) ##### Lang - Changes of phrase in `cs_CS` translation ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/749)) <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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
75 lines
1.4 KiB
YAML
75 lines
1.4 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: registry.gitlab.com/crafty-controller/crafty-4
|
|
tag: 4.4.0@sha256:c52259ec5d50b5e40319768b0f4c439e9892353ef9d632ac2fc9ccf310d06e6f
|
|
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
|
|
portal:
|
|
open:
|
|
enabled: true
|