Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-19 23:48:50 +00:00
parent 4d67abc47d
commit c815c49fc5
527 changed files with 5688 additions and 1061 deletions
+11
View File
@@ -1,6 +1,17 @@
# Changelog<br>
<a name="jdownloader2-5.0.6"></a>
### [jdownloader2-5.0.6](https://github.com/truecharts/apps/compare/jdownloader2-5.0.5...jdownloader2-5.0.6) (2021-12-19)
#### Chore
* Last patch bump before RC2 branch-off
* move `envTpl` to `env` ([#1578](https://github.com/truecharts/apps/issues/1578))
* remove `editable: true` as this is the default ([#1576](https://github.com/truecharts/apps/issues/1576))
<a name="jdownloader2-5.0.5"></a>
### [jdownloader2-5.0.5](https://github.com/truecharts/apps/compare/jdownloader2-5.0.4...jdownloader2-5.0.5) (2021-12-19)
+1 -1
View File
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.KEEP_APP_RUNNING | int | `0` | |
| env.PUID | int | `568` | |
| env.SECURE_CONNECTION | int | `0` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| env.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/jdownloader-2"` | |
| image.tag | string | `"v1.7.1@sha256:ba37e3a795f6e64466de3e81152af78c5fe8f6c3beeeee5a2bc948c41a631b16"` | |