Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-12-27 21:49:17 +00:00
parent 06dbc7fb63
commit 8bab131829
13 changed files with 22 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [meshcentral-9.0.20](https://github.com/truecharts/charts/compare/meshcentral-9.0.19...meshcentral-9.0.20) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [meshcentral-9.0.21](https://github.com/truecharts/charts/compare/meshcentral-9.0.20...meshcentral-9.0.21) (2022-12-27)
### Chore
- according to upstream only one of them should be set
## [meshcentral-9.0.20](https://github.com/truecharts/charts/compare/meshcentral-9.0.19...meshcentral-9.0.20) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [meshcentral-9.0.10](https://github.com/truecharts/charts/compare/meshcentral-9.0.9...meshcentral-9.0.10) (2022-12-05)
### Chore
- update helm general non-major
## [meshcentral-9.0.9](https://github.com/truecharts/charts/compare/meshcentral-9.0.7...meshcentral-9.0.9) (2022-11-30)

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
version: 9.0.20
version: 9.0.21
appVersion: "1.1.2"
description: MeshCentral is a full computer management web site
type: application

View File

@ -0,0 +1,9 @@
## [meshcentral-9.0.21](https://github.com/truecharts/charts/compare/meshcentral-9.0.20...meshcentral-9.0.21) (2022-12-27)
### Chore
- according to upstream only one of them should be set

View File

@ -114,6 +114,7 @@ questions:
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
show_if: [["trustedProxy", "!=", ""]]
required: true
default: ""
- variable: trustedProxy
@ -121,6 +122,7 @@ questions:
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
show_if: [["tlsOffload", "!=", ""]]
required: true
default: ""
- variable: WANonly