Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c6777ae344
commit
b67767771a
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="meshcentral-0.0.3"></a>
|
||||
### [meshcentral-0.0.3](https://github.com/truecharts/apps/compare/meshcentral-0.0.2...meshcentral-0.0.3) (2022-04-01)
|
||||
|
||||
#### Fix
|
||||
|
||||
* Fix port type ([#2373](https://github.com/truecharts/apps/issues/2373))
|
||||
|
||||
|
||||
|
||||
<a name="meshcentral-0.0.2"></a>
|
||||
### [meshcentral-0.0.2](https://github.com/truecharts/apps/compare/meshcentral-0.0.1...meshcentral-0.0.2) (2022-04-01)
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org/
|
||||
version: 0.0.13
|
||||
digest: sha256:12c9b2caab977028ea0ee6a574af8a707afac68549c4b1d7145e07bb337df03d
|
||||
generated: "2022-04-01T03:49:53.681892344Z"
|
||||
generated: "2022-04-01T06:09:07.58472599Z"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: meshcentral
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
appVersion: "latest"
|
||||
description: MeshCentral is a full computer management web site
|
||||
type: application
|
|
@ -183,7 +183,7 @@ questions:
|
|||
default: "my.domain.com"
|
||||
- variable: REVERSE_PROXY
|
||||
label: "REVERSE_PROXY"
|
||||
description: "set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy"
|
||||
description: "default false, set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
@ -448,7 +448,7 @@ questions:
|
|||
label: "Port Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "HTTP"
|
||||
default: "HTTPS"
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
|
@ -41,8 +41,8 @@ data:
|
|||
"SelfUpdate": false,
|
||||
"AllowFraming": false,
|
||||
"WebRTC": false,
|
||||
"mongodbcol": "meshcentral",
|
||||
"mongodb": {{ ( printf "%s?client_encoding=utf8" ( .Values.mongodb.url.complete | trimAll "\"" ) ) | quote }}
|
||||
"mongodb": {{ ( printf "%s?client_encoding=utf8" ( .Values.mongodb.url.complete | trimAll "\"" ) ) | quote }},
|
||||
"mongodbcol": "meshcentral"
|
||||
},
|
||||
"domains": {
|
||||
"": {
|
Loading…
Reference in New Issue