Commit new Chart releases for TrueCharts

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

View File

@@ -2,6 +2,15 @@
## [metallb-4.0.7](https://github.com/truecharts/charts/compare/metallb-4.0.6...metallb-4.0.7) (2022-09-13)
### Fix
- fix error/warning on upgrade
## [metallb-4.0.6](https://github.com/truecharts/charts/compare/metallb-4.0.5...metallb-4.0.6) (2022-09-13)
@@ -88,12 +97,3 @@
## [metallb-2.0.14](https://github.com/truecharts/apps/compare/metallb-2.0.12...metallb-2.0.14) (2022-07-22)
### Chore
- Bump all charts to generate config and container references due to huge increase of repository
- update helm general non-major helm releases ([#3268](https://github.com/truecharts/apps/issues/3268))

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,9 @@
{{- range .Values.BGPAdvertisements }}
{{- if .Release.IsInstall }}
{{- if hasKey .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,7 +1,9 @@
{{- if .Values.Communities }}
{{- if .Release.IsInstall }}
{{- if hasKey .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,7 +1,9 @@
{{- range .Values.ipAddressPools }}
{{- if .Release.IsInstall }}
{{- if hasKey .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,7 +1,9 @@
{{- range .Values.L2Advertisements }}
{{- if .Release.IsInstall }}
{{- if hasKey .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,7 +1,9 @@
{{- range .Values.Peers }}
{{- if .Release.IsInstall }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta2
kind: BGPPeer