fix(meshcentral): Fix port type (#2373)

* fix(meshcentral): Fix port type

* change positions

* Update Chart.yaml
This commit is contained in:
sagit
2022-04-01 14:06:56 +08:00
committed by GitHub
parent dd44aa714d
commit 1d149dcb5e
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -89,7 +89,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: ""
@@ -176,7 +176,7 @@ questions:
label: "Port Type"
schema:
type: string
default: "HTTP"
default: "HTTPS"
enum:
- value: HTTP
description: "HTTP"

View File

@@ -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": {
"": {