From 1cd63c7ff9ddd8a79c0ce3a575a9ddf2e8f58686 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 19 Jul 2023 15:39:26 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/boinc/5.0.31/app-changelog.md | 9 --------- stable/boinc/{5.0.31 => 5.0.32}/CHANGELOG.md | 18 +++++++++--------- stable/boinc/{5.0.31 => 5.0.32}/Chart.yaml | 2 +- stable/boinc/{5.0.31 => 5.0.32}/README.md | 0 stable/boinc/5.0.32/app-changelog.md | 9 +++++++++ stable/boinc/{5.0.31 => 5.0.32}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../boinc/{5.0.31 => 5.0.32}/ix_values.yaml | 2 +- .../boinc/{5.0.31 => 5.0.32}/questions.yaml | 0 .../{5.0.31 => 5.0.32}/templates/NOTES.txt | 0 .../{5.0.31 => 5.0.32}/templates/common.yaml | 0 stable/boinc/{5.0.31 => 5.0.32}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/boinc/5.0.31/app-changelog.md rename stable/boinc/{5.0.31 => 5.0.32}/CHANGELOG.md (91%) rename stable/boinc/{5.0.31 => 5.0.32}/Chart.yaml (97%) rename stable/boinc/{5.0.31 => 5.0.32}/README.md (100%) create mode 100644 stable/boinc/5.0.32/app-changelog.md rename stable/boinc/{5.0.31 => 5.0.32}/app-readme.md (100%) rename stable/boinc/{5.0.31 => 5.0.32}/charts/common-12.14.6.tgz (100%) rename stable/boinc/{5.0.31 => 5.0.32}/ix_values.yaml (85%) rename stable/boinc/{5.0.31 => 5.0.32}/questions.yaml (100%) rename stable/boinc/{5.0.31 => 5.0.32}/templates/NOTES.txt (100%) rename stable/boinc/{5.0.31 => 5.0.32}/templates/common.yaml (100%) rename stable/boinc/{5.0.31 => 5.0.32}/values.yaml (100%) diff --git a/stable/boinc/5.0.31/app-changelog.md b/stable/boinc/5.0.31/app-changelog.md deleted file mode 100644 index fd03024fb1..0000000000 --- a/stable/boinc/5.0.31/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [boinc-5.0.31](https://github.com/truecharts/charts/compare/boinc-5.0.30...boinc-5.0.31) (2023-07-11) - -### Chore - -- update container image tccr.io/truecharts/boinc to latest ([#10402](https://github.com/truecharts/charts/issues/10402)) - - \ No newline at end of file diff --git a/stable/boinc/5.0.31/CHANGELOG.md b/stable/boinc/5.0.32/CHANGELOG.md similarity index 91% rename from stable/boinc/5.0.31/CHANGELOG.md rename to stable/boinc/5.0.32/CHANGELOG.md index 1eadc87351..071f3f0da6 100644 --- a/stable/boinc/5.0.31/CHANGELOG.md +++ b/stable/boinc/5.0.32/CHANGELOG.md @@ -4,6 +4,15 @@ +## [boinc-5.0.32](https://github.com/truecharts/charts/compare/boinc-5.0.31...boinc-5.0.32) (2023-07-19) + +### Chore + +- update container image tccr.io/truecharts/boinc to latest ([#10617](https://github.com/truecharts/charts/issues/10617)) + + + + ## [boinc-5.0.31](https://github.com/truecharts/charts/compare/boinc-5.0.30...boinc-5.0.31) (2023-07-11) ### Chore @@ -85,15 +94,6 @@ -## [boinc-5.0.26](https://github.com/truecharts/charts/compare/boinc-5.0.25...boinc-5.0.26) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/boinc to latest ([#9610](https://github.com/truecharts/charts/issues/9610)) - - - - ## [boinc-5.0.26](https://github.com/truecharts/charts/compare/boinc-5.0.25...boinc-5.0.26) (2023-06-14) ### Chore diff --git a/stable/boinc/5.0.31/Chart.yaml b/stable/boinc/5.0.32/Chart.yaml similarity index 97% rename from stable/boinc/5.0.31/Chart.yaml rename to stable/boinc/5.0.32/Chart.yaml index 71ada90902..c16801629b 100644 --- a/stable/boinc/5.0.31/Chart.yaml +++ b/stable/boinc/5.0.32/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: boinc -version: 5.0.31 +version: 5.0.32 appVersion: "latest" description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). type: application diff --git a/stable/boinc/5.0.31/README.md b/stable/boinc/5.0.32/README.md similarity index 100% rename from stable/boinc/5.0.31/README.md rename to stable/boinc/5.0.32/README.md diff --git a/stable/boinc/5.0.32/app-changelog.md b/stable/boinc/5.0.32/app-changelog.md new file mode 100644 index 0000000000..5046b8bf07 --- /dev/null +++ b/stable/boinc/5.0.32/app-changelog.md @@ -0,0 +1,9 @@ + + +## [boinc-5.0.32](https://github.com/truecharts/charts/compare/boinc-5.0.31...boinc-5.0.32) (2023-07-19) + +### Chore + +- update container image tccr.io/truecharts/boinc to latest ([#10617](https://github.com/truecharts/charts/issues/10617)) + + \ No newline at end of file diff --git a/stable/boinc/5.0.31/app-readme.md b/stable/boinc/5.0.32/app-readme.md similarity index 100% rename from stable/boinc/5.0.31/app-readme.md rename to stable/boinc/5.0.32/app-readme.md diff --git a/stable/boinc/5.0.31/charts/common-12.14.6.tgz b/stable/boinc/5.0.32/charts/common-12.14.6.tgz similarity index 100% rename from stable/boinc/5.0.31/charts/common-12.14.6.tgz rename to stable/boinc/5.0.32/charts/common-12.14.6.tgz diff --git a/stable/boinc/5.0.31/ix_values.yaml b/stable/boinc/5.0.32/ix_values.yaml similarity index 85% rename from stable/boinc/5.0.31/ix_values.yaml rename to stable/boinc/5.0.32/ix_values.yaml index b2a6c84e01..1577760a5a 100644 --- a/stable/boinc/5.0.31/ix_values.yaml +++ b/stable/boinc/5.0.32/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/boinc pullPolicy: IfNotPresent - tag: latest@sha256:a242ebac66590f8636344d78849dc7a26fc537b79a939358254766f142908b46 + tag: latest@sha256:4b87a6de1fa3b03ffd044964dc52bcbba7a71623cafe082d7a2582de974ddb02 securityContext: container: diff --git a/stable/boinc/5.0.31/questions.yaml b/stable/boinc/5.0.32/questions.yaml similarity index 100% rename from stable/boinc/5.0.31/questions.yaml rename to stable/boinc/5.0.32/questions.yaml diff --git a/stable/boinc/5.0.31/templates/NOTES.txt b/stable/boinc/5.0.32/templates/NOTES.txt similarity index 100% rename from stable/boinc/5.0.31/templates/NOTES.txt rename to stable/boinc/5.0.32/templates/NOTES.txt diff --git a/stable/boinc/5.0.31/templates/common.yaml b/stable/boinc/5.0.32/templates/common.yaml similarity index 100% rename from stable/boinc/5.0.31/templates/common.yaml rename to stable/boinc/5.0.32/templates/common.yaml diff --git a/stable/boinc/5.0.31/values.yaml b/stable/boinc/5.0.32/values.yaml similarity index 100% rename from stable/boinc/5.0.31/values.yaml rename to stable/boinc/5.0.32/values.yaml