From 8dbee94760f1297b3ac18d41c3e229cc1e03bbd6 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 4 Jul 2023 14:49:19 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/boinc/5.0.29/app-changelog.md | 9 --------- stable/boinc/{5.0.29 => 5.0.30}/CHANGELOG.md | 18 +++++++++--------- stable/boinc/{5.0.29 => 5.0.30}/Chart.yaml | 2 +- stable/boinc/{5.0.29 => 5.0.30}/README.md | 0 stable/boinc/5.0.30/app-changelog.md | 9 +++++++++ stable/boinc/{5.0.29 => 5.0.30}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../boinc/{5.0.29 => 5.0.30}/ix_values.yaml | 2 +- .../boinc/{5.0.29 => 5.0.30}/questions.yaml | 0 .../{5.0.29 => 5.0.30}/templates/NOTES.txt | 0 .../{5.0.29 => 5.0.30}/templates/common.yaml | 0 stable/boinc/{5.0.29 => 5.0.30}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/boinc/5.0.29/app-changelog.md rename stable/boinc/{5.0.29 => 5.0.30}/CHANGELOG.md (91%) rename stable/boinc/{5.0.29 => 5.0.30}/Chart.yaml (97%) rename stable/boinc/{5.0.29 => 5.0.30}/README.md (100%) create mode 100644 stable/boinc/5.0.30/app-changelog.md rename stable/boinc/{5.0.29 => 5.0.30}/app-readme.md (100%) rename stable/boinc/{5.0.29 => 5.0.30}/charts/common-12.14.6.tgz (100%) rename stable/boinc/{5.0.29 => 5.0.30}/ix_values.yaml (85%) rename stable/boinc/{5.0.29 => 5.0.30}/questions.yaml (100%) rename stable/boinc/{5.0.29 => 5.0.30}/templates/NOTES.txt (100%) rename stable/boinc/{5.0.29 => 5.0.30}/templates/common.yaml (100%) rename stable/boinc/{5.0.29 => 5.0.30}/values.yaml (100%) diff --git a/stable/boinc/5.0.29/app-changelog.md b/stable/boinc/5.0.29/app-changelog.md deleted file mode 100644 index 774bb6dab85..00000000000 --- a/stable/boinc/5.0.29/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [boinc-5.0.29](https://github.com/truecharts/charts/compare/boinc-5.0.28...boinc-5.0.29) (2023-07-01) - -### Chore - -- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - - \ No newline at end of file diff --git a/stable/boinc/5.0.29/CHANGELOG.md b/stable/boinc/5.0.30/CHANGELOG.md similarity index 91% rename from stable/boinc/5.0.29/CHANGELOG.md rename to stable/boinc/5.0.30/CHANGELOG.md index 287e04d9859..a546d66eee4 100644 --- a/stable/boinc/5.0.29/CHANGELOG.md +++ b/stable/boinc/5.0.30/CHANGELOG.md @@ -4,6 +4,15 @@ +## [boinc-5.0.30](https://github.com/truecharts/charts/compare/boinc-5.0.29...boinc-5.0.30) (2023-07-04) + +### Chore + +- update container image tccr.io/truecharts/boinc to latest ([#10152](https://github.com/truecharts/charts/issues/10152)) + + + + ## [boinc-5.0.29](https://github.com/truecharts/charts/compare/boinc-5.0.28...boinc-5.0.29) (2023-07-01) ### 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.29/Chart.yaml b/stable/boinc/5.0.30/Chart.yaml similarity index 97% rename from stable/boinc/5.0.29/Chart.yaml rename to stable/boinc/5.0.30/Chart.yaml index 3bd0bbc1c48..9032f46c6bf 100644 --- a/stable/boinc/5.0.29/Chart.yaml +++ b/stable/boinc/5.0.30/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: boinc -version: 5.0.29 +version: 5.0.30 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.29/README.md b/stable/boinc/5.0.30/README.md similarity index 100% rename from stable/boinc/5.0.29/README.md rename to stable/boinc/5.0.30/README.md diff --git a/stable/boinc/5.0.30/app-changelog.md b/stable/boinc/5.0.30/app-changelog.md new file mode 100644 index 00000000000..4b0e0340b34 --- /dev/null +++ b/stable/boinc/5.0.30/app-changelog.md @@ -0,0 +1,9 @@ + + +## [boinc-5.0.30](https://github.com/truecharts/charts/compare/boinc-5.0.29...boinc-5.0.30) (2023-07-04) + +### Chore + +- update container image tccr.io/truecharts/boinc to latest ([#10152](https://github.com/truecharts/charts/issues/10152)) + + \ No newline at end of file diff --git a/stable/boinc/5.0.29/app-readme.md b/stable/boinc/5.0.30/app-readme.md similarity index 100% rename from stable/boinc/5.0.29/app-readme.md rename to stable/boinc/5.0.30/app-readme.md diff --git a/stable/boinc/5.0.29/charts/common-12.14.6.tgz b/stable/boinc/5.0.30/charts/common-12.14.6.tgz similarity index 100% rename from stable/boinc/5.0.29/charts/common-12.14.6.tgz rename to stable/boinc/5.0.30/charts/common-12.14.6.tgz diff --git a/stable/boinc/5.0.29/ix_values.yaml b/stable/boinc/5.0.30/ix_values.yaml similarity index 85% rename from stable/boinc/5.0.29/ix_values.yaml rename to stable/boinc/5.0.30/ix_values.yaml index 5107350a743..89578618717 100644 --- a/stable/boinc/5.0.29/ix_values.yaml +++ b/stable/boinc/5.0.30/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/boinc pullPolicy: IfNotPresent - tag: latest@sha256:ab7ea7fc669639a2248739f4dffe19ca11468ca5351ecb274174178e250df975 + tag: latest@sha256:007f395353bf706825a25cc9fef28385e0409205964e55e71e264e882e34627a securityContext: container: diff --git a/stable/boinc/5.0.29/questions.yaml b/stable/boinc/5.0.30/questions.yaml similarity index 100% rename from stable/boinc/5.0.29/questions.yaml rename to stable/boinc/5.0.30/questions.yaml diff --git a/stable/boinc/5.0.29/templates/NOTES.txt b/stable/boinc/5.0.30/templates/NOTES.txt similarity index 100% rename from stable/boinc/5.0.29/templates/NOTES.txt rename to stable/boinc/5.0.30/templates/NOTES.txt diff --git a/stable/boinc/5.0.29/templates/common.yaml b/stable/boinc/5.0.30/templates/common.yaml similarity index 100% rename from stable/boinc/5.0.29/templates/common.yaml rename to stable/boinc/5.0.30/templates/common.yaml diff --git a/stable/boinc/5.0.29/values.yaml b/stable/boinc/5.0.30/values.yaml similarity index 100% rename from stable/boinc/5.0.29/values.yaml rename to stable/boinc/5.0.30/values.yaml