This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/hytale](https://ghcr.io/trueforge-org/hytale) ([source](https://www.hytale.com)) | digest | `9e55827` → `9e274bd` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaHl0YWxlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
39 lines
982 B
YAML
39 lines
982 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/hytale
|
|
tag: 1.0.0@sha256:9e274bd1c876e97485adc1c955b40181f9e0defd9e72863d558b120c74acc209
|
|
pullPolicy: IfNotPresent
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
stdin: true
|
|
tty: true
|
|
env:
|
|
HYTALE_AUTO_UPDATE: false
|
|
HYTALE_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
HYTALE_ALLOW_OP: true
|
|
HYTALE_BACKUP_ENALBED: false
|
|
HYTALE_BACKUP_DIR: /app/backup
|
|
HYTALE_BACKUP_FREQ: 30
|
|
# HYTALE_EXTRA_ARGS:
|
|
# HYTALE_JAVA_ARGS:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5520
|
|
protocol: udp
|
|
persistence:
|
|
app:
|
|
enabled: true
|
|
mountPath: /app
|