fix(meshcentral): Fix port type (#2373)
* fix(meshcentral): Fix port type * change positions * Update Chart.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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": {
|
||||
"": {
|
||||
|
||||
Reference in New Issue
Block a user