From 0a8bcca6a2756912a591adaa5c6ecdee47b78ffb Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 7 Jun 2023 11:42:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- operators/metallb/9.0.8/app-changelog.md | 9 --------- operators/metallb/{9.0.8 => 9.0.9}/CHANGELOG.md | 9 +++++++++ operators/metallb/{9.0.8 => 9.0.9}/Chart.yaml | 2 +- operators/metallb/{9.0.8 => 9.0.9}/LICENSE | 0 operators/metallb/{9.0.8 => 9.0.9}/README.md | 0 operators/metallb/9.0.9/app-changelog.md | 9 +++++++++ operators/metallb/{9.0.8 => 9.0.9}/app-readme.md | 0 .../{9.0.8 => 9.0.9}/charts/common-12.13.0.tgz | Bin operators/metallb/{9.0.8 => 9.0.9}/ix_values.yaml | 2 ++ operators/metallb/{9.0.8 => 9.0.9}/questions.yaml | 0 .../metallb/{9.0.8 => 9.0.9}/templates/NOTES.txt | 0 .../{9.0.8 => 9.0.9}/templates/_webhooks.tpl | 0 .../metallb/{9.0.8 => 9.0.9}/templates/common.yaml | 0 .../metallb/{9.0.8 => 9.0.9}/templates/crds.yaml | 0 operators/metallb/{9.0.8 => 9.0.9}/values.yaml | 0 15 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 operators/metallb/9.0.8/app-changelog.md rename operators/metallb/{9.0.8 => 9.0.9}/CHANGELOG.md (91%) rename operators/metallb/{9.0.8 => 9.0.9}/Chart.yaml (98%) rename operators/metallb/{9.0.8 => 9.0.9}/LICENSE (100%) rename operators/metallb/{9.0.8 => 9.0.9}/README.md (100%) create mode 100644 operators/metallb/9.0.9/app-changelog.md rename operators/metallb/{9.0.8 => 9.0.9}/app-readme.md (100%) rename operators/metallb/{9.0.8 => 9.0.9}/charts/common-12.13.0.tgz (100%) rename operators/metallb/{9.0.8 => 9.0.9}/ix_values.yaml (99%) rename operators/metallb/{9.0.8 => 9.0.9}/questions.yaml (100%) rename operators/metallb/{9.0.8 => 9.0.9}/templates/NOTES.txt (100%) rename operators/metallb/{9.0.8 => 9.0.9}/templates/_webhooks.tpl (100%) rename operators/metallb/{9.0.8 => 9.0.9}/templates/common.yaml (100%) rename operators/metallb/{9.0.8 => 9.0.9}/templates/crds.yaml (100%) rename operators/metallb/{9.0.8 => 9.0.9}/values.yaml (100%) 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 c7a7d6ee20..0000000000 --- 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 82443806ff..5aabea303b 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 03e967c2a1..1dd071e39f 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 0000000000..4b95cbdb15 --- /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 d4c501108c..595fc12c41 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