Files
truecharts/charts/stable/hytale/values.yaml
T
TrueCharts BotandGitHub 4437e982f9 chore(hytale): update image oci.trueforge.org/containerforge/hytale digest to 4c5b662 (#48002)
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 | `3695a0e` → `4c5b662` |

---

> [!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==-->
2026-05-08 14:53:08 +02:00

39 lines
982 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: oci.trueforge.org/containerforge/hytale
tag: 1.0.0@sha256:4c5b6626f234fc36e955ca3b9a4defe5b524c965588096814b1597b4a94cbf38
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