Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-11 18:34:47 +00:00
parent 0e82d65fda
commit 9271f8b329
4454 changed files with 438359 additions and 407796 deletions

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.10.2
digest: sha256:7ded42c1a558931bd6b9e4b585e7f1a6c96709256b3ec39317be9049c07bf96e
generated: "2022-01-04T20:35:36.921673969Z"

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="pyload-4.0.29"></a>
### [pyload-4.0.29](https://github.com/truecharts/apps/compare/pyload-4.0.28...pyload-4.0.29) (2022-01-11)
#### Chore
* update helm general non-major helm releases ([#1693](https://github.com/truecharts/apps/issues/1693))
<a name="pyload-4.0.28"></a>
### [pyload-4.0.28](https://github.com/truecharts/apps/compare/pyload-4.0.27...pyload-4.0.28) (2022-01-04)
@@ -88,12 +97,3 @@
<a name="pyload-4.0.19"></a>
### [pyload-4.0.19](https://github.com/truecharts/apps/compare/pyload-4.0.18...pyload-4.0.19) (2021-12-07)
#### Chore
* update non-major deps helm releases ([#1481](https://github.com/truecharts/apps/issues/1481))
<a name="pyload-4.0.18"></a>
### pyload-4.0.18 (2021-12-05)

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.10.6
digest: sha256:047f6a869b6f4f66b8c440be00bc5e27de8f25332ec427cdf19ac76a465e9bc9
generated: "2022-01-11T18:17:10.577860563Z"

View File

@@ -3,7 +3,7 @@ appVersion: "5de90278"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.10.2
version: 8.10.6
description: pyLoad is a Free and Open Source download manager written in Python and
designed to be extremely lightweight, easily extensible and fully manageable via
web.
@@ -21,7 +21,7 @@ name: pyload
sources:
- https://github.com/pyload/pyload
- https://hub.docker.com/r/linuxserver/pyload
version: 4.0.28
version: 4.0.29
annotations:
truecharts.org/catagories: |
- media

View File

@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.10.2 |
| https://truecharts.org | common | 8.10.6 |
## Installing the Chart

Binary file not shown.

View File

@@ -1367,29 +1367,33 @@ questions:
attrs:
- variable: cpu
label: "CPU"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/indepth/validation/"
schema:
type: string
default: "4000m"
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "Memory RAM"
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/indepth/validation/"
schema:
type: string
default: "8Gi"
valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- variable: requests
label: "Advanced Request minimum resources required"
label: "Minimum Resources Required (request)"
schema:
type: dict
attrs:
- variable: cpu
label: "CPU"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/indepth/validation/"
schema:
type: string
default: "10m"
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "Memory RAM"
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/indepth/validation/"
schema:
type: string
default: "50Mi"