Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
445bd48150
commit
b95f8b379d
|
@ -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 @@
|
|||
|
||||
|
||||
<a name="foldingathome-2.0.5"></a>
|
||||
### [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))
|
||||
|
||||
|
||||
|
|
@ -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"
|
|
@ -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
|
|
@ -5,6 +5,7 @@ image:
|
|||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
|
@ -1610,7 +1610,7 @@ questions:
|
|||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
Loading…
Reference in New Issue