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-22 12:20:38 +00:00
parent b0399e8757
commit 13e1a252a0
9 changed files with 110 additions and 7 deletions
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="jdownloader2-3.0.17"></a>
### [jdownloader2-3.0.17](https://github.com/truecharts/apps/compare/jdownloader2-3.0.16...jdownloader2-3.0.17) (2021-10-22)
#### Fix
* fix discrepancies between values.yaml and questions.yaml
<a name="jdownloader2-3.0.16"></a>
### [jdownloader2-3.0.16](https://github.com/truecharts/apps/compare/jdownloader2-3.0.15...jdownloader2-3.0.16) (2021-10-20)
+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 | string | `"0"` | |
| env.PUID | int | `568` | |
| env.SECURE_CONNECTION | string | `"0"` | |
| env.VNC_PASSWORD | string | `nil` | |
| env.VNC_PASSWORD | string | `""` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/jdownloader-2"` | |
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="pihole-3.0.18"></a>
### [pihole-3.0.18](https://github.com/truecharts/apps/compare/pihole-3.0.17...pihole-3.0.18) (2021-10-22)
#### Fix
* fix discrepancies between values.yaml and questions.yaml
<a name="pihole-3.0.17"></a>
### [pihole-3.0.17](https://github.com/truecharts/apps/compare/pihole-3.0.14...pihole-3.0.17) (2021-10-20)
+2 -2
View File
@@ -34,8 +34,8 @@ You will, however, be able to use all values referenced in the common chart here
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.https.enabled | bool | `true` | |
| service.dns-tcp.ports.https.port | int | `53` | |
| service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.dns-tcp.port | int | `53` | |
| service.dns.enabled | bool | `true` | |
| service.dns.ports.dns.enabled | bool | `true` | |
| service.dns.ports.dns.port | int | `53` | |