From 7099993b7a0a2b4112181b6499bdee09ed4c3cb8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 22 Jul 2022 17:03:23 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../minecraft-bungeecord/0.0.1/CHANGELOG.md | 9 --------- .../minecraft-bungeecord/0.0.2/CHANGELOG.md | 16 ++++++++++++++++ .../{0.0.1 => 0.0.2}/Chart.lock | 2 +- .../{0.0.1 => 0.0.2}/Chart.yaml | 2 +- .../{0.0.1 => 0.0.2}/README.md | 12 ++++++------ .../{0.0.1 => 0.0.2}/app-readme.md | 0 .../{0.0.1 => 0.0.2}/charts/common-10.4.5.tgz | Bin .../{0.0.1 => 0.0.2}/ci/base-values.yaml | 0 .../{0.0.1 => 0.0.2}/ci/j11-values.yaml | 0 .../{0.0.1 => 0.0.2}/ci/j8-values.yaml | 0 .../{0.0.1 => 0.0.2}/ix_values.yaml | 0 .../{0.0.1 => 0.0.2}/questions.yaml | 2 +- .../{0.0.1 => 0.0.2}/templates/common.yaml | 0 .../{0.0.1 => 0.0.2}/values.yaml | 0 14 files changed, 25 insertions(+), 18 deletions(-) delete mode 100644 incubator/minecraft-bungeecord/0.0.1/CHANGELOG.md create mode 100644 incubator/minecraft-bungeecord/0.0.2/CHANGELOG.md rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/Chart.lock (80%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/Chart.yaml (98%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/README.md (87%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/app-readme.md (100%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/charts/common-10.4.5.tgz (100%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/ci/base-values.yaml (100%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/ci/j11-values.yaml (100%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/ci/j8-values.yaml (100%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/ix_values.yaml (100%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/questions.yaml (99%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/templates/common.yaml (100%) rename incubator/minecraft-bungeecord/{0.0.1 => 0.0.2}/values.yaml (100%) diff --git a/incubator/minecraft-bungeecord/0.0.1/CHANGELOG.md b/incubator/minecraft-bungeecord/0.0.1/CHANGELOG.md deleted file mode 100644 index d1f621d8b6f..00000000000 --- a/incubator/minecraft-bungeecord/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - - -## [minecraft-bungeecord-0.0.1]minecraft-bungeecord-0.0.1 (2022-07-22) - -### Feat - -- Add bungeecord ([#3257](https://github.com/truecharts/apps/issues/3257)) - diff --git a/incubator/minecraft-bungeecord/0.0.2/CHANGELOG.md b/incubator/minecraft-bungeecord/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..da43aacd0c1 --- /dev/null +++ b/incubator/minecraft-bungeecord/0.0.2/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + + +## [minecraft-bungeecord-0.0.2](https://github.com/truecharts/apps/compare/minecraft-bungeecord-0.0.1...minecraft-bungeecord-0.0.2) (2022-07-22) + +### Fix + +- fix typo ([#3263](https://github.com/truecharts/apps/issues/3263)) + + + +## [minecraft-bungeecord-0.0.1]minecraft-bungeecord-0.0.1 (2022-07-22) + +### Feat + +- Add bungeecord ([#3257](https://github.com/truecharts/apps/issues/3257)) diff --git a/incubator/minecraft-bungeecord/0.0.1/Chart.lock b/incubator/minecraft-bungeecord/0.0.2/Chart.lock similarity index 80% rename from incubator/minecraft-bungeecord/0.0.1/Chart.lock rename to incubator/minecraft-bungeecord/0.0.2/Chart.lock index 6fb14c373c9..9aa514eace3 100644 --- a/incubator/minecraft-bungeecord/0.0.1/Chart.lock +++ b/incubator/minecraft-bungeecord/0.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.5 digest: sha256:9bc344ecc14ead8298fc5fab8c39e62f6eb817da8dd2b12d587b4f031d2ff296 -generated: "2022-07-22T15:44:54.653988134Z" +generated: "2022-07-22T16:59:06.399306113Z" diff --git a/incubator/minecraft-bungeecord/0.0.1/Chart.yaml b/incubator/minecraft-bungeecord/0.0.2/Chart.yaml similarity index 98% rename from incubator/minecraft-bungeecord/0.0.1/Chart.yaml rename to incubator/minecraft-bungeecord/0.0.2/Chart.yaml index a3d9f73cb1a..849762bfe43 100644 --- a/incubator/minecraft-bungeecord/0.0.1/Chart.yaml +++ b/incubator/minecraft-bungeecord/0.0.2/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: minecraft-bungeecord -version: 0.0.1 +version: 0.0.2 appVersion: "2022.4.1" description: A Spigot BungeeCord server. type: application diff --git a/incubator/minecraft-bungeecord/0.0.1/README.md b/incubator/minecraft-bungeecord/0.0.2/README.md similarity index 87% rename from incubator/minecraft-bungeecord/0.0.1/README.md rename to incubator/minecraft-bungeecord/0.0.2/README.md index 745acce61ab..43eb07da84d 100644 --- a/incubator/minecraft-bungeecord/0.0.1/README.md +++ b/incubator/minecraft-bungeecord/0.0.2/README.md @@ -1,15 +1,15 @@ # minecraft-bungeecord -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.4.1](https://img.shields.io/badge/AppVersion-2022.4.1-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2022.4.1](https://img.shields.io/badge/AppVersion-2022.4.1-informational?style=flat-square) A Spigot BungeeCord server. 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: [minecraft-bungeecord](https://truecharts.org/charts/stable/minecraft-bungeecord) +For more information, please click here: [minecraft-bungeecord](https://truecharts.org/docs/charts/stable/minecraft-bungeecord) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** +**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 @@ -30,7 +30,7 @@ Kubernetes: `>=1.16.0-0` ### TrueNAS SCALE -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). ### Helm @@ -48,7 +48,7 @@ helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord **Upgrading, Rolling Back and Uninstalling the Chart** -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). ### Helm @@ -87,7 +87,7 @@ helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord -f values.yaml #### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. ## Support diff --git a/incubator/minecraft-bungeecord/0.0.1/app-readme.md b/incubator/minecraft-bungeecord/0.0.2/app-readme.md similarity index 100% rename from incubator/minecraft-bungeecord/0.0.1/app-readme.md rename to incubator/minecraft-bungeecord/0.0.2/app-readme.md diff --git a/incubator/minecraft-bungeecord/0.0.1/charts/common-10.4.5.tgz b/incubator/minecraft-bungeecord/0.0.2/charts/common-10.4.5.tgz similarity index 100% rename from incubator/minecraft-bungeecord/0.0.1/charts/common-10.4.5.tgz rename to incubator/minecraft-bungeecord/0.0.2/charts/common-10.4.5.tgz diff --git a/incubator/minecraft-bungeecord/0.0.1/ci/base-values.yaml b/incubator/minecraft-bungeecord/0.0.2/ci/base-values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.1/ci/base-values.yaml rename to incubator/minecraft-bungeecord/0.0.2/ci/base-values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.1/ci/j11-values.yaml b/incubator/minecraft-bungeecord/0.0.2/ci/j11-values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.1/ci/j11-values.yaml rename to incubator/minecraft-bungeecord/0.0.2/ci/j11-values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.1/ci/j8-values.yaml b/incubator/minecraft-bungeecord/0.0.2/ci/j8-values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.1/ci/j8-values.yaml rename to incubator/minecraft-bungeecord/0.0.2/ci/j8-values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.1/ix_values.yaml b/incubator/minecraft-bungeecord/0.0.2/ix_values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.1/ix_values.yaml rename to incubator/minecraft-bungeecord/0.0.2/ix_values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.1/questions.yaml b/incubator/minecraft-bungeecord/0.0.2/questions.yaml similarity index 99% rename from incubator/minecraft-bungeecord/0.0.1/questions.yaml rename to incubator/minecraft-bungeecord/0.0.2/questions.yaml index 6630407e621..e08a7ea5b1b 100644 --- a/incubator/minecraft-bungeecord/0.0.1/questions.yaml +++ b/incubator/minecraft-bungeecord/0.0.2/questions.yaml @@ -49,7 +49,7 @@ questions: enum: - value: "image" description: "Default Image" - - value: "J17Image" + - value: "j17Image" description: "Java 17" - value: "j11Image" description: "Java 11" diff --git a/incubator/minecraft-bungeecord/0.0.1/templates/common.yaml b/incubator/minecraft-bungeecord/0.0.2/templates/common.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.1/templates/common.yaml rename to incubator/minecraft-bungeecord/0.0.2/templates/common.yaml diff --git a/incubator/minecraft-bungeecord/0.0.1/values.yaml b/incubator/minecraft-bungeecord/0.0.2/values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.1/values.yaml rename to incubator/minecraft-bungeecord/0.0.2/values.yaml