feat(hytale): add hytale chart (#43916)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Alfred Göppel
2026-01-21 19:01:59 +01:00
committed by GitHub
parent 6f2d5bddcc
commit b353eb151f
10 changed files with 173 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png
icon.webp
icon-small.webp

View File

@@ -0,0 +1,4 @@
---
title: Changelog
pagefind: false
---

View File

@@ -0,0 +1,42 @@
annotations:
artifacthub.io/links: |-
- name: support
url: https://discord.com/invite/tVsPTHWTtr
max_scale_version: 24.04.1
min_scale_version: 24.04.0
truecharts.org/category: gaming
truecharts.org/max_helm_version: "3.17"
truecharts.org/max_kubernetes_version: 1.32.0
truecharts.org/min_helm_version: "3.14"
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 3.0.0
dependencies:
- name: common
version: 28.29.18
repository: oci://oci.trueforge.org/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Automate Cloudflare DNS records for those with a dynamic IP.
home: https://truecharts.org/charts/stable/hytale
icon: https://truecharts.org/img/hotlink-ok/chart-icons/hytale.webp
keywords:
- hytale
- gaming
- multiplayer
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: hytale
sources:
- https://hytale.com
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hytale
- https://github.com/trueforge-org/containerforge
type: application
version: 1.0.0

View File

@@ -0,0 +1,3 @@
---
title: README
---

View File

@@ -0,0 +1,53 @@
---
title: How-To
---
## Step 1: Check Server Logs (Authentication Link)
- Once the pod is running, check the logs. On first startup, the server will print an authentication / server-download link.
```yaml
kubectl logs -n hytale <podname>
```
Look for a line similar to:
Please open the following link to authenticate and download the server:
https://...
What to do:
- Open the link in your browser
- Complete the authentication
- Wait for the download to complete
## Step 2: Attach to the Server Console
After authentication, you must attach to the server console to run the command shown in the logs.
First, get the pod name:
```yaml
kubectl get pods -n hytale
```
Then attach interactively using -i -t:
```yaml
kubectl attach -n hytale <pod-name> -i -t
```
Make sure that a console opens with
```bash
>
```
and enter
```bash
/auth login device
```
This should give you another link to authenticate.
Afterwards you should be done and the server should be up and running

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -0,0 +1,37 @@
image:
repository: oci.trueforge.org/containerforge/hytale
tag: 1.0.0@sha256:2d14d2bad525d28c1a3fc3158384541657df0f3ea1b7585a2dfca650b4e970b9
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