From d4d9250ee042036757cd4bd704f420faef78271a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 5 Sep 2023 13:45:10 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/boinc/6.0.5/app-changelog.md | 9 --------- stable/boinc/{6.0.5 => 6.0.6}/CHANGELOG.md | 18 +++++++++--------- stable/boinc/{6.0.5 => 6.0.6}/Chart.yaml | 2 +- stable/boinc/{6.0.5 => 6.0.6}/README.md | 0 stable/boinc/6.0.6/app-changelog.md | 9 +++++++++ stable/boinc/{6.0.5 => 6.0.6}/app-readme.md | 0 .../{6.0.5 => 6.0.6}/charts/common-14.0.1.tgz | Bin stable/boinc/{6.0.5 => 6.0.6}/ix_values.yaml | 2 +- stable/boinc/{6.0.5 => 6.0.6}/questions.yaml | 0 .../{6.0.5 => 6.0.6}/templates/NOTES.txt | 0 .../{6.0.5 => 6.0.6}/templates/common.yaml | 0 stable/boinc/{6.0.5 => 6.0.6}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/boinc/6.0.5/app-changelog.md rename stable/boinc/{6.0.5 => 6.0.6}/CHANGELOG.md (93%) rename stable/boinc/{6.0.5 => 6.0.6}/Chart.yaml (98%) rename stable/boinc/{6.0.5 => 6.0.6}/README.md (100%) create mode 100644 stable/boinc/6.0.6/app-changelog.md rename stable/boinc/{6.0.5 => 6.0.6}/app-readme.md (100%) rename stable/boinc/{6.0.5 => 6.0.6}/charts/common-14.0.1.tgz (100%) rename stable/boinc/{6.0.5 => 6.0.6}/ix_values.yaml (85%) rename stable/boinc/{6.0.5 => 6.0.6}/questions.yaml (100%) rename stable/boinc/{6.0.5 => 6.0.6}/templates/NOTES.txt (100%) rename stable/boinc/{6.0.5 => 6.0.6}/templates/common.yaml (100%) rename stable/boinc/{6.0.5 => 6.0.6}/values.yaml (100%) diff --git a/stable/boinc/6.0.5/app-changelog.md b/stable/boinc/6.0.5/app-changelog.md deleted file mode 100644 index 921a63739c2..00000000000 --- a/stable/boinc/6.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [boinc-6.0.5](https://github.com/truecharts/charts/compare/boinc-6.0.4...boinc-6.0.5) (2023-08-29) - -### Chore - -- update container image tccr.io/truecharts/boinc to latest ([#12006](https://github.com/truecharts/charts/issues/12006)) - - \ No newline at end of file diff --git a/stable/boinc/6.0.5/CHANGELOG.md b/stable/boinc/6.0.6/CHANGELOG.md similarity index 93% rename from stable/boinc/6.0.5/CHANGELOG.md rename to stable/boinc/6.0.6/CHANGELOG.md index 40858fd3758..d2227bbf937 100644 --- a/stable/boinc/6.0.5/CHANGELOG.md +++ b/stable/boinc/6.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [boinc-6.0.6](https://github.com/truecharts/charts/compare/boinc-6.0.5...boinc-6.0.6) (2023-09-05) + +### Chore + +- update container image tccr.io/truecharts/boinc to latest ([#12249](https://github.com/truecharts/charts/issues/12249)) + + + + ## [boinc-6.0.5](https://github.com/truecharts/charts/compare/boinc-6.0.4...boinc-6.0.5) (2023-08-29) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/boinc to latest ([#10402](https://github.com/truecharts/charts/issues/10402)) - - - -## [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)) - diff --git a/stable/boinc/6.0.5/Chart.yaml b/stable/boinc/6.0.6/Chart.yaml similarity index 98% rename from stable/boinc/6.0.5/Chart.yaml rename to stable/boinc/6.0.6/Chart.yaml index 58df97435f4..ec4bd8dfac2 100644 --- a/stable/boinc/6.0.5/Chart.yaml +++ b/stable/boinc/6.0.6/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: boinc -version: 6.0.5 +version: 6.0.6 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/6.0.5/README.md b/stable/boinc/6.0.6/README.md similarity index 100% rename from stable/boinc/6.0.5/README.md rename to stable/boinc/6.0.6/README.md diff --git a/stable/boinc/6.0.6/app-changelog.md b/stable/boinc/6.0.6/app-changelog.md new file mode 100644 index 00000000000..d72c9ebea05 --- /dev/null +++ b/stable/boinc/6.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [boinc-6.0.6](https://github.com/truecharts/charts/compare/boinc-6.0.5...boinc-6.0.6) (2023-09-05) + +### Chore + +- update container image tccr.io/truecharts/boinc to latest ([#12249](https://github.com/truecharts/charts/issues/12249)) + + \ No newline at end of file diff --git a/stable/boinc/6.0.5/app-readme.md b/stable/boinc/6.0.6/app-readme.md similarity index 100% rename from stable/boinc/6.0.5/app-readme.md rename to stable/boinc/6.0.6/app-readme.md diff --git a/stable/boinc/6.0.5/charts/common-14.0.1.tgz b/stable/boinc/6.0.6/charts/common-14.0.1.tgz similarity index 100% rename from stable/boinc/6.0.5/charts/common-14.0.1.tgz rename to stable/boinc/6.0.6/charts/common-14.0.1.tgz diff --git a/stable/boinc/6.0.5/ix_values.yaml b/stable/boinc/6.0.6/ix_values.yaml similarity index 85% rename from stable/boinc/6.0.5/ix_values.yaml rename to stable/boinc/6.0.6/ix_values.yaml index 075cc11c64f..8a2431cc831 100644 --- a/stable/boinc/6.0.5/ix_values.yaml +++ b/stable/boinc/6.0.6/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/boinc pullPolicy: IfNotPresent - tag: latest@sha256:8bc3ef05555f9863bb5e444cee56e75017ae3ae08951017ad4f1bbc697d7b691 + tag: latest@sha256:b17d89c9dbef3c5e73e1fb2636a5220a79d21c7f3e8b2d3a609f65aa0a5b40e1 securityContext: container: diff --git a/stable/boinc/6.0.5/questions.yaml b/stable/boinc/6.0.6/questions.yaml similarity index 100% rename from stable/boinc/6.0.5/questions.yaml rename to stable/boinc/6.0.6/questions.yaml diff --git a/stable/boinc/6.0.5/templates/NOTES.txt b/stable/boinc/6.0.6/templates/NOTES.txt similarity index 100% rename from stable/boinc/6.0.5/templates/NOTES.txt rename to stable/boinc/6.0.6/templates/NOTES.txt diff --git a/stable/boinc/6.0.5/templates/common.yaml b/stable/boinc/6.0.6/templates/common.yaml similarity index 100% rename from stable/boinc/6.0.5/templates/common.yaml rename to stable/boinc/6.0.6/templates/common.yaml diff --git a/stable/boinc/6.0.5/values.yaml b/stable/boinc/6.0.6/values.yaml similarity index 100% rename from stable/boinc/6.0.5/values.yaml rename to stable/boinc/6.0.6/values.yaml