Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-10 18:00:39 +00:00
parent ad66d8336d
commit 325e80834d
11 changed files with 50 additions and 37 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br> # Changelog<br>
<a name="metallb-0.0.3"></a>
### [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
<a name="metallb-0.0.2"></a> <a name="metallb-0.0.2"></a>
### [metallb-0.0.2](https://github.com/truecharts/apps/compare/metallb-0.0.1...metallb-0.0.2) (2021-11-10) ### [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 @@
<a name="metallb-0.0.1"></a> <a name="metallb-0.0.1"></a>
### metallb-0.0.1 (2021-11-10) ### metallb-0.0.1 (2021-11-10)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://metallb.github.io/metallb repository: https://metallb.github.io/metallb
version: 0.11.0 version: 0.11.0
digest: sha256:a8dc776d571e5b6647b6c32be39afb92ddece6271c6d135d9da48a18d740d859 digest: sha256:a8dc776d571e5b6647b6c32be39afb92ddece6271c6d135d9da48a18d740d859
generated: "2021-11-10T16:50:25.452377888Z" generated: "2021-11-10T17:58:16.079799337Z"

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/metallb/metallb - https://github.com/metallb/metallb
- https://metallb.universe.tf - https://metallb.universe.tf
type: application type: application
version: 0.0.2 version: 0.0.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- core - core

View File

@ -38,49 +38,54 @@ questions:
default: true default: true
hidden: true hidden: true
- variable: controller - variable: metallb
group: "App Configuration" group: "App Configuration"
label: "" label: ""
schema: schema:
type: dict type: dict
attrs: attrs:
- variable: address-pools - variable: configInline
label: "Address Pools" label: "MetalLB Configuration"
schema: schema:
type: list type: dict
default: [] attrs:
items: - variable: address-pools
- variable: address-pools-entry label: "Address Pools"
group: "Address Pool"
label: ""
schema: schema:
type: dict type: list
attrs: default: []
- variable: name items:
label: "Name" - variable: address-pools-entry
group: "Address Pool"
label: ""
schema: schema:
type: string type: dict
default: "" attrs:
required: true - variable: name
- variable: protocol label: "Name"
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: schema:
type: string type: string
default: "" default: ""
required: true 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