From 1c1541bbf026ade52e62677195934352b77f19a3 Mon Sep 17 00:00:00 2001 From: sagit <36596628+Sagit-chu@users.noreply.github.com> Date: Sun, 3 Apr 2022 21:32:37 +0800 Subject: [PATCH] chore(meshcentral): Adjust description (#2412) * chore(meshcentral): Adjust description * bump Co-authored-by: Kjeld Schouten-Lebbing --- charts/incubator/meshcentral/Chart.yaml | 2 +- charts/incubator/meshcentral/questions.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/incubator/meshcentral/Chart.yaml b/charts/incubator/meshcentral/Chart.yaml index 41d2dd00eb5..010fa38f567 100644 --- a/charts/incubator/meshcentral/Chart.yaml +++ b/charts/incubator/meshcentral/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral -version: 0.0.9 +version: 0.1.0 appVersion: "latest" description: MeshCentral is a full computer management web site type: application diff --git a/charts/incubator/meshcentral/questions.yaml b/charts/incubator/meshcentral/questions.yaml index 1db0bfa7470..734a2ae9a6b 100644 --- a/charts/incubator/meshcentral/questions.yaml +++ b/charts/incubator/meshcentral/questions.yaml @@ -89,49 +89,49 @@ questions: default: "my.domain.com" - variable: REVERSE_PROXY label: "REVERSE_PROXY" - description: "default false, set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy" + description: "Set to your reverse proxy domain if you want to put meshcentral behind a reverse proxy" schema: type: string default: "" - variable: REVERSE_PROXY_TLS_PORT label: "REVERSE_PROXY_TLS_PORT" - description: "REVERSE_PROXY_TLS_PORT" + description: "Set to your reverse proxy port if you want to put meshcentral behind a reverse proxy" schema: type: string default: "" - variable: IFRAME label: "IFRAME" - description: "set to true if you wish to enable iframe support" + description: "Set to true if you wish to enable iframe support" schema: type: boolean default: false - variable: ALLOW_NEW_ACCOUNTS label: "ALLOW_NEW_ACCOUNTS" - description: "set to false if you want disable self-service creation of new accounts besides the first (admin)" + description: "Set to false if you want disable self-service creation of new accounts besides the first (admin)" schema: type: boolean default: true - variable: WEBRTC label: "WEBRTC" - description: "set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution" + description: "Set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution" schema: type: boolean default: false - variable: ALLOWPLUGINS label: "ALLOWPLUGINS" - description: "et to true to allow plugins" + description: "Set to true to allow plugins" schema: type: boolean default: false - variable: LOCALSESSIONRECORDING label: "LOCALSESSIONRECORDING" - description: "set to true to allow session recording" + description: "Set to true to allow session recording" schema: type: boolean default: false - variable: MINIFY label: "MINIFY" - description: "set to enable or disable minification of json, reduces traffic" + description: "Set to enable or disable minification of json, reduces traffic" schema: type: boolean default: true