From 9150ce345e597dc948c865bcb8ed0877939f49a3 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 28 Dec 2022 01:07:35 +0200 Subject: [PATCH] revert meshcentral changes --- charts/stable/meshcentral/Chart.yaml | 2 +- charts/stable/meshcentral/questions.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml index 26b51614399..631b9914e14 100644 --- a/charts/stable/meshcentral/Chart.yaml +++ b/charts/stable/meshcentral/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral -version: 9.0.22 +version: 9.0.23 appVersion: "1.1.2" description: MeshCentral is a full computer management web site type: application diff --git a/charts/stable/meshcentral/questions.yaml b/charts/stable/meshcentral/questions.yaml index b14677cfd66..7f94c06f420 100644 --- a/charts/stable/meshcentral/questions.yaml +++ b/charts/stable/meshcentral/questions.yaml @@ -40,12 +40,14 @@ questions: description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example traefik.ix-traefik.svc.cluster.local schema: type: string + required: true default: "" - variable: trustedProxy label: trustedProxy description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example traefik.ix-traefik.svc.cluster.local schema: type: string + required: true default: "" - variable: WANonly label: WANonly