Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1d1d396c3d
commit
7ec678ae65
|
@ -2,6 +2,19 @@
|
|||
|
||||
|
||||
|
||||
## [meshcentral-5.0.11](https://github.com/truecharts/charts/compare/meshcentral-5.0.10...meshcentral-5.0.11) (2022-10-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
### Fix
|
||||
|
||||
- try unsetting maintanancemode ([#4214](https://github.com/truecharts/charts/issues/4214))
|
||||
|
||||
|
||||
|
||||
|
||||
## [meshcentral-5.0.10](https://github.com/truecharts/charts/compare/meshcentral-5.0.9...meshcentral-5.0.10) (2022-10-27)
|
||||
|
||||
### Chore
|
||||
|
@ -84,16 +97,3 @@
|
|||
- Auto-update chart README [skip ci]
|
||||
|
||||
### Fix
|
||||
|
||||
- fix typo ([#4185](https://github.com/truecharts/charts/issues/4185))
|
||||
|
||||
|
||||
|
||||
|
||||
## [meshcentral-5.0.3](https://github.com/truecharts/charts/compare/meshcentral-5.0.2...meshcentral-5.0.3) (2022-10-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182))
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org/
|
||||
version: 2.0.42
|
||||
digest: sha256:368ab09d96987d02826b4821e7040b6230712e811bfec896c486195289b5f81d
|
||||
generated: "2022-10-27T13:54:35.334142339Z"
|
||||
generated: "2022-10-27T17:06:33.281767608Z"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
kubeVersion: ">=1.16.0-0"
|
||||
name: meshcentral
|
||||
appVersion: "1.0.90"
|
||||
version: 5.0.10
|
||||
version: 5.0.11
|
||||
description: MeshCentral is a full computer management web site
|
||||
type: application
|
||||
deprecated: false
|
|
@ -50,7 +50,7 @@ meshcentral:
|
|||
# - 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: false
|
||||
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
|
|
@ -189,21 +189,24 @@ questions:
|
|||
description: Set this to the primary DNS name of this MeshCentral server.
|
||||
schema:
|
||||
type: string
|
||||
# required: true
|
||||
default: ""
|
||||
- variable: tlsOffload
|
||||
label: tlsOffload
|
||||
description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example 127.0.0.1,traefik.ix-traefik.svc.cluster.local
|
||||
description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example traefik.ix-traefik.svc.cluster.local
|
||||
schema:
|
||||
type: string
|
||||
# required: true
|
||||
default: ""
|
||||
- variable: trustedProxy
|
||||
label: trustedProxy
|
||||
description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example 127.0.0.1,traefik.ix-traefik.svc.cluster.local
|
||||
description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example traefik.ix-traefik.svc.cluster.local
|
||||
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
|
||||
# required: true
|
||||
default: ""
|
||||
- variable: WANonly
|
||||
label: WANonly
|
Loading…
Reference in New Issue