From dc60212bc782e4ee5edf585b4a473d916d261fff Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 3 Apr 2022 13:37:39 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../meshcentral/{0.0.9 => 0.1.0}/CHANGELOG.md | 9 +++++++++ .../meshcentral/{0.0.9 => 0.1.0}/CONFIG.md | 0 .../meshcentral/{0.0.9 => 0.1.0}/Chart.lock | 2 +- .../meshcentral/{0.0.9 => 0.1.0}/Chart.yaml | 2 +- .../meshcentral/{0.0.9 => 0.1.0}/README.md | 0 .../meshcentral/{0.0.9 => 0.1.0}/app-readme.md | 0 .../{0.0.9 => 0.1.0}/charts/common-9.2.6.tgz | Bin .../{0.0.9 => 0.1.0}/charts/mongodb-0.0.14.tgz | Bin .../meshcentral/{0.0.9 => 0.1.0}/helm-values.md | 0 .../meshcentral/{0.0.9 => 0.1.0}/ix_values.yaml | 0 .../meshcentral/{0.0.9 => 0.1.0}/questions.yaml | 16 ++++++++-------- .../meshcentral/{0.0.9 => 0.1.0}/security.md | 0 .../{0.0.9 => 0.1.0}/templates/_configmap.tpl | 0 .../{0.0.9 => 0.1.0}/templates/common.yaml | 0 .../meshcentral/{0.0.9 => 0.1.0}/values.yaml | 0 15 files changed, 19 insertions(+), 10 deletions(-) rename incubator/meshcentral/{0.0.9 => 0.1.0}/CHANGELOG.md (84%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/CONFIG.md (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/Chart.lock (85%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/Chart.yaml (98%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/README.md (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/app-readme.md (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/charts/common-9.2.6.tgz (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/charts/mongodb-0.0.14.tgz (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/helm-values.md (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/ix_values.yaml (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/questions.yaml (99%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/security.md (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/templates/_configmap.tpl (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/templates/common.yaml (100%) rename incubator/meshcentral/{0.0.9 => 0.1.0}/values.yaml (100%) diff --git a/incubator/meshcentral/0.0.9/CHANGELOG.md b/incubator/meshcentral/0.1.0/CHANGELOG.md similarity index 84% rename from incubator/meshcentral/0.0.9/CHANGELOG.md rename to incubator/meshcentral/0.1.0/CHANGELOG.md index 0025013a2c..70cbaea120 100644 --- a/incubator/meshcentral/0.0.9/CHANGELOG.md +++ b/incubator/meshcentral/0.1.0/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [meshcentral-0.1.0](https://github.com/truecharts/apps/compare/meshcentral-0.0.9...meshcentral-0.1.0) (2022-04-03) + +#### Chore + +* Adjust description ([#2412](https://github.com/truecharts/apps/issues/2412)) + + + ### [meshcentral-0.0.9](https://github.com/truecharts/apps/compare/meshcentral-0.0.8...meshcentral-0.0.9) (2022-04-03) diff --git a/incubator/meshcentral/0.0.9/CONFIG.md b/incubator/meshcentral/0.1.0/CONFIG.md similarity index 100% rename from incubator/meshcentral/0.0.9/CONFIG.md rename to incubator/meshcentral/0.1.0/CONFIG.md diff --git a/incubator/meshcentral/0.0.9/Chart.lock b/incubator/meshcentral/0.1.0/Chart.lock similarity index 85% rename from incubator/meshcentral/0.0.9/Chart.lock rename to incubator/meshcentral/0.1.0/Chart.lock index 7522f8ea2b..6ba426d2bb 100644 --- a/incubator/meshcentral/0.0.9/Chart.lock +++ b/incubator/meshcentral/0.1.0/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.truecharts.org/ version: 0.0.14 digest: sha256:aa466c05b1f157b9fdd98f0b91c735b4699e32b534447a6b5d52ae15d919a045 -generated: "2022-04-03T13:16:44.230090682Z" +generated: "2022-04-03T13:33:57.139221211Z" diff --git a/incubator/meshcentral/0.0.9/Chart.yaml b/incubator/meshcentral/0.1.0/Chart.yaml similarity index 98% rename from incubator/meshcentral/0.0.9/Chart.yaml rename to incubator/meshcentral/0.1.0/Chart.yaml index 41d2dd00eb..010fa38f56 100644 --- a/incubator/meshcentral/0.0.9/Chart.yaml +++ b/incubator/meshcentral/0.1.0/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral -version: 0.0.9 +version: 0.1.0 appVersion: "latest" description: MeshCentral is a full computer management web site type: application diff --git a/incubator/meshcentral/0.0.9/README.md b/incubator/meshcentral/0.1.0/README.md similarity index 100% rename from incubator/meshcentral/0.0.9/README.md rename to incubator/meshcentral/0.1.0/README.md diff --git a/incubator/meshcentral/0.0.9/app-readme.md b/incubator/meshcentral/0.1.0/app-readme.md similarity index 100% rename from incubator/meshcentral/0.0.9/app-readme.md rename to incubator/meshcentral/0.1.0/app-readme.md diff --git a/incubator/meshcentral/0.0.9/charts/common-9.2.6.tgz b/incubator/meshcentral/0.1.0/charts/common-9.2.6.tgz similarity index 100% rename from incubator/meshcentral/0.0.9/charts/common-9.2.6.tgz rename to incubator/meshcentral/0.1.0/charts/common-9.2.6.tgz diff --git a/incubator/meshcentral/0.0.9/charts/mongodb-0.0.14.tgz b/incubator/meshcentral/0.1.0/charts/mongodb-0.0.14.tgz similarity index 100% rename from incubator/meshcentral/0.0.9/charts/mongodb-0.0.14.tgz rename to incubator/meshcentral/0.1.0/charts/mongodb-0.0.14.tgz diff --git a/incubator/meshcentral/0.0.9/helm-values.md b/incubator/meshcentral/0.1.0/helm-values.md similarity index 100% rename from incubator/meshcentral/0.0.9/helm-values.md rename to incubator/meshcentral/0.1.0/helm-values.md diff --git a/incubator/meshcentral/0.0.9/ix_values.yaml b/incubator/meshcentral/0.1.0/ix_values.yaml similarity index 100% rename from incubator/meshcentral/0.0.9/ix_values.yaml rename to incubator/meshcentral/0.1.0/ix_values.yaml diff --git a/incubator/meshcentral/0.0.9/questions.yaml b/incubator/meshcentral/0.1.0/questions.yaml similarity index 99% rename from incubator/meshcentral/0.0.9/questions.yaml rename to incubator/meshcentral/0.1.0/questions.yaml index a083d5903a..b60d4d320c 100644 --- a/incubator/meshcentral/0.0.9/questions.yaml +++ b/incubator/meshcentral/0.1.0/questions.yaml @@ -183,49 +183,49 @@ questions: default: "my.domain.com" - variable: REVERSE_PROXY label: "REVERSE_PROXY" - description: "default false, set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy" + description: "Set to your reverse proxy domain if you want to put meshcentral behind a reverse proxy" schema: type: string default: "" - variable: REVERSE_PROXY_TLS_PORT label: "REVERSE_PROXY_TLS_PORT" - description: "REVERSE_PROXY_TLS_PORT" + description: "Set to your reverse proxy port if you want to put meshcentral behind a reverse proxy" schema: type: string default: "" - variable: IFRAME label: "IFRAME" - description: "set to true if you wish to enable iframe support" + description: "Set to true if you wish to enable iframe support" schema: type: boolean default: false - variable: ALLOW_NEW_ACCOUNTS label: "ALLOW_NEW_ACCOUNTS" - description: "set to false if you want disable self-service creation of new accounts besides the first (admin)" + description: "Set to false if you want disable self-service creation of new accounts besides the first (admin)" schema: type: boolean default: true - variable: WEBRTC label: "WEBRTC" - description: "set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution" + description: "Set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution" schema: type: boolean default: false - variable: ALLOWPLUGINS label: "ALLOWPLUGINS" - description: "et to true to allow plugins" + description: "Set to true to allow plugins" schema: type: boolean default: false - variable: LOCALSESSIONRECORDING label: "LOCALSESSIONRECORDING" - description: "set to true to allow session recording" + description: "Set to true to allow session recording" schema: type: boolean default: false - variable: MINIFY label: "MINIFY" - description: "set to enable or disable minification of json, reduces traffic" + description: "Set to enable or disable minification of json, reduces traffic" schema: type: boolean default: true diff --git a/incubator/meshcentral/0.0.9/security.md b/incubator/meshcentral/0.1.0/security.md similarity index 100% rename from incubator/meshcentral/0.0.9/security.md rename to incubator/meshcentral/0.1.0/security.md diff --git a/incubator/meshcentral/0.0.9/templates/_configmap.tpl b/incubator/meshcentral/0.1.0/templates/_configmap.tpl similarity index 100% rename from incubator/meshcentral/0.0.9/templates/_configmap.tpl rename to incubator/meshcentral/0.1.0/templates/_configmap.tpl diff --git a/incubator/meshcentral/0.0.9/templates/common.yaml b/incubator/meshcentral/0.1.0/templates/common.yaml similarity index 100% rename from incubator/meshcentral/0.0.9/templates/common.yaml rename to incubator/meshcentral/0.1.0/templates/common.yaml diff --git a/incubator/meshcentral/0.0.9/values.yaml b/incubator/meshcentral/0.1.0/values.yaml similarity index 100% rename from incubator/meshcentral/0.0.9/values.yaml rename to incubator/meshcentral/0.1.0/values.yaml