diff --git a/charts/enterprise/metallb/Chart.yaml b/charts/enterprise/metallb/Chart.yaml index 8d1eddae018..863a4589cb0 100644 --- a/charts/enterprise/metallb/Chart.yaml +++ b/charts/enterprise/metallb/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 4.0.8 +version: 4.0.9 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/metallb/questions.yaml b/charts/enterprise/metallb/questions.yaml index f5d8395cae4..45b15130b92 100644 --- a/charts/enterprise/metallb/questions.yaml +++ b/charts/enterprise/metallb/questions.yaml @@ -88,21 +88,21 @@ questions: type: string default: "" required: true - - variable: nodeSelectors - label: Node Selectors - description: NodeSelectors allows to limit the nodes to announce as - next hops for the LoadBalancer IP. When empty, all the nodes having are - announced as next hops. - schema: - type: list - default: [] - items: - - variable: nodeSelectorEntry - label: Node Selector Entry + - variable: nodeSelectors + label: Node Selectors + description: NodeSelectors allows to limit the nodes to announce as + next hops for the LoadBalancer IP. When empty, all the nodes having are + announced as next hops. schema: - type: string - default: "" - required: true + type: list + default: [] + items: + - variable: nodeSelectorEntry + label: Node Selector Entry + schema: + type: string + default: "" + required: true - variable: Communities group: App Configuration label: Communities