From 3d65e4379ca56a1616f1e813bd924ac1d0aff2be Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 15 Jul 2023 06:51:56 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/steam-headless/0.0.1/README.md | 1 - .../steam-headless/0.0.1/app-changelog.md | 4 --- .../{0.0.1 => 0.0.2}/CHANGELOG.md | 5 ++++ .../{0.0.1 => 0.0.2}/Chart.yaml | 2 +- incubator/steam-headless/0.0.2/README.md | 27 ++++++++++++++++++ .../steam-headless/0.0.2/app-changelog.md | 4 +++ .../{0.0.1 => 0.0.2}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../{0.0.1 => 0.0.2}/ix_values.yaml | 0 .../{0.0.1 => 0.0.2}/questions.yaml | 9 +----- .../{0.0.1 => 0.0.2}/templates/NOTES.txt | 0 .../{0.0.1 => 0.0.2}/templates/common.yaml | 0 .../{0.0.1 => 0.0.2}/values.yaml | 0 13 files changed, 38 insertions(+), 14 deletions(-) delete mode 100644 incubator/steam-headless/0.0.1/README.md delete mode 100644 incubator/steam-headless/0.0.1/app-changelog.md rename incubator/steam-headless/{0.0.1 => 0.0.2}/CHANGELOG.md (50%) rename incubator/steam-headless/{0.0.1 => 0.0.2}/Chart.yaml (98%) create mode 100644 incubator/steam-headless/0.0.2/README.md create mode 100644 incubator/steam-headless/0.0.2/app-changelog.md rename incubator/steam-headless/{0.0.1 => 0.0.2}/app-readme.md (100%) rename incubator/steam-headless/{0.0.1 => 0.0.2}/charts/common-12.14.2.tgz (100%) rename incubator/steam-headless/{0.0.1 => 0.0.2}/ix_values.yaml (100%) rename incubator/steam-headless/{0.0.1 => 0.0.2}/questions.yaml (99%) rename incubator/steam-headless/{0.0.1 => 0.0.2}/templates/NOTES.txt (100%) rename incubator/steam-headless/{0.0.1 => 0.0.2}/templates/common.yaml (100%) rename incubator/steam-headless/{0.0.1 => 0.0.2}/values.yaml (100%) diff --git a/incubator/steam-headless/0.0.1/README.md b/incubator/steam-headless/0.0.1/README.md deleted file mode 100644 index 7e59600739c..00000000000 --- a/incubator/steam-headless/0.0.1/README.md +++ /dev/null @@ -1 +0,0 @@ -# README diff --git a/incubator/steam-headless/0.0.1/app-changelog.md b/incubator/steam-headless/0.0.1/app-changelog.md deleted file mode 100644 index e50f8d98cc7..00000000000 --- a/incubator/steam-headless/0.0.1/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [steam-headless-0.0.1]steam-headless-0.0.1 (2023-07-14) - diff --git a/incubator/steam-headless/0.0.1/CHANGELOG.md b/incubator/steam-headless/0.0.2/CHANGELOG.md similarity index 50% rename from incubator/steam-headless/0.0.1/CHANGELOG.md rename to incubator/steam-headless/0.0.2/CHANGELOG.md index 629e43c287e..a9e0a1bf0f2 100644 --- a/incubator/steam-headless/0.0.1/CHANGELOG.md +++ b/incubator/steam-headless/0.0.2/CHANGELOG.md @@ -4,5 +4,10 @@ +## [steam-headless-0.0.2](https://github.com/truecharts/charts/compare/steam-headless-0.0.1...steam-headless-0.0.2) (2023-07-15) + + + + ## [steam-headless-0.0.1]steam-headless-0.0.1 (2023-07-14) diff --git a/incubator/steam-headless/0.0.1/Chart.yaml b/incubator/steam-headless/0.0.2/Chart.yaml similarity index 98% rename from incubator/steam-headless/0.0.1/Chart.yaml rename to incubator/steam-headless/0.0.2/Chart.yaml index 72e0c5bf328..679a98954b2 100644 --- a/incubator/steam-headless/0.0.1/Chart.yaml +++ b/incubator/steam-headless/0.0.2/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/steam-headless - https://github.com/Steam-Headless/docker-steam-headless type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - games diff --git a/incubator/steam-headless/0.0.2/README.md b/incubator/steam-headless/0.0.2/README.md new file mode 100644 index 00000000000..83229a60265 --- /dev/null +++ b/incubator/steam-headless/0.0.2/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/incubator/steam-headless/0.0.2/app-changelog.md b/incubator/steam-headless/0.0.2/app-changelog.md new file mode 100644 index 00000000000..ed55f974e81 --- /dev/null +++ b/incubator/steam-headless/0.0.2/app-changelog.md @@ -0,0 +1,4 @@ + + +## [steam-headless-0.0.2](https://github.com/truecharts/charts/compare/steam-headless-0.0.1...steam-headless-0.0.2) (2023-07-15) + diff --git a/incubator/steam-headless/0.0.1/app-readme.md b/incubator/steam-headless/0.0.2/app-readme.md similarity index 100% rename from incubator/steam-headless/0.0.1/app-readme.md rename to incubator/steam-headless/0.0.2/app-readme.md diff --git a/incubator/steam-headless/0.0.1/charts/common-12.14.2.tgz b/incubator/steam-headless/0.0.2/charts/common-12.14.2.tgz similarity index 100% rename from incubator/steam-headless/0.0.1/charts/common-12.14.2.tgz rename to incubator/steam-headless/0.0.2/charts/common-12.14.2.tgz diff --git a/incubator/steam-headless/0.0.1/ix_values.yaml b/incubator/steam-headless/0.0.2/ix_values.yaml similarity index 100% rename from incubator/steam-headless/0.0.1/ix_values.yaml rename to incubator/steam-headless/0.0.2/ix_values.yaml diff --git a/incubator/steam-headless/0.0.1/questions.yaml b/incubator/steam-headless/0.0.2/questions.yaml similarity index 99% rename from incubator/steam-headless/0.0.1/questions.yaml rename to incubator/steam-headless/0.0.2/questions.yaml index 75441bf6429..212f10cf11e 100644 --- a/incubator/steam-headless/0.0.1/questions.yaml +++ b/incubator/steam-headless/0.0.2/questions.yaml @@ -154,7 +154,7 @@ questions: description: "Neko" - variable: ENABLE_VNC_AUDIO label: "Enable VNC Audio" - description: "Configure nat1to1 for the neko WebUI." + description: "Enables audio over for the VNC Web UI." schema: type: boolean default: true @@ -166,13 +166,6 @@ questions: type: string default: "" show_if: [[WEB_UI_MODE, "=", "neko"]] - - variable: ENABLE_VNC_AUDIO - label: "Enable VNC Audio" - description: "Configure nat1to1 for the neko WebUI." - schema: - type: boolean - default: true - show_if: [[WEB_UI_MODE, "=", "vnc"]] - variable: ENABLE_SUNSHINE label: "Enable Sunshine" description: "Enable Sunshine streaming service." diff --git a/incubator/steam-headless/0.0.1/templates/NOTES.txt b/incubator/steam-headless/0.0.2/templates/NOTES.txt similarity index 100% rename from incubator/steam-headless/0.0.1/templates/NOTES.txt rename to incubator/steam-headless/0.0.2/templates/NOTES.txt diff --git a/incubator/steam-headless/0.0.1/templates/common.yaml b/incubator/steam-headless/0.0.2/templates/common.yaml similarity index 100% rename from incubator/steam-headless/0.0.1/templates/common.yaml rename to incubator/steam-headless/0.0.2/templates/common.yaml diff --git a/incubator/steam-headless/0.0.1/values.yaml b/incubator/steam-headless/0.0.2/values.yaml similarity index 100% rename from incubator/steam-headless/0.0.1/values.yaml rename to incubator/steam-headless/0.0.2/values.yaml