Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
86504ff0d9
commit
ee60b4b5a9
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [metallb-4.0.9](https://github.com/truecharts/charts/compare/metallb-4.0.8...metallb-4.0.9) (2022-09-14)
|
||||
|
||||
### Fix
|
||||
|
||||
- indent issue with L2 advertisements ([#3777](https://github.com/truecharts/charts/issues/3777))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metallb-4.0.8](https://github.com/truecharts/charts/compare/metallb-4.0.7...metallb-4.0.8) (2022-09-13)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
### Chore
|
||||
|
||||
- cleanup and move to enterprise train ([#3740](https://github.com/truecharts/charts/issues/3740))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metallb-3.0.0](https://github.com/truecharts/charts/compare/metallb-2.0.14...metallb-3.0.0) (2022-09-11)
|
||||
|
||||
### Chore
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://metallb.github.io/metallb
|
||||
version: 0.13.5
|
||||
digest: sha256:c77c18eacf245a73d3a8644cc4db9295d4bb818582b1816ce056ed829bb8884d
|
||||
generated: "2022-09-13T18:20:27.595085559Z"
|
||||
generated: "2022-09-14T19:29:10.024907928Z"
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 4.0.8
|
||||
version: 4.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
|
@ -1,6 +1,6 @@
|
|||
# metallb
|
||||
|
||||
![Version: 4.0.8](https://img.shields.io/badge/Version-4.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: upstream](https://img.shields.io/badge/AppVersion-upstream-informational?style=flat-square)
|
||||
![Version: 4.0.9](https://img.shields.io/badge/Version-4.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: upstream](https://img.shields.io/badge/AppVersion-upstream-informational?style=flat-square)
|
||||
|
||||
A network load-balancer implementation for Kubernetes using standard routing protocols
|
||||
|
|
@ -154,21 +154,21 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: nodeSelectors
|
||||
label: Node Selectors
|
||||
description: NodeSelectors allows to limit the nodes to announce as
|
||||
next hops for the LoadBalancer IP. When empty, all the nodes having are
|
||||
announced as next hops.
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: nodeSelectorEntry
|
||||
label: Node Selector Entry
|
||||
- variable: nodeSelectors
|
||||
label: Node Selectors
|
||||
description: NodeSelectors allows to limit the nodes to announce as
|
||||
next hops for the LoadBalancer IP. When empty, all the nodes having are
|
||||
announced as next hops.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: nodeSelectorEntry
|
||||
label: Node Selector Entry
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: Communities
|
||||
group: App Configuration
|
||||
label: Communities
|
Loading…
Reference in New Issue