diff --git a/charts/enterprise/metallb/Chart.yaml b/charts/enterprise/metallb/Chart.yaml index 7a9a3719952..92bdcb034ee 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.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/metallb/questions.yaml b/charts/enterprise/metallb/questions.yaml index 6a9a1f3128b..5c2e25dc5c1 100644 --- a/charts/enterprise/metallb/questions.yaml +++ b/charts/enterprise/metallb/questions.yaml @@ -3,6 +3,7 @@ questions: # Include{global} # Include{controller} - variable: ipAddressPools + group: "App Configuration" label: IP Address Pools Object schema: additional_attrs: true @@ -47,6 +48,7 @@ questions: default: "" required: true - variable: L2Advertisements + group: "App Configuration" label: L2 Advertisements description: L2Advertisement allows to advertise the LoadBalancer IPs provided by the selected pools via L2. @@ -92,6 +94,7 @@ questions: default: "" required: true - variable: Communities + group: "App Configuration" label: Communities description: Community is a collection of aliases for communities. Users can define named aliases to be used in the BGPPeer CRD. @@ -115,6 +118,7 @@ questions: required: true default: "" - variable: Peers + group: "App Configuration" label: Peers description: BGPPeer is the Schema for the peers API. schema: @@ -214,6 +218,7 @@ questions: default: "" required: true - variable: BGPAdvertisements + group: "App Configuration" label: BGP Advertisements description: BGPAdvertisement allows to advertise the IPs coming from the selected IPAddressPools via BGP.