From c6f52c35ef4187a7f85b57ce0179492a57eb8f0e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 22 Jan 2026 00:16:11 +0000 Subject: [PATCH] Commit daily changes Signed-off-by: TrueCharts-Bot --- charts/stable/hytale/CHANGELOG.md | 2 +- charts/stable/hytale/Chart.yaml | 7 ++-- charts/stable/hytale/README.md | 49 +++++++++++++++++++++- charts/stable/hytale/docs/setup-guide.md | 8 ++-- charts/stable/hytale/templates/common.yaml | 2 +- 5 files changed, 58 insertions(+), 10 deletions(-) diff --git a/charts/stable/hytale/CHANGELOG.md b/charts/stable/hytale/CHANGELOG.md index e901648057b..f3e8318aa10 100644 --- a/charts/stable/hytale/CHANGELOG.md +++ b/charts/stable/hytale/CHANGELOG.md @@ -1,4 +1,4 @@ --- title: Changelog pagefind: false ---- \ No newline at end of file +--- diff --git a/charts/stable/hytale/Chart.yaml b/charts/stable/hytale/Chart.yaml index c6f1f81986c..9e8a2ed1e08 100644 --- a/charts/stable/hytale/Chart.yaml +++ b/charts/stable/hytale/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 3.0.0 +appVersion: 1.0.0 dependencies: - name: common version: 28.29.18 @@ -35,8 +35,9 @@ maintainers: 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 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hytale + - https://hytale.com type: application version: 1.0.0 + diff --git a/charts/stable/hytale/README.md b/charts/stable/hytale/README.md index 7ef0b890d73..3350cf23ca1 100644 --- a/charts/stable/hytale/README.md +++ b/charts/stable/hytale/README.md @@ -1,3 +1,50 @@ --- title: README ---- \ No newline at end of file +--- + +## General Info + +For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/charts/stable/hytale) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://oci.trueforge.org/truecharts/hytale` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.org/truecharts/guides/) + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://trueforge.org/truecharts/stable/hytale + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hytale/values.yaml + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/truecharts-common/) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml + +## Support + +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/trueforge-org/truecharts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hytale/docs/setup-guide.md b/charts/stable/hytale/docs/setup-guide.md index 1b4d43b2b75..73e33061a11 100644 --- a/charts/stable/hytale/docs/setup-guide.md +++ b/charts/stable/hytale/docs/setup-guide.md @@ -36,13 +36,13 @@ Then attach interactively using -i -t: kubectl attach -n hytale -i -t ``` -Make sure that a console opens with +Make sure that a console opens with ```bash -> +> ``` -and enter +and enter ```bash /auth login device @@ -50,4 +50,4 @@ and enter This should give you another link to authenticate. -Afterwards you should be done and the server should be up and running \ No newline at end of file +Afterwards you should be done and the server should be up and running diff --git a/charts/stable/hytale/templates/common.yaml b/charts/stable/hytale/templates/common.yaml index c6d069061d0..b51394e00a4 100644 --- a/charts/stable/hytale/templates/common.yaml +++ b/charts/stable/hytale/templates/common.yaml @@ -1 +1 @@ -{{ include "tc.v1.common.loader.all" . }} \ No newline at end of file +{{ include "tc.v1.common.loader.all" . }}