diff --git a/incubator/meshcentral/5.0.11/CHANGELOG.md b/incubator/meshcentral/5.0.12/CHANGELOG.md similarity index 87% rename from incubator/meshcentral/5.0.11/CHANGELOG.md rename to incubator/meshcentral/5.0.12/CHANGELOG.md index a56044712af..3b645b8cb0f 100644 --- a/incubator/meshcentral/5.0.11/CHANGELOG.md +++ b/incubator/meshcentral/5.0.12/CHANGELOG.md @@ -2,6 +2,19 @@ +## [meshcentral-5.0.12](https://github.com/truecharts/charts/compare/meshcentral-5.0.11...meshcentral-5.0.12) (2022-10-27) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- remove maintenancemode config because if set to any value enables it ([#4215](https://github.com/truecharts/charts/issues/4215)) + + + + ## [meshcentral-5.0.11](https://github.com/truecharts/charts/compare/meshcentral-5.0.10...meshcentral-5.0.11) (2022-10-27) ### Chore @@ -84,16 +97,3 @@ ### Chore -- Auto-update chart README [skip ci] - - update docker general non-major ([#4189](https://github.com/truecharts/charts/issues/4189)) - - - - -## [meshcentral-5.0.4](https://github.com/truecharts/charts/compare/meshcentral-5.0.3...meshcentral-5.0.4) (2022-10-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix diff --git a/incubator/meshcentral/5.0.11/Chart.lock b/incubator/meshcentral/5.0.12/Chart.lock similarity index 85% rename from incubator/meshcentral/5.0.11/Chart.lock rename to incubator/meshcentral/5.0.12/Chart.lock index adb41f8cfee..32f58300fe0 100644 --- a/incubator/meshcentral/5.0.11/Chart.lock +++ b/incubator/meshcentral/5.0.12/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.truecharts.org/ version: 2.0.42 digest: sha256:368ab09d96987d02826b4821e7040b6230712e811bfec896c486195289b5f81d -generated: "2022-10-27T17:06:33.281767608Z" +generated: "2022-10-27T18:35:35.44443637Z" diff --git a/incubator/meshcentral/5.0.11/Chart.yaml b/incubator/meshcentral/5.0.12/Chart.yaml similarity index 98% rename from incubator/meshcentral/5.0.11/Chart.yaml rename to incubator/meshcentral/5.0.12/Chart.yaml index fccc3165537..3de535c3287 100644 --- a/incubator/meshcentral/5.0.11/Chart.yaml +++ b/incubator/meshcentral/5.0.12/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral appVersion: "1.0.90" -version: 5.0.11 +version: 5.0.12 description: MeshCentral is a full computer management web site type: application deprecated: false diff --git a/incubator/meshcentral/5.0.11/README.md b/incubator/meshcentral/5.0.12/README.md similarity index 100% rename from incubator/meshcentral/5.0.11/README.md rename to incubator/meshcentral/5.0.12/README.md diff --git a/incubator/meshcentral/5.0.11/app-readme.md b/incubator/meshcentral/5.0.12/app-readme.md similarity index 100% rename from incubator/meshcentral/5.0.11/app-readme.md rename to incubator/meshcentral/5.0.12/app-readme.md diff --git a/incubator/meshcentral/5.0.11/charts/common-10.7.8.tgz b/incubator/meshcentral/5.0.12/charts/common-10.7.8.tgz similarity index 100% rename from incubator/meshcentral/5.0.11/charts/common-10.7.8.tgz rename to incubator/meshcentral/5.0.12/charts/common-10.7.8.tgz diff --git a/incubator/meshcentral/5.0.11/charts/mongodb-2.0.42.tgz b/incubator/meshcentral/5.0.12/charts/mongodb-2.0.42.tgz similarity index 100% rename from incubator/meshcentral/5.0.11/charts/mongodb-2.0.42.tgz rename to incubator/meshcentral/5.0.12/charts/mongodb-2.0.42.tgz diff --git a/incubator/meshcentral/5.0.11/ci/ci-values.yaml b/incubator/meshcentral/5.0.12/ci/ci-values.yaml similarity index 100% rename from incubator/meshcentral/5.0.11/ci/ci-values.yaml rename to incubator/meshcentral/5.0.12/ci/ci-values.yaml diff --git a/incubator/meshcentral/5.0.11/ix_values.yaml b/incubator/meshcentral/5.0.12/ix_values.yaml similarity index 99% rename from incubator/meshcentral/5.0.11/ix_values.yaml rename to incubator/meshcentral/5.0.12/ix_values.yaml index 01bf926930e..49bf9e5ed68 100644 --- a/incubator/meshcentral/5.0.11/ix_values.yaml +++ b/incubator/meshcentral/5.0.12/ix_values.yaml @@ -49,8 +49,6 @@ meshcentral: WANonly: false # - When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets. LANonly: false - # - When enabled the server is in maintenance mode, only administrators can login. Use the maintenance command in server console to change. - maintenanceMode: "" allowLoginToken: false # - Controls the Strict-Transport-Security header, default is 1 year. Set to false to remove, true to force enable, or string to set a custom value. If set to null, MeshCentral will enable if a trusted certificate is set. _StrictTransportSecurity: null diff --git a/incubator/meshcentral/5.0.11/questions.yaml b/incubator/meshcentral/5.0.12/questions.yaml similarity index 99% rename from incubator/meshcentral/5.0.11/questions.yaml rename to incubator/meshcentral/5.0.12/questions.yaml index 9437b849d95..5b8d7b135cf 100644 --- a/incubator/meshcentral/5.0.11/questions.yaml +++ b/incubator/meshcentral/5.0.12/questions.yaml @@ -202,12 +202,6 @@ questions: schema: type: string default: "" - - variable: maintenanceMode - label: maintenanceMode - description: When enabled the server is in maintenance mode, only administrators can login. Use the maintenance command in server console to change. - schema: - type: string - default: "" - variable: WANonly label: WANonly description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name. diff --git a/incubator/meshcentral/5.0.11/templates/_secret.tpl b/incubator/meshcentral/5.0.12/templates/_secret.tpl similarity index 100% rename from incubator/meshcentral/5.0.11/templates/_secret.tpl rename to incubator/meshcentral/5.0.12/templates/_secret.tpl diff --git a/incubator/meshcentral/5.0.11/templates/common.yaml b/incubator/meshcentral/5.0.12/templates/common.yaml similarity index 100% rename from incubator/meshcentral/5.0.11/templates/common.yaml rename to incubator/meshcentral/5.0.12/templates/common.yaml diff --git a/incubator/meshcentral/5.0.11/values.yaml b/incubator/meshcentral/5.0.12/values.yaml similarity index 100% rename from incubator/meshcentral/5.0.11/values.yaml rename to incubator/meshcentral/5.0.12/values.yaml