From ab3e886299d955d881c9d017497eb356a10d1f86 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 12 Sep 2021 18:10:53 +0200 Subject: [PATCH] testbed vpn should default to disabled --- charts/incubator/testbed/Chart.yaml | 2 +- charts/incubator/testbed/SCALE/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/testbed/Chart.yaml b/charts/incubator/testbed/Chart.yaml index 47bdf22565d..b7dc76703c1 100644 --- a/charts/incubator/testbed/Chart.yaml +++ b/charts/incubator/testbed/Chart.yaml @@ -24,4 +24,4 @@ name: testbed sources: - https://github.com/Jackett/Jackett type: application -version: 7.0.2 +version: 7.0.3 diff --git a/charts/incubator/testbed/SCALE/questions.yaml b/charts/incubator/testbed/SCALE/questions.yaml index df5eb29bc1b..dd71b63359b 100644 --- a/charts/incubator/testbed/SCALE/questions.yaml +++ b/charts/incubator/testbed/SCALE/questions.yaml @@ -1360,7 +1360,7 @@ questions: label: "Type" schema: type: string - default: "openvpn" + default: "disabled" enum: - value: "disabled" description: "disabled"