diff --git a/enterprise/metallb/4.0.6/CHANGELOG.md b/enterprise/metallb/4.0.7/CHANGELOG.md similarity index 88% rename from enterprise/metallb/4.0.6/CHANGELOG.md rename to enterprise/metallb/4.0.7/CHANGELOG.md index 68d92404db..fd1792913b 100644 --- a/enterprise/metallb/4.0.6/CHANGELOG.md +++ b/enterprise/metallb/4.0.7/CHANGELOG.md @@ -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)) - - diff --git a/enterprise/metallb/4.0.6/Chart.lock b/enterprise/metallb/4.0.7/Chart.lock similarity index 85% rename from enterprise/metallb/4.0.6/Chart.lock rename to enterprise/metallb/4.0.7/Chart.lock index 1997d63dd8..30be6ba790 100644 --- a/enterprise/metallb/4.0.6/Chart.lock +++ b/enterprise/metallb/4.0.7/Chart.lock @@ -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" diff --git a/enterprise/metallb/4.0.6/Chart.yaml b/enterprise/metallb/4.0.7/Chart.yaml similarity index 98% rename from enterprise/metallb/4.0.6/Chart.yaml rename to enterprise/metallb/4.0.7/Chart.yaml index 22dd13d79d..24f80b8fdb 100644 --- a/enterprise/metallb/4.0.6/Chart.yaml +++ b/enterprise/metallb/4.0.7/Chart.yaml @@ -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 diff --git a/enterprise/metallb/4.0.6/README.md b/enterprise/metallb/4.0.7/README.md similarity index 98% rename from enterprise/metallb/4.0.6/README.md rename to enterprise/metallb/4.0.7/README.md index 964f3b512e..d89b965c98 100644 --- a/enterprise/metallb/4.0.6/README.md +++ b/enterprise/metallb/4.0.7/README.md @@ -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 diff --git a/enterprise/metallb/4.0.6/app-readme.md b/enterprise/metallb/4.0.7/app-readme.md similarity index 100% rename from enterprise/metallb/4.0.6/app-readme.md rename to enterprise/metallb/4.0.7/app-readme.md diff --git a/enterprise/metallb/4.0.6/charts/common-10.5.9.tgz b/enterprise/metallb/4.0.7/charts/common-10.5.9.tgz similarity index 100% rename from enterprise/metallb/4.0.6/charts/common-10.5.9.tgz rename to enterprise/metallb/4.0.7/charts/common-10.5.9.tgz diff --git a/enterprise/metallb/4.0.6/charts/metallb-0.13.5.tgz b/enterprise/metallb/4.0.7/charts/metallb-0.13.5.tgz similarity index 100% rename from enterprise/metallb/4.0.6/charts/metallb-0.13.5.tgz rename to enterprise/metallb/4.0.7/charts/metallb-0.13.5.tgz diff --git a/enterprise/metallb/4.0.6/ix_values.yaml b/enterprise/metallb/4.0.7/ix_values.yaml similarity index 100% rename from enterprise/metallb/4.0.6/ix_values.yaml rename to enterprise/metallb/4.0.7/ix_values.yaml diff --git a/enterprise/metallb/4.0.6/questions.yaml b/enterprise/metallb/4.0.7/questions.yaml similarity index 100% rename from enterprise/metallb/4.0.6/questions.yaml rename to enterprise/metallb/4.0.7/questions.yaml diff --git a/enterprise/metallb/4.0.6/templates/bgpadvertisement.yaml b/enterprise/metallb/4.0.7/templates/bgpadvertisement.yaml similarity index 89% rename from enterprise/metallb/4.0.6/templates/bgpadvertisement.yaml rename to enterprise/metallb/4.0.7/templates/bgpadvertisement.yaml index 0b8d3b3fbb..10a44052fe 100644 --- a/enterprise/metallb/4.0.6/templates/bgpadvertisement.yaml +++ b/enterprise/metallb/4.0.7/templates/bgpadvertisement.yaml @@ -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 diff --git a/enterprise/metallb/4.0.6/templates/community.yaml b/enterprise/metallb/4.0.7/templates/community.yaml similarity index 80% rename from enterprise/metallb/4.0.6/templates/community.yaml rename to enterprise/metallb/4.0.7/templates/community.yaml index 882ae519be..b89ab71b8f 100644 --- a/enterprise/metallb/4.0.6/templates/community.yaml +++ b/enterprise/metallb/4.0.7/templates/community.yaml @@ -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 diff --git a/enterprise/metallb/4.0.6/templates/ipaddresspool.yaml b/enterprise/metallb/4.0.7/templates/ipaddresspool.yaml similarity index 83% rename from enterprise/metallb/4.0.6/templates/ipaddresspool.yaml rename to enterprise/metallb/4.0.7/templates/ipaddresspool.yaml index b48cfd093d..ff04afb837 100644 --- a/enterprise/metallb/4.0.6/templates/ipaddresspool.yaml +++ b/enterprise/metallb/4.0.7/templates/ipaddresspool.yaml @@ -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 diff --git a/enterprise/metallb/4.0.6/templates/l2advertisement.yaml b/enterprise/metallb/4.0.7/templates/l2advertisement.yaml similarity index 85% rename from enterprise/metallb/4.0.6/templates/l2advertisement.yaml rename to enterprise/metallb/4.0.7/templates/l2advertisement.yaml index 8ac5ffa18d..54fbf42162 100644 --- a/enterprise/metallb/4.0.6/templates/l2advertisement.yaml +++ b/enterprise/metallb/4.0.7/templates/l2advertisement.yaml @@ -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 diff --git a/enterprise/metallb/4.0.6/templates/peers.yaml b/enterprise/metallb/4.0.7/templates/peers.yaml similarity index 93% rename from enterprise/metallb/4.0.6/templates/peers.yaml rename to enterprise/metallb/4.0.7/templates/peers.yaml index 91bc888cf8..3ceb0009d2 100644 --- a/enterprise/metallb/4.0.6/templates/peers.yaml +++ b/enterprise/metallb/4.0.7/templates/peers.yaml @@ -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 diff --git a/enterprise/metallb/4.0.6/values.yaml b/enterprise/metallb/4.0.7/values.yaml similarity index 100% rename from enterprise/metallb/4.0.6/values.yaml rename to enterprise/metallb/4.0.7/values.yaml