Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-09-14 19:35:35 +00:00
parent 86504ff0d9
commit ee60b4b5a9
15 changed files with 26 additions and 26 deletions

View File

@ -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) ## [metallb-4.0.8](https://github.com/truecharts/charts/compare/metallb-4.0.7...metallb-4.0.8) (2022-09-13)
### Fix ### Fix
@ -88,12 +97,3 @@
### Chore ### 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

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://metallb.github.io/metallb repository: https://metallb.github.io/metallb
version: 0.13.5 version: 0.13.5
digest: sha256:c77c18eacf245a73d3a8644cc4db9295d4bb818582b1816ce056ed829bb8884d digest: sha256:c77c18eacf245a73d3a8644cc4db9295d4bb818582b1816ce056ed829bb8884d
generated: "2022-09-13T18:20:27.595085559Z" generated: "2022-09-14T19:29:10.024907928Z"

View File

@ -25,7 +25,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: 4.0.8 version: 4.0.9
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- core - core

View File

@ -1,6 +1,6 @@
# metallb # 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 A network load-balancer implementation for Kubernetes using standard routing protocols

View File

@ -154,21 +154,21 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: nodeSelectors - variable: nodeSelectors
label: Node Selectors label: Node Selectors
description: NodeSelectors allows to limit the nodes to announce as description: NodeSelectors allows to limit the nodes to announce as
next hops for the LoadBalancer IP. When empty, all the nodes having are next hops for the LoadBalancer IP. When empty, all the nodes having are
announced as next hops. announced as next hops.
schema:
type: list
default: []
items:
- variable: nodeSelectorEntry
label: Node Selector Entry
schema: schema:
type: string type: list
default: "" default: []
required: true items:
- variable: nodeSelectorEntry
label: Node Selector Entry
schema:
type: string
default: ""
required: true
- variable: Communities - variable: Communities
group: App Configuration group: App Configuration
label: Communities label: Communities