From 16a3505412d53f723e8ce2f0a2166f453e553936 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 21 Nov 2023 04:23:07 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/foldingathome/6.0.16/app-changelog.md | 4 ---- .../{6.0.16 => 6.0.17}/CHANGELOG.md | 18 +++++++++--------- .../{6.0.16 => 6.0.17}/Chart.yaml | 4 ++-- .../{6.0.16 => 6.0.17}/README.md | 0 stable/foldingathome/6.0.17/app-changelog.md | 9 +++++++++ .../{6.0.16 => 6.0.17}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{6.0.16 => 6.0.17}/ix_values.yaml | 2 +- .../{6.0.16 => 6.0.17}/questions.yaml | 0 .../{6.0.16 => 6.0.17}/templates/NOTES.txt | 0 .../{6.0.16 => 6.0.17}/templates/common.yaml | 0 .../{6.0.16 => 6.0.17}/values.yaml | 0 12 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 stable/foldingathome/6.0.16/app-changelog.md rename stable/foldingathome/{6.0.16 => 6.0.17}/CHANGELOG.md (89%) rename stable/foldingathome/{6.0.16 => 6.0.17}/Chart.yaml (95%) rename stable/foldingathome/{6.0.16 => 6.0.17}/README.md (100%) create mode 100644 stable/foldingathome/6.0.17/app-changelog.md rename stable/foldingathome/{6.0.16 => 6.0.17}/app-readme.md (100%) rename stable/foldingathome/{6.0.16 => 6.0.17}/charts/common-14.3.5.tgz (100%) rename stable/foldingathome/{6.0.16 => 6.0.17}/ix_values.yaml (90%) rename stable/foldingathome/{6.0.16 => 6.0.17}/questions.yaml (100%) rename stable/foldingathome/{6.0.16 => 6.0.17}/templates/NOTES.txt (100%) rename stable/foldingathome/{6.0.16 => 6.0.17}/templates/common.yaml (100%) rename stable/foldingathome/{6.0.16 => 6.0.17}/values.yaml (100%) diff --git a/stable/foldingathome/6.0.16/app-changelog.md b/stable/foldingathome/6.0.16/app-changelog.md deleted file mode 100644 index 8ae9e5d71e0..00000000000 --- a/stable/foldingathome/6.0.16/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [foldingathome-6.0.16](https://github.com/truecharts/charts/compare/foldingathome-6.0.15...foldingathome-6.0.16) (2023-11-17) - diff --git a/stable/foldingathome/6.0.16/CHANGELOG.md b/stable/foldingathome/6.0.17/CHANGELOG.md similarity index 89% rename from stable/foldingathome/6.0.16/CHANGELOG.md rename to stable/foldingathome/6.0.17/CHANGELOG.md index 2738502cc80..a6a9333c64f 100644 --- a/stable/foldingathome/6.0.16/CHANGELOG.md +++ b/stable/foldingathome/6.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [foldingathome-6.0.17](https://github.com/truecharts/charts/compare/foldingathome-6.0.16...foldingathome-6.0.17) (2023-11-21) + +### Chore + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@3c4b1b5](https://github.com/3c4b1b5) ([#15192](https://github.com/truecharts/charts/issues/15192)) + + + + ## [foldingathome-6.0.16](https://github.com/truecharts/charts/compare/foldingathome-6.0.15...foldingathome-6.0.16) (2023-11-17) @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/foldingathome to v7.6.21 ([#13460](https://github.com/truecharts/charts/issues/13460)) - - - -## [foldingathome-6.0.6](https://github.com/truecharts/charts/compare/foldingathome-6.0.5...foldingathome-6.0.6) (2023-10-07) - -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - diff --git a/stable/foldingathome/6.0.16/Chart.yaml b/stable/foldingathome/6.0.17/Chart.yaml similarity index 95% rename from stable/foldingathome/6.0.16/Chart.yaml rename to stable/foldingathome/6.0.17/Chart.yaml index 4032bce0c36..ea473192790 100644 --- a/stable/foldingathome/6.0.16/Chart.yaml +++ b/stable/foldingathome/6.0.17/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: foldingathome -version: 6.0.16 -appVersion: "7.6.21" +version: 6.0.17 +appVersion: 7.6.21 description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. type: application deprecated: false diff --git a/stable/foldingathome/6.0.16/README.md b/stable/foldingathome/6.0.17/README.md similarity index 100% rename from stable/foldingathome/6.0.16/README.md rename to stable/foldingathome/6.0.17/README.md diff --git a/stable/foldingathome/6.0.17/app-changelog.md b/stable/foldingathome/6.0.17/app-changelog.md new file mode 100644 index 00000000000..1d633b3e647 --- /dev/null +++ b/stable/foldingathome/6.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [foldingathome-6.0.17](https://github.com/truecharts/charts/compare/foldingathome-6.0.16...foldingathome-6.0.17) (2023-11-21) + +### Chore + +- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@3c4b1b5](https://github.com/3c4b1b5) ([#15192](https://github.com/truecharts/charts/issues/15192)) + + \ No newline at end of file diff --git a/stable/foldingathome/6.0.16/app-readme.md b/stable/foldingathome/6.0.17/app-readme.md similarity index 100% rename from stable/foldingathome/6.0.16/app-readme.md rename to stable/foldingathome/6.0.17/app-readme.md diff --git a/stable/foldingathome/6.0.16/charts/common-14.3.5.tgz b/stable/foldingathome/6.0.17/charts/common-14.3.5.tgz similarity index 100% rename from stable/foldingathome/6.0.16/charts/common-14.3.5.tgz rename to stable/foldingathome/6.0.17/charts/common-14.3.5.tgz diff --git a/stable/foldingathome/6.0.16/ix_values.yaml b/stable/foldingathome/6.0.17/ix_values.yaml similarity index 90% rename from stable/foldingathome/6.0.16/ix_values.yaml rename to stable/foldingathome/6.0.17/ix_values.yaml index 05abd4612cc..b480d353d9e 100644 --- a/stable/foldingathome/6.0.16/ix_values.yaml +++ b/stable/foldingathome/6.0.17/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/foldingathome pullPolicy: IfNotPresent - tag: 7.6.21@sha256:5706dc3c7cd28bf7211b33f614bacd113391ccda78c769fb5443519600fa2760 + tag: 7.6.21@sha256:3c4b1b578a93e4028ee43ff12582b69b94fabfe601615890274fa9849b470189 securityContext: container: runAsNonRoot: false diff --git a/stable/foldingathome/6.0.16/questions.yaml b/stable/foldingathome/6.0.17/questions.yaml similarity index 100% rename from stable/foldingathome/6.0.16/questions.yaml rename to stable/foldingathome/6.0.17/questions.yaml diff --git a/stable/foldingathome/6.0.16/templates/NOTES.txt b/stable/foldingathome/6.0.17/templates/NOTES.txt similarity index 100% rename from stable/foldingathome/6.0.16/templates/NOTES.txt rename to stable/foldingathome/6.0.17/templates/NOTES.txt diff --git a/stable/foldingathome/6.0.16/templates/common.yaml b/stable/foldingathome/6.0.17/templates/common.yaml similarity index 100% rename from stable/foldingathome/6.0.16/templates/common.yaml rename to stable/foldingathome/6.0.17/templates/common.yaml diff --git a/stable/foldingathome/6.0.16/values.yaml b/stable/foldingathome/6.0.17/values.yaml similarity index 100% rename from stable/foldingathome/6.0.16/values.yaml rename to stable/foldingathome/6.0.17/values.yaml