From 68416fc364a89ba7b9302ad544e4edd05d6ca579 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Thu, 17 Nov 2022 04:28:28 -0500 Subject: [PATCH] feat(WatchYourLan): Move to Stable (#4523) * feat(WatchYourLan): Move to Stable * fix minor version --- .../{incubator => stable}/watchyourlan/.helmignore | 0 .../{incubator => stable}/watchyourlan/CHANGELOG.md | 0 .../{incubator => stable}/watchyourlan/Chart.yaml | 6 +++--- charts/{incubator => stable}/watchyourlan/README.md | 4 ++-- charts/{incubator => stable}/watchyourlan/icon.png | Bin .../watchyourlan/questions.yaml | 0 .../watchyourlan/templates/common.yaml | 0 .../{incubator => stable}/watchyourlan/values.yaml | 0 8 files changed, 5 insertions(+), 5 deletions(-) rename charts/{incubator => stable}/watchyourlan/.helmignore (100%) rename charts/{incubator => stable}/watchyourlan/CHANGELOG.md (100%) rename charts/{incubator => stable}/watchyourlan/Chart.yaml (79%) rename charts/{incubator => stable}/watchyourlan/README.md (95%) rename charts/{incubator => stable}/watchyourlan/icon.png (100%) rename charts/{incubator => stable}/watchyourlan/questions.yaml (100%) rename charts/{incubator => stable}/watchyourlan/templates/common.yaml (100%) rename charts/{incubator => stable}/watchyourlan/values.yaml (100%) diff --git a/charts/incubator/watchyourlan/.helmignore b/charts/stable/watchyourlan/.helmignore similarity index 100% rename from charts/incubator/watchyourlan/.helmignore rename to charts/stable/watchyourlan/.helmignore diff --git a/charts/incubator/watchyourlan/CHANGELOG.md b/charts/stable/watchyourlan/CHANGELOG.md similarity index 100% rename from charts/incubator/watchyourlan/CHANGELOG.md rename to charts/stable/watchyourlan/CHANGELOG.md diff --git a/charts/incubator/watchyourlan/Chart.yaml b/charts/stable/watchyourlan/Chart.yaml similarity index 79% rename from charts/incubator/watchyourlan/Chart.yaml rename to charts/stable/watchyourlan/Chart.yaml index 255ae467712..2bede028d32 100644 --- a/charts/incubator/watchyourlan/Chart.yaml +++ b/charts/stable/watchyourlan/Chart.yaml @@ -5,7 +5,7 @@ dependencies: repository: https://library-charts.truecharts.org version: 11.0.3 description: Lightweight network IP scanner with web GUI -home: https://truecharts.org/docs/charts/incubator/watchyourlan +home: https://truecharts.org/docs/charts/stable/watchyourlan icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png keywords: - network @@ -17,9 +17,9 @@ maintainers: url: https://truecharts.org name: watchyourlan sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/watchyourlan + - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan - https://github.com/aceberg/WatchYourLAN -version: 3.0.1 +version: 3.1.0 annotations: truecharts.org/catagories: | - network diff --git a/charts/incubator/watchyourlan/README.md b/charts/stable/watchyourlan/README.md similarity index 95% rename from charts/incubator/watchyourlan/README.md rename to charts/stable/watchyourlan/README.md index ba03a658d52..53a12421c6f 100644 --- a/charts/incubator/watchyourlan/README.md +++ b/charts/stable/watchyourlan/README.md @@ -5,13 +5,13 @@ Lightweight network IP scanner with web GUI 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: [watchyourlan](https://truecharts.org/docs/charts/incubator/watchyourlan) +For more information, please click here: [watchyourlan](https://truecharts.org/docs/charts/stable/watchyourlan) **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 -* +* * ## Requirements diff --git a/charts/incubator/watchyourlan/icon.png b/charts/stable/watchyourlan/icon.png similarity index 100% rename from charts/incubator/watchyourlan/icon.png rename to charts/stable/watchyourlan/icon.png diff --git a/charts/incubator/watchyourlan/questions.yaml b/charts/stable/watchyourlan/questions.yaml similarity index 100% rename from charts/incubator/watchyourlan/questions.yaml rename to charts/stable/watchyourlan/questions.yaml diff --git a/charts/incubator/watchyourlan/templates/common.yaml b/charts/stable/watchyourlan/templates/common.yaml similarity index 100% rename from charts/incubator/watchyourlan/templates/common.yaml rename to charts/stable/watchyourlan/templates/common.yaml diff --git a/charts/incubator/watchyourlan/values.yaml b/charts/stable/watchyourlan/values.yaml similarity index 100% rename from charts/incubator/watchyourlan/values.yaml rename to charts/stable/watchyourlan/values.yaml