Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-10-27 18:37:28 +00:00
parent 7ec678ae65
commit 2b4e56b7ab
13 changed files with 15 additions and 23 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -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.