Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-30 13:04:15 +00:00
parent b7c3c1a64e
commit 8779b53a53
759 changed files with 9665 additions and 511 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="jdownloader2-4.0.14"></a>
### [jdownloader2-4.0.14](https://github.com/truecharts/apps/compare/jdownloader2-4.0.13...jdownloader2-4.0.14) (2021-11-30)
#### Chore
* update non-major deps helm releases ([#1432](https://github.com/truecharts/apps/issues/1432))
#### Fix
* move conflicting ports to 10xxx range ([#1415](https://github.com/truecharts/apps/issues/1415))
<a name="jdownloader2-4.0.13"></a>
### [jdownloader2-4.0.13](https://github.com/truecharts/apps/compare/jdownloader2-4.0.12...jdownloader2-4.0.13) (2021-11-23)
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.9.3 |
| https://truecharts.org | common | 8.9.7 |
## Installing the Chart
+2 -3
View File
@@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5800` | |
| service.main.ports.main.port | int | `10054` | |
| service.main.ports.main.targetPort | int | `5800` | |
| service.myjd.enabled | bool | `true` | |
| service.myjd.ports.myjd.enabled | bool | `true` | |
@@ -36,8 +36,7 @@ You will, however, be able to use all values referenced in the common chart here
| service.myjd.ports.myjd.targetPort | int | `3129` | |
| service.vnc.enabled | bool | `true` | |
| service.vnc.ports.vnc.enabled | bool | `true` | |
| service.vnc.ports.vnc.port | int | `5900` | |
| service.vnc.ports.vnc.protocol | string | `"TCP"` | |
| service.vnc.ports.vnc.port | int | `10056` | |
| service.vnc.ports.vnc.targetPort | int | `5900` | |
All Rights Reserved - The TrueCharts Project