Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-10-26 10:38:32 +00:00
parent 2fb05c3b66
commit 1099e71469
13 changed files with 22 additions and 17 deletions

View File

@ -2,6 +2,19 @@
## [meshcentral-5.0.7](https://github.com/truecharts/charts/compare/meshcentral-5.0.6...meshcentral-5.0.7) (2022-10-26)
### Chore
- Auto-update chart README [skip ci]
### Fix
- default to HTTP for service ([#4197](https://github.com/truecharts/charts/issues/4197))
## [meshcentral-5.0.6](https://github.com/truecharts/charts/compare/meshcentral-5.0.5...meshcentral-5.0.6) (2022-10-26)
### Chore
@ -84,16 +97,3 @@
## [meshcentral-4.0.16](https://github.com/truecharts/charts/compare/meshcentral-4.0.15...meshcentral-4.0.16) (2022-10-19)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122))
## [meshcentral-4.0.15](https://github.com/truecharts/charts/compare/meshcentral-4.0.14...meshcentral-4.0.15) (2022-10-12)
### Chore

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 2.0.40
digest: sha256:d4f7a8e0a0b71397241720094b69aaafad84c580c21f86c83d521e03affddb20
generated: "2022-10-26T08:45:50.815482597Z"
generated: "2022-10-26T10:36:25.435047898Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
appVersion: "1.0.90"
version: 5.0.6
version: 5.0.7
description: MeshCentral is a full computer management web site
type: application
deprecated: false

View File

@ -0,0 +1,5 @@
service:
main:
ports:
main:
protocol: HTTPS

View File

@ -942,8 +942,8 @@ service:
main:
ports:
main:
# - Set this to HTTP if certs are served by a proxy
protocol: HTTPS
# Only use HTTPS if meshcental handles the certs
protocol: HTTP
port: 10205
# mps:
# enabled: true