Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cf2ba61166
commit
180afa8de4
|
@ -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)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
<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)
|
||||
|
||||
#### 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)
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.3.14
|
||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||
generated: "2021-10-20T22:57:48.398233102Z"
|
||||
generated: "2021-10-22T12:18:26.800279973Z"
|
|
@ -23,10 +23,9 @@ sources:
|
|||
- https://hub.docker.com/r/jlesage/jdownloader-2
|
||||
- https://jdownloader.org/
|
||||
type: application
|
||||
version: 3.0.16
|
||||
version: 3.0.17
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- downloads
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -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"` | |
|
|
@ -36,7 +36,6 @@ envTpl:
|
|||
env:
|
||||
# Permissions Settings
|
||||
PUID: 568
|
||||
|
||||
# General Settings
|
||||
KEEP_APP_RUNNING: "0"
|
||||
CLEAN_TMP_DIR: "1"
|
||||
|
@ -44,7 +43,7 @@ env:
|
|||
DISPLAY_WIDTH: "1280"
|
||||
DISPLAY_HEIGHT: "768"
|
||||
SECURE_CONNECTION: "0"
|
||||
VNC_PASSWORD:
|
||||
VNC_PASSWORD: ""
|
||||
|
||||
persistence:
|
||||
config:
|
|
@ -800,7 +800,7 @@ questions:
|
|||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: data
|
||||
- variable: config
|
||||
label: "App Config Storage"
|
||||
description: "Stores the Application Configuration."
|
||||
schema:
|
|
@ -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)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### 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
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.3.14
|
||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||
generated: "2021-10-20T22:34:10.831200305Z"
|
||||
generated: "2021-10-22T12:18:50.339332667Z"
|
|
@ -21,10 +21,9 @@ sources:
|
|||
- https://github.com/pi-hole
|
||||
- https://github.com/pi-hole/docker-pi-hole
|
||||
type: application
|
||||
version: 3.0.17
|
||||
version: 3.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -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` | |
|
|
@ -27,7 +27,7 @@ service:
|
|||
dns-tcp:
|
||||
enabled: true
|
||||
ports:
|
||||
https:
|
||||
dns-tcp:
|
||||
enabled: true
|
||||
port: 53
|
||||
dns:
|
Loading…
Reference in New Issue