diff --git a/enterprise/metallb/4.0.4/templates/ipaddresspool.yaml b/enterprise/metallb/4.0.4/templates/ipaddresspool.yaml deleted file mode 100644 index 40f94c64596..00000000000 --- a/enterprise/metallb/4.0.4/templates/ipaddresspool.yaml +++ /dev/null @@ -1,14 +0,0 @@ -{{- range .Values.ipAddressPools }} ---- -apiVersion: metallb.io/v1beta1 -kind: IPAddressPool -metadata: - name: {{ .addressPool.name }} -spec: - addresses: - {{- range .addressPool.addresses }} - - {{ . }} - {{- end }} - autoAssign: {{ .addressPool.autoAssign | default true }} - avoidBuggyIPs: {{ .addressPool.avoidBuggyIPs | default false }} -{{- end }} diff --git a/enterprise/metallb/4.0.4/CHANGELOG.md b/enterprise/metallb/4.0.5/CHANGELOG.md similarity index 94% rename from enterprise/metallb/4.0.4/CHANGELOG.md rename to enterprise/metallb/4.0.5/CHANGELOG.md index 7bba13ecf44..6c2cf4f9328 100644 --- a/enterprise/metallb/4.0.4/CHANGELOG.md +++ b/enterprise/metallb/4.0.5/CHANGELOG.md @@ -2,6 +2,11 @@ +## [metallb-4.0.5](https://github.com/truecharts/charts/compare/metallb-4.0.4...metallb-4.0.5) (2022-09-13) + + + + ## [metallb-4.0.4](https://github.com/truecharts/charts/compare/metallb-4.0.2...metallb-4.0.4) (2022-09-13) ### Chore @@ -92,8 +97,3 @@ ### Chore -- Update Readme and Description on SCALE - - - -## [metallb-2.0.11](https://github.com/truecharts/apps/compare/metallb-2.0.10...metallb-2.0.11) (2022-07-14) diff --git a/enterprise/metallb/4.0.4/Chart.lock b/enterprise/metallb/4.0.5/Chart.lock similarity index 85% rename from enterprise/metallb/4.0.4/Chart.lock rename to enterprise/metallb/4.0.5/Chart.lock index b84612952fd..577874ec5b4 100644 --- a/enterprise/metallb/4.0.4/Chart.lock +++ b/enterprise/metallb/4.0.5/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://metallb.github.io/metallb version: 0.13.5 digest: sha256:c77c18eacf245a73d3a8644cc4db9295d4bb818582b1816ce056ed829bb8884d -generated: "2022-09-13T06:14:55.94118065Z" +generated: "2022-09-13T12:03:14.095682922Z" diff --git a/enterprise/metallb/4.0.4/Chart.yaml b/enterprise/metallb/4.0.5/Chart.yaml similarity index 98% rename from enterprise/metallb/4.0.4/Chart.yaml rename to enterprise/metallb/4.0.5/Chart.yaml index 55b4a291e68..86bfb8c8a76 100644 --- a/enterprise/metallb/4.0.4/Chart.yaml +++ b/enterprise/metallb/4.0.5/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 4.0.4 +version: 4.0.5 annotations: truecharts.org/catagories: | - core diff --git a/enterprise/metallb/4.0.4/README.md b/enterprise/metallb/4.0.5/README.md similarity index 98% rename from enterprise/metallb/4.0.4/README.md rename to enterprise/metallb/4.0.5/README.md index 22d0a915c64..dc34002c706 100644 --- a/enterprise/metallb/4.0.4/README.md +++ b/enterprise/metallb/4.0.5/README.md @@ -1,6 +1,6 @@ # metallb -![Version: 4.0.4](https://img.shields.io/badge/Version-4.0.4-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.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) A network load-balancer implementation for Kubernetes using standard routing protocols diff --git a/enterprise/metallb/4.0.4/app-readme.md b/enterprise/metallb/4.0.5/app-readme.md similarity index 100% rename from enterprise/metallb/4.0.4/app-readme.md rename to enterprise/metallb/4.0.5/app-readme.md diff --git a/enterprise/metallb/4.0.4/charts/common-10.5.9.tgz b/enterprise/metallb/4.0.5/charts/common-10.5.9.tgz similarity index 100% rename from enterprise/metallb/4.0.4/charts/common-10.5.9.tgz rename to enterprise/metallb/4.0.5/charts/common-10.5.9.tgz diff --git a/enterprise/metallb/4.0.4/charts/metallb-0.13.5.tgz b/enterprise/metallb/4.0.5/charts/metallb-0.13.5.tgz similarity index 100% rename from enterprise/metallb/4.0.4/charts/metallb-0.13.5.tgz rename to enterprise/metallb/4.0.5/charts/metallb-0.13.5.tgz diff --git a/enterprise/metallb/4.0.4/ix_values.yaml b/enterprise/metallb/4.0.5/ix_values.yaml similarity index 100% rename from enterprise/metallb/4.0.4/ix_values.yaml rename to enterprise/metallb/4.0.5/ix_values.yaml diff --git a/enterprise/metallb/4.0.4/questions.yaml b/enterprise/metallb/4.0.5/questions.yaml similarity index 100% rename from enterprise/metallb/4.0.4/questions.yaml rename to enterprise/metallb/4.0.5/questions.yaml diff --git a/enterprise/metallb/4.0.4/templates/bgpadvertisement.yaml b/enterprise/metallb/4.0.5/templates/bgpadvertisement.yaml similarity index 100% rename from enterprise/metallb/4.0.4/templates/bgpadvertisement.yaml rename to enterprise/metallb/4.0.5/templates/bgpadvertisement.yaml diff --git a/enterprise/metallb/4.0.4/templates/community.yaml b/enterprise/metallb/4.0.5/templates/community.yaml similarity index 100% rename from enterprise/metallb/4.0.4/templates/community.yaml rename to enterprise/metallb/4.0.5/templates/community.yaml diff --git a/enterprise/metallb/4.0.5/templates/ipaddresspool.yaml b/enterprise/metallb/4.0.5/templates/ipaddresspool.yaml new file mode 100644 index 00000000000..3ab5ca4ab7c --- /dev/null +++ b/enterprise/metallb/4.0.5/templates/ipaddresspool.yaml @@ -0,0 +1,14 @@ +{{- range .Values.ipAddressPools }} +--- +apiVersion: metallb.io/v1beta1 +kind: IPAddressPool +metadata: + name: {{ .name }} +spec: + addresses: + {{- range .addresses }} + - {{ . }} + {{- end }} + autoAssign: {{ .autoAssign | default true }} + avoidBuggyIPs: {{ .avoidBuggyIPs | default false }} +{{- end }} diff --git a/enterprise/metallb/4.0.4/templates/l2advertisement.yaml b/enterprise/metallb/4.0.5/templates/l2advertisement.yaml similarity index 100% rename from enterprise/metallb/4.0.4/templates/l2advertisement.yaml rename to enterprise/metallb/4.0.5/templates/l2advertisement.yaml diff --git a/enterprise/metallb/4.0.4/templates/peers.yaml b/enterprise/metallb/4.0.5/templates/peers.yaml similarity index 100% rename from enterprise/metallb/4.0.4/templates/peers.yaml rename to enterprise/metallb/4.0.5/templates/peers.yaml diff --git a/enterprise/metallb/4.0.4/values.yaml b/enterprise/metallb/4.0.5/values.yaml similarity index 100% rename from enterprise/metallb/4.0.4/values.yaml rename to enterprise/metallb/4.0.5/values.yaml