diff --git a/charts/incubator/metallb/Chart.yaml b/charts/incubator/metallb/Chart.yaml index 113df6ff6bf..53da4ba16ef 100644 --- a/charts/incubator/metallb/Chart.yaml +++ b/charts/incubator/metallb/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - core diff --git a/charts/incubator/metallb/questions.yaml b/charts/incubator/metallb/questions.yaml index 1327f53aec6..f010c363fa4 100644 --- a/charts/incubator/metallb/questions.yaml +++ b/charts/incubator/metallb/questions.yaml @@ -2,49 +2,54 @@ questions: # Include{global} - - variable: controller + - variable: metallb group: "App Configuration" label: "" schema: type: dict attrs: - - variable: address-pools - label: "Address Pools" + - variable: configInline + label: "MetalLB Configuration" schema: - type: list - default: [] - items: - - variable: address-pools-entry - group: "Address Pool" - label: "" + type: dict + attrs: + - variable: address-pools + label: "Address Pools" schema: - type: dict - attrs: - - variable: name - label: "Name" + type: list + default: [] + items: + - variable: address-pools-entry + group: "Address Pool" + label: "" schema: - type: string - default: "" - required: true - - variable: protocol - label: "Protocol" - schema: - type: string - default: "layer2" - enum: - - value: "layer2" - description: "layer2" - - value: "bgp" - description: "bgp" - - variable: addresses - label: "Addresses" - schema: - type: list - default: [] - items: - - variable: address - label: "Adress" + type: dict + attrs: + - variable: name + label: "Name" schema: type: string default: "" required: true + - variable: protocol + label: "Protocol" + schema: + type: string + default: "layer2" + enum: + - value: "layer2" + description: "layer2" + - value: "bgp" + description: "bgp" + - variable: addresses + label: "Addresses" + schema: + type: list + default: [] + items: + - variable: address + label: "Adress" + schema: + type: string + default: "" + required: true