diff --git a/operators/metallb/9.0.8/app-changelog.md b/operators/metallb/9.0.8/app-changelog.md deleted file mode 100644 index c7a7d6ee209..00000000000 --- a/operators/metallb/9.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [metallb-9.0.8](https://github.com/truecharts/charts/compare/metallb-9.0.7...metallb-9.0.8) (2023-06-07) - -### Chore - -- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - - \ No newline at end of file diff --git a/operators/metallb/9.0.8/CHANGELOG.md b/operators/metallb/9.0.9/CHANGELOG.md similarity index 91% rename from operators/metallb/9.0.8/CHANGELOG.md rename to operators/metallb/9.0.9/CHANGELOG.md index 82443806ff5..5aabea303b9 100644 --- a/operators/metallb/9.0.8/CHANGELOG.md +++ b/operators/metallb/9.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [metallb-9.0.9](https://github.com/truecharts/charts/compare/metallb-9.0.8...metallb-9.0.9) (2023-06-07) + +### Fix + +- set to rolling updates ([#9458](https://github.com/truecharts/charts/issues/9458)) + + + + ## [metallb-9.0.8](https://github.com/truecharts/charts/compare/metallb-9.0.7...metallb-9.0.8) (2023-06-07) ### Chore diff --git a/operators/metallb/9.0.8/Chart.yaml b/operators/metallb/9.0.9/Chart.yaml similarity index 98% rename from operators/metallb/9.0.8/Chart.yaml rename to operators/metallb/9.0.9/Chart.yaml index 03e967c2a10..1dd071e39fd 100644 --- a/operators/metallb/9.0.8/Chart.yaml +++ b/operators/metallb/9.0.9/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 9.0.8 +version: 9.0.9 annotations: truecharts.org/catagories: | - operators diff --git a/operators/metallb/9.0.8/LICENSE b/operators/metallb/9.0.9/LICENSE similarity index 100% rename from operators/metallb/9.0.8/LICENSE rename to operators/metallb/9.0.9/LICENSE diff --git a/operators/metallb/9.0.8/README.md b/operators/metallb/9.0.9/README.md similarity index 100% rename from operators/metallb/9.0.8/README.md rename to operators/metallb/9.0.9/README.md diff --git a/operators/metallb/9.0.9/app-changelog.md b/operators/metallb/9.0.9/app-changelog.md new file mode 100644 index 00000000000..4b95cbdb158 --- /dev/null +++ b/operators/metallb/9.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metallb-9.0.9](https://github.com/truecharts/charts/compare/metallb-9.0.8...metallb-9.0.9) (2023-06-07) + +### Fix + +- set to rolling updates ([#9458](https://github.com/truecharts/charts/issues/9458)) + + \ No newline at end of file diff --git a/operators/metallb/9.0.8/app-readme.md b/operators/metallb/9.0.9/app-readme.md similarity index 100% rename from operators/metallb/9.0.8/app-readme.md rename to operators/metallb/9.0.9/app-readme.md diff --git a/operators/metallb/9.0.8/charts/common-12.13.0.tgz b/operators/metallb/9.0.9/charts/common-12.13.0.tgz similarity index 100% rename from operators/metallb/9.0.8/charts/common-12.13.0.tgz rename to operators/metallb/9.0.9/charts/common-12.13.0.tgz diff --git a/operators/metallb/9.0.8/ix_values.yaml b/operators/metallb/9.0.9/ix_values.yaml similarity index 99% rename from operators/metallb/9.0.8/ix_values.yaml rename to operators/metallb/9.0.9/ix_values.yaml index d4c501108cc..595fc12c414 100644 --- a/operators/metallb/9.0.8/ix_values.yaml +++ b/operators/metallb/9.0.9/ix_values.yaml @@ -9,6 +9,7 @@ speakerImage: workload: main: + strategy: RollingUpdate labels: app.kubernetes.io/component: controller podSpec: @@ -39,6 +40,7 @@ workload: speaker: enabled: true type: DaemonSet + strategy: RollingUpdate labels: app.kubernetes.io/component: controller podSpec: diff --git a/operators/metallb/9.0.8/questions.yaml b/operators/metallb/9.0.9/questions.yaml similarity index 100% rename from operators/metallb/9.0.8/questions.yaml rename to operators/metallb/9.0.9/questions.yaml diff --git a/operators/metallb/9.0.8/templates/NOTES.txt b/operators/metallb/9.0.9/templates/NOTES.txt similarity index 100% rename from operators/metallb/9.0.8/templates/NOTES.txt rename to operators/metallb/9.0.9/templates/NOTES.txt diff --git a/operators/metallb/9.0.8/templates/_webhooks.tpl b/operators/metallb/9.0.9/templates/_webhooks.tpl similarity index 100% rename from operators/metallb/9.0.8/templates/_webhooks.tpl rename to operators/metallb/9.0.9/templates/_webhooks.tpl diff --git a/operators/metallb/9.0.8/templates/common.yaml b/operators/metallb/9.0.9/templates/common.yaml similarity index 100% rename from operators/metallb/9.0.8/templates/common.yaml rename to operators/metallb/9.0.9/templates/common.yaml diff --git a/operators/metallb/9.0.8/templates/crds.yaml b/operators/metallb/9.0.9/templates/crds.yaml similarity index 100% rename from operators/metallb/9.0.8/templates/crds.yaml rename to operators/metallb/9.0.9/templates/crds.yaml diff --git a/operators/metallb/9.0.8/values.yaml b/operators/metallb/9.0.9/values.yaml similarity index 100% rename from operators/metallb/9.0.8/values.yaml rename to operators/metallb/9.0.9/values.yaml