Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-09-13 18:26:42 +00:00
parent 651b86d64b
commit 5df097d2f6
15 changed files with 17 additions and 27 deletions

View File

@@ -2,6 +2,15 @@
## [metallb-4.0.8](https://github.com/truecharts/charts/compare/metallb-4.0.7...metallb-4.0.8) (2022-09-13)
### Fix
- fix indent issue
## [metallb-4.0.7](https://github.com/truecharts/charts/compare/metallb-4.0.6...metallb-4.0.7) (2022-09-13)
### Fix
@@ -88,12 +97,3 @@
### Chore
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
### Feat
- update for v0.13 ([#3695](https://github.com/truecharts/charts/issues/3695))

View File

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

View File

@@ -25,7 +25,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 4.0.7
version: 4.0.8
annotations:
truecharts.org/catagories: |
- core

View File

@@ -1,6 +1,6 @@
# metallb
![Version: 4.0.7](https://img.shields.io/badge/Version-4.0.7-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.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)
A network load-balancer implementation for Kubernetes using standard routing protocols

View File

@@ -1,9 +1,7 @@
{{- range .Values.BGPAdvertisements }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta1
kind: BGPAdvertisement

View File

@@ -1,9 +1,7 @@
{{- if .Values.Communities }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta1
kind: Community

View File

@@ -1,9 +1,7 @@
{{- range .Values.ipAddressPools }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool

View File

@@ -1,9 +1,7 @@
{{- range .Values.L2Advertisements }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement

View File

@@ -1,9 +1,7 @@
{{- range .Values.Peers }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta2
kind: BGPPeer