diff --git a/charts/incubator/meshcentral/Chart.yaml b/charts/incubator/meshcentral/Chart.yaml index fccc3165537..3de535c3287 100644 --- a/charts/incubator/meshcentral/Chart.yaml +++ b/charts/incubator/meshcentral/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/charts/incubator/meshcentral/questions.yaml b/charts/incubator/meshcentral/questions.yaml index 8f902bb7857..f04b34b459e 100644 --- a/charts/incubator/meshcentral/questions.yaml +++ b/charts/incubator/meshcentral/questions.yaml @@ -50,12 +50,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/charts/incubator/meshcentral/values.yaml b/charts/incubator/meshcentral/values.yaml index 01bf926930e..49bf9e5ed68 100644 --- a/charts/incubator/meshcentral/values.yaml +++ b/charts/incubator/meshcentral/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