Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-22 13:02:16 +00:00
parent 180afa8de4
commit eb2d0958e8
12 changed files with 17 additions and 14 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="aria2-1.0.2"></a>
### [aria2-1.0.2](https://github.com/truecharts/apps/compare/aria2-1.0.1...aria2-1.0.2) (2021-10-22)
#### Fix
* sync values.yaml services with questions.yaml
<a name="aria2-1.0.1"></a>
### [aria2-1.0.1](https://github.com/truecharts/apps/compare/aria2-0.0.11...aria2-1.0.1) (2021-10-20)
@ -88,12 +97,3 @@
<a name="aria2-0.0.3"></a>
### [aria2-0.0.3](https://github.com/truecharts/apps/compare/aria2-0.0.2...aria2-0.0.3) (2021-10-13)
#### Chore
* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
<a name="aria2-0.0.2"></a>
### [aria2-0.0.2](https://github.com/truecharts/apps/compare/aria2-0.0.1...aria2-0.0.2) (2021-10-13)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.3.14
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
generated: "2021-10-20T22:06:25.159067352Z"
generated: "2021-10-22T13:00:17.322505722Z"

View File

@ -17,10 +17,9 @@ maintainers:
name: aria2
sources:
- https://github.com/P3TERX/Aria2-Pro-Docker
version: 1.0.1
version: 1.0.2
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -28,8 +28,9 @@ You will, however, be able to use all values referenced in the common chart here
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.listen.enabled | bool | `true` | |
| service.main.ports.listen.port | int | `6888` | |
| service.listen.enabled | bool | `true` | |
| service.listen.ports.listen.enabled | bool | `true` | |
| service.listen.ports.listen.port | int | `6888` | |
| service.main.ports.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `6800` | |

View File

@ -25,6 +25,9 @@ service:
main:
enabled: true
port: 6800
listen:
enabled: true
ports:
listen:
enabled: true
port: 6888