Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-05 12:35:05 +00:00
parent 6a7c88b418
commit b55f50d078
510 changed files with 5412 additions and 390 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="jdownloader2-3.0.4"></a>
### [jdownloader2-3.0.4](https://github.com/truecharts/apps/compare/jdownloader2-3.0.3...jdownloader2-3.0.4) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))
<a name="jdownloader2-3.0.3"></a>
### [jdownloader2-3.0.3](https://github.com/truecharts/apps/compare/jdownloader2-3.0.2...jdownloader2-3.0.3) (2021-09-29)
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.0.13 |
| https://truecharts.org | common | 8.2.2 |
## Installing the Chart
@@ -0,0 +1,8 @@
<a name="jdownloader2-3.0.4"></a>
### [jdownloader2-3.0.4](https://github.com/truecharts/apps/compare/jdownloader2-3.0.3...jdownloader2-3.0.4) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))
+1 -3
View File
@@ -15,11 +15,9 @@ You will, however, be able to use all values referenced in the common chart here
| env.DISPLAY_HEIGHT | string | `"768"` | |
| env.DISPLAY_WIDTH | string | `"1280"` | |
| env.KEEP_APP_RUNNING | string | `"0"` | |
| env.PGID | string | `"568"` | |
| env.PUID | string | `"568"` | |
| env.PUID | int | `568` | |
| env.SECURE_CONNECTION | string | `"0"` | |
| env.VNC_PASSWORD | string | `nil` | |
| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/jdownloader-2"` | |