59eb4f06ea
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 | `6de558d` → `333b7c4` | --- > [!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**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9oeXRhbGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
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:333b7c47050128337dda517e4a285bae520e21a166ef6a009c9de34b59107264
|
|
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
|