From 124dccdd063f1a1a64a899c4d97b07e4e172bc8b Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sat, 29 Oct 2022 20:17:46 -0400 Subject: [PATCH] feat(MeshCentral): Move to Stable (#4237) --- .../meshcentral/.helmignore | 0 .../meshcentral/CHANGELOG.md | 0 .../meshcentral/Chart.yaml | 2 +- .../meshcentral/README.md | 214 +++++++++--------- .../meshcentral/ci/ci-values.yaml | 0 .../docs/installation-instructions.md | 0 .../meshcentral/icon.png | Bin .../meshcentral/questions.yaml | 0 .../meshcentral/templates/_secret.tpl | 0 .../meshcentral/templates/common.yaml | 0 .../meshcentral/values.yaml | 0 11 files changed, 108 insertions(+), 108 deletions(-) rename charts/{incubator => stable}/meshcentral/.helmignore (100%) rename charts/{incubator => stable}/meshcentral/CHANGELOG.md (100%) rename charts/{incubator => stable}/meshcentral/Chart.yaml (98%) rename charts/{incubator => stable}/meshcentral/README.md (96%) rename charts/{incubator => stable}/meshcentral/ci/ci-values.yaml (100%) rename charts/{incubator => stable}/meshcentral/docs/installation-instructions.md (100%) rename charts/{incubator => stable}/meshcentral/icon.png (100%) rename charts/{incubator => stable}/meshcentral/questions.yaml (100%) rename charts/{incubator => stable}/meshcentral/templates/_secret.tpl (100%) rename charts/{incubator => stable}/meshcentral/templates/common.yaml (100%) rename charts/{incubator => stable}/meshcentral/values.yaml (100%) diff --git a/charts/incubator/meshcentral/.helmignore b/charts/stable/meshcentral/.helmignore similarity index 100% rename from charts/incubator/meshcentral/.helmignore rename to charts/stable/meshcentral/.helmignore diff --git a/charts/incubator/meshcentral/CHANGELOG.md b/charts/stable/meshcentral/CHANGELOG.md similarity index 100% rename from charts/incubator/meshcentral/CHANGELOG.md rename to charts/stable/meshcentral/CHANGELOG.md diff --git a/charts/incubator/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml similarity index 98% rename from charts/incubator/meshcentral/Chart.yaml rename to charts/stable/meshcentral/Chart.yaml index af92cf758b4..21a5f388485 100644 --- a/charts/incubator/meshcentral/Chart.yaml +++ b/charts/stable/meshcentral/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral -version: 6.0.0 +version: 6.0.1 appVersion: "1.0.92" description: MeshCentral is a full computer management web site type: application diff --git a/charts/incubator/meshcentral/README.md b/charts/stable/meshcentral/README.md similarity index 96% rename from charts/incubator/meshcentral/README.md rename to charts/stable/meshcentral/README.md index 56b550f7773..90e56acc982 100644 --- a/charts/incubator/meshcentral/README.md +++ b/charts/stable/meshcentral/README.md @@ -1,107 +1,107 @@ -# meshcentral - -MeshCentral is a full computer management web site - -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: [meshcentral](https://truecharts.org/docs/charts/incubator/meshcentral) - -**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 - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mongodb | 2.0.42 | -| https://library-charts.truecharts.org | common | 10.7.8 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `meshcentral` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install meshcentral TrueCharts/meshcentral -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `meshcentral` deployment - -```console -helm uninstall meshcentral -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install meshcentral \ - --set env.TZ="America/New York" \ - TrueCharts/meshcentral -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install meshcentral TrueCharts/meshcentral -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/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 +# meshcentral + +MeshCentral is a full computer management web site + +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: [meshcentral](https://truecharts.org/docs/charts/incubator/meshcentral) + +**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 + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mongodb | 2.0.42 | +| https://library-charts.truecharts.org | common | 10.7.8 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `meshcentral` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install meshcentral TrueCharts/meshcentral +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `meshcentral` deployment + +```console +helm uninstall meshcentral +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install meshcentral \ + --set env.TZ="America/New York" \ + TrueCharts/meshcentral +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install meshcentral TrueCharts/meshcentral -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/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/charts/incubator/meshcentral/ci/ci-values.yaml b/charts/stable/meshcentral/ci/ci-values.yaml similarity index 100% rename from charts/incubator/meshcentral/ci/ci-values.yaml rename to charts/stable/meshcentral/ci/ci-values.yaml diff --git a/charts/incubator/meshcentral/docs/installation-instructions.md b/charts/stable/meshcentral/docs/installation-instructions.md similarity index 100% rename from charts/incubator/meshcentral/docs/installation-instructions.md rename to charts/stable/meshcentral/docs/installation-instructions.md diff --git a/charts/incubator/meshcentral/icon.png b/charts/stable/meshcentral/icon.png similarity index 100% rename from charts/incubator/meshcentral/icon.png rename to charts/stable/meshcentral/icon.png diff --git a/charts/incubator/meshcentral/questions.yaml b/charts/stable/meshcentral/questions.yaml similarity index 100% rename from charts/incubator/meshcentral/questions.yaml rename to charts/stable/meshcentral/questions.yaml diff --git a/charts/incubator/meshcentral/templates/_secret.tpl b/charts/stable/meshcentral/templates/_secret.tpl similarity index 100% rename from charts/incubator/meshcentral/templates/_secret.tpl rename to charts/stable/meshcentral/templates/_secret.tpl diff --git a/charts/incubator/meshcentral/templates/common.yaml b/charts/stable/meshcentral/templates/common.yaml similarity index 100% rename from charts/incubator/meshcentral/templates/common.yaml rename to charts/stable/meshcentral/templates/common.yaml diff --git a/charts/incubator/meshcentral/values.yaml b/charts/stable/meshcentral/values.yaml similarity index 100% rename from charts/incubator/meshcentral/values.yaml rename to charts/stable/meshcentral/values.yaml