diff --git a/charts/incubator/testbed/Chart.yaml b/charts/incubator/testbed/Chart.yaml index 08b3c15772c..4436e5954b1 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: 6.11.23 +version: 6.11.24 diff --git a/charts/incubator/testbed/SCALE/questions.yaml b/charts/incubator/testbed/SCALE/questions.yaml index cf7bdc16f37..c0fa811d36a 100644 --- a/charts/incubator/testbed/SCALE/questions.yaml +++ b/charts/incubator/testbed/SCALE/questions.yaml @@ -299,7 +299,7 @@ questions: hidden: true - variable: type label: "(Advanced) Type of Storage" - description: "Type of storage. Warning: Anything other than pvc will not work with rollback!" + description: "Type of storage. Warning: Anything other than pvc will not work with rollback!"" schema: type: string default: "pvc" @@ -468,7 +468,7 @@ questions: hidden: true - variable: type label: "(Advanced) Type of Storage" - description: "Type of storage. Warning: Anything other than pvc will not work with rollback!" + description: "Type of storage. Warning: Anything other than pvc will not work with rollback!"" schema: type: string default: "pvc" @@ -725,11 +725,13 @@ questions: schema: type: boolean default: false - - variable: ingressClassName - label: "IngressClass Name" - schema: - type: string - default: "" + show_subquestions_if: true + subquestions: + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" - variable: labelsList label: "Labels" schema: