Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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"
|
||||
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
# metallb
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A network load-balancer implementation for Kubernetes using standard routing protocols
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user