Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-22 12:20:41 +00:00
parent cf2ba61166
commit 180afa8de4
25 changed files with 28 additions and 31 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br> # 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> <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) ### [jdownloader2-3.0.16](https://github.com/truecharts/apps/compare/jdownloader2-3.0.15...jdownloader2-3.0.16) (2021-10-20)
@ -88,12 +97,3 @@
<a name="jdownloader2-3.0.7"></a> <a name="jdownloader2-3.0.7"></a>
### [jdownloader2-3.0.7](https://github.com/truecharts/apps/compare/jdownloader2-3.0.6...jdownloader2-3.0.7) (2021-10-13) ### [jdownloader2-3.0.7](https://github.com/truecharts/apps/compare/jdownloader2-3.0.6...jdownloader2-3.0.7) (2021-10-13)
#### Chore
* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
<a name="jdownloader2-3.0.6"></a>
### [jdownloader2-3.0.6](https://github.com/truecharts/apps/compare/jdownloader2-3.0.5...jdownloader2-3.0.6) (2021-10-12)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org repository: https://truecharts.org
version: 8.3.14 version: 8.3.14
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367 digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
generated: "2021-10-20T22:57:48.398233102Z" generated: "2021-10-22T12:18:26.800279973Z"

View File

@ -23,10 +23,9 @@ sources:
- https://hub.docker.com/r/jlesage/jdownloader-2 - https://hub.docker.com/r/jlesage/jdownloader-2
- https://jdownloader.org/ - https://jdownloader.org/
type: application type: application
version: 3.0.16 version: 3.0.17
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- downloads - downloads
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/grade: U truecharts.org/grade: U

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.KEEP_APP_RUNNING | string | `"0"` | |
| env.PUID | int | `568` | | | env.PUID | int | `568` | |
| env.SECURE_CONNECTION | string | `"0"` | | | env.SECURE_CONNECTION | string | `"0"` | |
| env.VNC_PASSWORD | string | `nil` | | | env.VNC_PASSWORD | string | `""` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | | | envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/jdownloader-2"` | | | image.repository | string | `"ghcr.io/truecharts/jdownloader-2"` | |

View File

@ -36,7 +36,6 @@ envTpl:
env: env:
# Permissions Settings # Permissions Settings
PUID: 568 PUID: 568
# General Settings # General Settings
KEEP_APP_RUNNING: "0" KEEP_APP_RUNNING: "0"
CLEAN_TMP_DIR: "1" CLEAN_TMP_DIR: "1"
@ -44,7 +43,7 @@ env:
DISPLAY_WIDTH: "1280" DISPLAY_WIDTH: "1280"
DISPLAY_HEIGHT: "768" DISPLAY_HEIGHT: "768"
SECURE_CONNECTION: "0" SECURE_CONNECTION: "0"
VNC_PASSWORD: VNC_PASSWORD: ""
persistence: persistence:
config: config:

View File

@ -800,7 +800,7 @@ questions:
schema: schema:
type: dict type: dict
attrs: attrs:
- variable: data - variable: config
label: "App Config Storage" label: "App Config Storage"
description: "Stores the Application Configuration." description: "Stores the Application Configuration."
schema: schema:

View File

@ -1,6 +1,15 @@
# Changelog<br> # 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> <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) ### [pihole-3.0.17](https://github.com/truecharts/apps/compare/pihole-3.0.14...pihole-3.0.17) (2021-10-20)
@ -88,12 +97,3 @@
#### Fix #### Fix
* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
<a name="pihole-3.0.8"></a>
### [pihole-3.0.8](https://github.com/truecharts/apps/compare/pihole-3.0.7...pihole-3.0.8) (2021-10-13)
#### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org repository: https://truecharts.org
version: 8.3.14 version: 8.3.14
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367 digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
generated: "2021-10-20T22:34:10.831200305Z" generated: "2021-10-22T12:18:50.339332667Z"

View File

@ -21,10 +21,9 @@ sources:
- https://github.com/pi-hole - https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole - https://github.com/pi-hole/docker-pi-hole
type: application type: application
version: 3.0.17 version: 3.0.18
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- networking - networking
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/grade: U truecharts.org/grade: U

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.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | |
| service.dns-tcp.enabled | bool | `true` | | | service.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.https.enabled | bool | `true` | | | service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.https.port | int | `53` | | | service.dns-tcp.ports.dns-tcp.port | int | `53` | |
| service.dns.enabled | bool | `true` | | | service.dns.enabled | bool | `true` | |
| service.dns.ports.dns.enabled | bool | `true` | | | service.dns.ports.dns.enabled | bool | `true` | |
| service.dns.ports.dns.port | int | `53` | | | service.dns.ports.dns.port | int | `53` | |

View File

@ -27,7 +27,7 @@ service:
dns-tcp: dns-tcp:
enabled: true enabled: true
ports: ports:
https: dns-tcp:
enabled: true enabled: true
port: 53 port: 53
dns: dns: