Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7a012aff89
commit
381ff4550c
|
@ -2,6 +2,11 @@
|
|||
|
||||
|
||||
|
||||
## [metallb-4.0.6](https://github.com/truecharts/charts/compare/metallb-4.0.5...metallb-4.0.6) (2022-09-13)
|
||||
|
||||
|
||||
|
||||
|
||||
## [metallb-4.0.5](https://github.com/truecharts/charts/compare/metallb-4.0.4...metallb-4.0.5) (2022-09-13)
|
||||
|
||||
|
||||
|
@ -92,8 +97,3 @@
|
|||
- update helm general non-major helm releases ([#3268](https://github.com/truecharts/apps/issues/3268))
|
||||
|
||||
|
||||
|
||||
## [metallb-2.0.12](https://github.com/truecharts/apps/compare/metallb-2.0.11...metallb-2.0.12) (2022-07-19)
|
||||
|
||||
### Chore
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://metallb.github.io/metallb
|
||||
version: 0.13.5
|
||||
digest: sha256:c77c18eacf245a73d3a8644cc4db9295d4bb818582b1816ce056ed829bb8884d
|
||||
generated: "2022-09-13T12:03:14.095682922Z"
|
||||
generated: "2022-09-13T14:19:02.629303871Z"
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 4.0.5
|
||||
version: 4.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
|
@ -1,6 +1,6 @@
|
|||
# metallb
|
||||
|
||||
![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)
|
||||
![Version: 4.0.6](https://img.shields.io/badge/Version-4.0.6-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
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
{{- range .Values.BGPAdvertisements }}
|
||||
{{- if .Release.IsInstall }}
|
||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: BGPAdvertisement
|
|
@ -1,4 +1,7 @@
|
|||
{{- if .Values.Communities }}
|
||||
{{- if .Release.IsInstall }}
|
||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: Community
|
|
@ -1,4 +1,7 @@
|
|||
{{- range .Values.ipAddressPools }}
|
||||
{{- if .Release.IsInstall }}
|
||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
|
@ -1,4 +1,7 @@
|
|||
{{- range .Values.L2Advertisements }}
|
||||
{{- if .Release.IsInstall }}
|
||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
|
@ -1,4 +1,7 @@
|
|||
{{- range .Values.Peers }}
|
||||
{{- if .Release.IsInstall }}
|
||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta2
|
||||
kind: BGPPeer
|
Loading…
Reference in New Issue