diff --git a/stable/foldingathome/2.0.17/CHANGELOG.md b/stable/foldingathome/2.0.18/CHANGELOG.md similarity index 91% rename from stable/foldingathome/2.0.17/CHANGELOG.md rename to stable/foldingathome/2.0.18/CHANGELOG.md index 68dd37cf63b..f96c6dd42b9 100644 --- a/stable/foldingathome/2.0.17/CHANGELOG.md +++ b/stable/foldingathome/2.0.18/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [foldingathome-2.0.18](https://github.com/truecharts/apps/compare/foldingathome-2.0.17...foldingathome-2.0.18) (2022-07-15) + +### Fix + +- make root fs writable ([#3191](https://github.com/truecharts/apps/issues/3191)) + + + ## [foldingathome-2.0.17](https://github.com/truecharts/apps/compare/foldingathome-2.0.16...foldingathome-2.0.17) (2022-07-14) ### Fix @@ -89,11 +97,3 @@ -### [foldingathome-2.0.5](https://github.com/truecharts/apps/compare/foldingathome-2.0.4...foldingathome-2.0.5) (2022-06-21) - -#### Chore - -* update helm general non-major helm releases ([#2943](https://github.com/truecharts/apps/issues/2943)) - - - diff --git a/stable/foldingathome/2.0.17/Chart.lock b/stable/foldingathome/2.0.18/Chart.lock similarity index 80% rename from stable/foldingathome/2.0.17/Chart.lock rename to stable/foldingathome/2.0.18/Chart.lock index ad49bc5ed40..cce47dcd40e 100644 --- a/stable/foldingathome/2.0.17/Chart.lock +++ b/stable/foldingathome/2.0.18/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.4 digest: sha256:e76f58e980866194e06f0e9135c981662f0b1132d3c5848dbf344c48ab657396 -generated: "2022-07-14T21:07:08.137660574Z" +generated: "2022-07-15T23:01:26.128569628Z" diff --git a/stable/foldingathome/2.0.17/Chart.yaml b/stable/foldingathome/2.0.18/Chart.yaml similarity index 98% rename from stable/foldingathome/2.0.17/Chart.yaml rename to stable/foldingathome/2.0.18/Chart.yaml index 90f86821dc1..d938482e485 100644 --- a/stable/foldingathome/2.0.17/Chart.yaml +++ b/stable/foldingathome/2.0.18/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: foldingathome -version: 2.0.17 +version: 2.0.18 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 diff --git a/stable/foldingathome/2.0.17/README.md b/stable/foldingathome/2.0.18/README.md similarity index 100% rename from stable/foldingathome/2.0.17/README.md rename to stable/foldingathome/2.0.18/README.md diff --git a/stable/foldingathome/2.0.17/app-readme.md b/stable/foldingathome/2.0.18/app-readme.md similarity index 100% rename from stable/foldingathome/2.0.17/app-readme.md rename to stable/foldingathome/2.0.18/app-readme.md diff --git a/stable/foldingathome/2.0.17/charts/common-10.4.4.tgz b/stable/foldingathome/2.0.18/charts/common-10.4.4.tgz similarity index 100% rename from stable/foldingathome/2.0.17/charts/common-10.4.4.tgz rename to stable/foldingathome/2.0.18/charts/common-10.4.4.tgz diff --git a/stable/foldingathome/2.0.17/ix_values.yaml b/stable/foldingathome/2.0.18/ix_values.yaml similarity index 93% rename from stable/foldingathome/2.0.17/ix_values.yaml rename to stable/foldingathome/2.0.18/ix_values.yaml index 03371ec3495..aaee1ef9e7a 100644 --- a/stable/foldingathome/2.0.17/ix_values.yaml +++ b/stable/foldingathome/2.0.18/ix_values.yaml @@ -5,6 +5,7 @@ image: securityContext: runAsNonRoot: false + readOnlyRootFilesystem: false podSecurityContext: runAsUser: 0 diff --git a/stable/foldingathome/2.0.17/questions.yaml b/stable/foldingathome/2.0.18/questions.yaml similarity index 99% rename from stable/foldingathome/2.0.17/questions.yaml rename to stable/foldingathome/2.0.18/questions.yaml index bc16c6d746c..4bd03c86193 100644 --- a/stable/foldingathome/2.0.17/questions.yaml +++ b/stable/foldingathome/2.0.18/questions.yaml @@ -1610,7 +1610,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: diff --git a/stable/foldingathome/2.0.17/templates/common.yaml b/stable/foldingathome/2.0.18/templates/common.yaml similarity index 100% rename from stable/foldingathome/2.0.17/templates/common.yaml rename to stable/foldingathome/2.0.18/templates/common.yaml diff --git a/stable/foldingathome/2.0.17/values.yaml b/stable/foldingathome/2.0.18/values.yaml similarity index 100% rename from stable/foldingathome/2.0.17/values.yaml rename to stable/foldingathome/2.0.18/values.yaml