diff --git a/incubator/metallb/0.0.2/CHANGELOG.md b/incubator/metallb/0.0.3/CHANGELOG.md similarity index 54% rename from incubator/metallb/0.0.2/CHANGELOG.md rename to incubator/metallb/0.0.3/CHANGELOG.md index b99ecdab24e..4ff15ce484b 100644 --- a/incubator/metallb/0.0.2/CHANGELOG.md +++ b/incubator/metallb/0.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [metallb-0.0.3](https://github.com/truecharts/apps/compare/metallb-0.0.2...metallb-0.0.3) (2021-11-10) + +#### Fix + +* correct questions structure + + + ### [metallb-0.0.2](https://github.com/truecharts/apps/compare/metallb-0.0.1...metallb-0.0.2) (2021-11-10) @@ -8,4 +17,3 @@ ### metallb-0.0.1 (2021-11-10) - diff --git a/incubator/metallb/0.0.2/CONFIG.md b/incubator/metallb/0.0.3/CONFIG.md similarity index 100% rename from incubator/metallb/0.0.2/CONFIG.md rename to incubator/metallb/0.0.3/CONFIG.md diff --git a/incubator/metallb/0.0.2/Chart.lock b/incubator/metallb/0.0.3/Chart.lock similarity index 80% rename from incubator/metallb/0.0.2/Chart.lock rename to incubator/metallb/0.0.3/Chart.lock index eef9bdf910c..3d6b62fdbe9 100644 --- a/incubator/metallb/0.0.2/Chart.lock +++ b/incubator/metallb/0.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://metallb.github.io/metallb version: 0.11.0 digest: sha256:a8dc776d571e5b6647b6c32be39afb92ddece6271c6d135d9da48a18d740d859 -generated: "2021-11-10T16:50:25.452377888Z" +generated: "2021-11-10T17:58:16.079799337Z" diff --git a/incubator/metallb/0.0.2/Chart.yaml b/incubator/metallb/0.0.3/Chart.yaml similarity index 98% rename from incubator/metallb/0.0.2/Chart.yaml rename to incubator/metallb/0.0.3/Chart.yaml index 113df6ff6bf..53da4ba16ef 100644 --- a/incubator/metallb/0.0.2/Chart.yaml +++ b/incubator/metallb/0.0.3/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/incubator/metallb/0.0.2/README.md b/incubator/metallb/0.0.3/README.md similarity index 100% rename from incubator/metallb/0.0.2/README.md rename to incubator/metallb/0.0.3/README.md diff --git a/incubator/metallb/0.0.2/app-readme.md b/incubator/metallb/0.0.3/app-readme.md similarity index 100% rename from incubator/metallb/0.0.2/app-readme.md rename to incubator/metallb/0.0.3/app-readme.md diff --git a/incubator/metallb/0.0.2/charts/metallb-0.11.0.tgz b/incubator/metallb/0.0.3/charts/metallb-0.11.0.tgz similarity index 100% rename from incubator/metallb/0.0.2/charts/metallb-0.11.0.tgz rename to incubator/metallb/0.0.3/charts/metallb-0.11.0.tgz diff --git a/incubator/metallb/0.0.2/helm-values.md b/incubator/metallb/0.0.3/helm-values.md similarity index 100% rename from incubator/metallb/0.0.2/helm-values.md rename to incubator/metallb/0.0.3/helm-values.md diff --git a/incubator/metallb/0.0.2/ix_values.yaml b/incubator/metallb/0.0.3/ix_values.yaml similarity index 100% rename from incubator/metallb/0.0.2/ix_values.yaml rename to incubator/metallb/0.0.3/ix_values.yaml diff --git a/incubator/metallb/0.0.2/questions.yaml b/incubator/metallb/0.0.3/questions.yaml similarity index 50% rename from incubator/metallb/0.0.2/questions.yaml rename to incubator/metallb/0.0.3/questions.yaml index f40ea907592..00ba74c3cda 100644 --- a/incubator/metallb/0.0.2/questions.yaml +++ b/incubator/metallb/0.0.3/questions.yaml @@ -38,49 +38,54 @@ questions: default: true hidden: true - - 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 diff --git a/incubator/metallb/0.0.2/values.yaml b/incubator/metallb/0.0.3/values.yaml similarity index 100% rename from incubator/metallb/0.0.2/values.yaml rename to incubator/metallb/0.0.3/values.yaml