Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-13 18:33:06 +00:00
parent 0c8cfde17f
commit 0097842230
14 changed files with 11 additions and 23 deletions

View File

@ -1,20 +0,0 @@
<a name="jdownloader2-2.0.1"></a>
### [jdownloader2-2.0.1](https://github.com/truecharts/apps/compare/jdownloader2-1.0.5...jdownloader2-2.0.1) (2021-09-13)
#### Chore
* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958))
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
* Move some common containers to our own containers
#### Fix
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))

View File

@ -0,0 +1,8 @@
<a name="jdownloader2-2.0.2"></a>
### [jdownloader2-2.0.2](https://github.com/truecharts/apps/compare/jdownloader2-2.0.1...jdownloader2-2.0.2) (2021-09-13)
#### Fix
* set jdownloader2 umask to 002 ([#982](https://github.com/truecharts/apps/issues/982))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 7.0.12
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
generated: "2021-09-13T16:55:41.992656519Z"
generated: "2021-09-13T18:31:23.469507681Z"

View File

@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/r/jlesage/jdownloader-2
- https://jdownloader.org/
type: application
version: 2.0.1
version: 2.0.2

View File

@ -183,7 +183,7 @@ questions:
description: "Sets the UMASK env var for jdownloader2 containers"
schema:
type: string
default: "022"
default: "002"
- variable: KEEP_APP_RUNNING
label: "KEEP_APP_RUNNING"
description: "When set to 1, the application will be automatically restarted if it crashes or if a user quits it."