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-08 16:32:06 +00:00
parent dd2081d0ce
commit 19fe769103
5 changed files with 62 additions and 3 deletions
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="jdownloader2-4.0.7"></a>
### [jdownloader2-4.0.7](https://github.com/truecharts/apps/compare/jdownloader2-4.0.6...jdownloader2-4.0.7) (2021-11-08)
#### Fix
* Add missing service to values.yaml
<a name="jdownloader2-4.0.6"></a>
### [jdownloader2-4.0.6](https://github.com/truecharts/apps/compare/jdownloader2-4.0.5...jdownloader2-4.0.6) (2021-11-07)
+4 -1
View File
@@ -33,11 +33,14 @@ You will, however, be able to use all values referenced in the common chart here
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5800` | |
| service.main.ports.main.targetPort | int | `5800` | |
| service.myjd.enabled | bool | `true` | |
| service.myjd.ports.myjd.enabled | bool | `true` | |
| service.myjd.ports.myjd.port | int | `3129` | |
| 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.targetPort | int | `5900` | |
| service.vnc.type | string | `"ClusterIP"` | |
All Rights Reserved - The TrueCharts Project