Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
44cb58e73d
commit
7a012aff89
|
@ -1,14 +0,0 @@
|
|||
{{- range .Values.ipAddressPools }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: {{ .addressPool.name }}
|
||||
spec:
|
||||
addresses:
|
||||
{{- range .addressPool.addresses }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
autoAssign: {{ .addressPool.autoAssign | default true }}
|
||||
avoidBuggyIPs: {{ .addressPool.avoidBuggyIPs | default false }}
|
||||
{{- end }}
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
|
||||
|
||||
## [metallb-4.0.5](https://github.com/truecharts/charts/compare/metallb-4.0.4...metallb-4.0.5) (2022-09-13)
|
||||
|
||||
|
||||
|
||||
|
||||
## [metallb-4.0.4](https://github.com/truecharts/charts/compare/metallb-4.0.2...metallb-4.0.4) (2022-09-13)
|
||||
|
||||
### Chore
|
||||
|
@ -92,8 +97,3 @@
|
|||
|
||||
### Chore
|
||||
|
||||
- Update Readme and Description on SCALE
|
||||
|
||||
|
||||
|
||||
## [metallb-2.0.11](https://github.com/truecharts/apps/compare/metallb-2.0.10...metallb-2.0.11) (2022-07-14)
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://metallb.github.io/metallb
|
||||
version: 0.13.5
|
||||
digest: sha256:c77c18eacf245a73d3a8644cc4db9295d4bb818582b1816ce056ed829bb8884d
|
||||
generated: "2022-09-13T06:14:55.94118065Z"
|
||||
generated: "2022-09-13T12:03:14.095682922Z"
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 4.0.4
|
||||
version: 4.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
|
@ -1,6 +1,6 @@
|
|||
# metallb
|
||||
|
||||
![Version: 4.0.4](https://img.shields.io/badge/Version-4.0.4-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.5](https://img.shields.io/badge/Version-4.0.5-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
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
{{- range .Values.ipAddressPools }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: {{ .name }}
|
||||
spec:
|
||||
addresses:
|
||||
{{- range .addresses }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
autoAssign: {{ .autoAssign | default true }}
|
||||
avoidBuggyIPs: {{ .avoidBuggyIPs | default false }}
|
||||
{{- end }}
|
Loading…
Reference in New Issue