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>
<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>
### [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>
### metallb-0.0.1 (2021-11-10)

View File

@ -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"

View File

@ -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

View File

@ -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