Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
2fb05c3b66
commit
1099e71469
|
@ -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)
|
## [meshcentral-5.0.6](https://github.com/truecharts/charts/compare/meshcentral-5.0.5...meshcentral-5.0.6) (2022-10-26)
|
||||||
|
|
||||||
### Chore
|
### 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
|
|
|
@ -6,4 +6,4 @@ dependencies:
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 2.0.40
|
version: 2.0.40
|
||||||
digest: sha256:d4f7a8e0a0b71397241720094b69aaafad84c580c21f86c83d521e03affddb20
|
digest: sha256:d4f7a8e0a0b71397241720094b69aaafad84c580c21f86c83d521e03affddb20
|
||||||
generated: "2022-10-26T08:45:50.815482597Z"
|
generated: "2022-10-26T10:36:25.435047898Z"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: meshcentral
|
name: meshcentral
|
||||||
appVersion: "1.0.90"
|
appVersion: "1.0.90"
|
||||||
version: 5.0.6
|
version: 5.0.7
|
||||||
description: MeshCentral is a full computer management web site
|
description: MeshCentral is a full computer management web site
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,5 @@
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
protocol: HTTPS
|
|
@ -942,8 +942,8 @@ service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
# - Set this to HTTP if certs are served by a proxy
|
# Only use HTTPS if meshcental handles the certs
|
||||||
protocol: HTTPS
|
protocol: HTTP
|
||||||
port: 10205
|
port: 10205
|
||||||
# mps:
|
# mps:
|
||||||
# enabled: true
|
# enabled: true
|
Loading…
Reference in New Issue