From f47a79fd504201d972f827f2cac130b47ec9b532 Mon Sep 17 00:00:00 2001 From: truecharts-bot Date: Mon, 22 Aug 2022 06:00:15 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/incubator/sdtd/CHANGELOG.md | 9 +++++++++ charts/incubator/sdtd/Chart.yaml | 2 +- charts/incubator/sdtd/README.md | 22 +++++++++++----------- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/charts/incubator/sdtd/CHANGELOG.md b/charts/incubator/sdtd/CHANGELOG.md index 623332b8519..56fa9d15924 100644 --- a/charts/incubator/sdtd/CHANGELOG.md +++ b/charts/incubator/sdtd/CHANGELOG.md @@ -2,6 +2,15 @@ +## [sdtd-0.0.17]sdtd-0.0.17 (2022-08-22) + +### Fix + +- rename 7daystodie to stdt and cleanup ([#3529](https://github.com/truecharts/charts/issues/3529)) + + + + ## [server-7daystodie-0.0.16](https://github.com/truecharts/charts/compare/server-7daystodie-0.0.15...server-7daystodie-0.0.16) (2022-08-12) ### Chore diff --git a/charts/incubator/sdtd/Chart.yaml b/charts/incubator/sdtd/Chart.yaml index 6fe95144066..94b95d3a028 100644 --- a/charts/incubator/sdtd/Chart.yaml +++ b/charts/incubator/sdtd/Chart.yaml @@ -18,7 +18,7 @@ maintainers: url: https://truecharts.org name: sdtd sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/server-7daystodie + - https://github.com/truecharts/charts/tree/master/charts/incubator/sdtd - https://www.steampowered.com/ - https://hub.docker.com/r/ich777/steamcmd/ type: application diff --git a/charts/incubator/sdtd/README.md b/charts/incubator/sdtd/README.md index c91d166b4a0..a4cf0056c9e 100644 --- a/charts/incubator/sdtd/README.md +++ b/charts/incubator/sdtd/README.md @@ -1,19 +1,19 @@ -# server-7daystodie +# sdtd -![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) This Docker will download and install SteamCMD. It will also install 7 Days to Die and run it. TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [server-7daystodie](https://truecharts.org/docs/charts/stable/server-7daystodie) +For more information, please click here: [sdtd](https://truecharts.org/docs/charts/stable/sdtd) **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)** ## Source Code -* +* * * @@ -35,12 +35,12 @@ To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://tru ### Helm -To install the chart with the release name `server-7daystodie` +To install the chart with the release name `sdtd` ```console helm repo add TrueCharts https://charts.truecharts.org helm repo update -helm install server-7daystodie TrueCharts/server-7daystodie +helm install sdtd TrueCharts/sdtd ``` ## Uninstall @@ -53,10 +53,10 @@ To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-St ### Helm -To uninstall the `server-7daystodie` deployment +To uninstall the `sdtd` deployment ```console -helm uninstall server-7daystodie +helm uninstall sdtd ``` ## Configuration @@ -73,9 +73,9 @@ Other values may be used from the [values.yaml](https://github.com/truecharts/li Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. ```console -helm install server-7daystodie \ +helm install sdtd \ --set env.TZ="America/New York" \ - TrueCharts/server-7daystodie + TrueCharts/sdtd ``` #### Configure using a yaml file @@ -83,7 +83,7 @@ helm install server-7daystodie \ Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. ```console -helm install server-7daystodie TrueCharts/server-7daystodie -f values.yaml +helm install sdtd TrueCharts/sdtd -f values.yaml ``` #### Connecting to other charts