mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-08 22:16:10 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.2
|
||||
digest: sha256:7ded42c1a558931bd6b9e4b585e7f1a6c96709256b3ec39317be9049c07bf96e
|
||||
generated: "2022-01-04T20:40:35.752350922Z"
|
||||
Binary file not shown.
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="unpackerr-4.0.31"></a>
|
||||
### [unpackerr-4.0.31](https://github.com/truecharts/apps/compare/unpackerr-4.0.30...unpackerr-4.0.31) (2022-01-11)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#1693](https://github.com/truecharts/apps/issues/1693))
|
||||
|
||||
|
||||
|
||||
<a name="unpackerr-4.0.30"></a>
|
||||
### [unpackerr-4.0.30](https://github.com/truecharts/apps/compare/unpackerr-4.0.29...unpackerr-4.0.30) (2022-01-04)
|
||||
|
||||
@@ -88,12 +97,3 @@
|
||||
* move incubator apps to stable and bump everything
|
||||
|
||||
|
||||
|
||||
<a name="unpackerr-4.0.21"></a>
|
||||
### [unpackerr-4.0.21](https://github.com/truecharts/apps/compare/unpackerr-4.0.20...unpackerr-4.0.21) (2021-12-11)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update general helm non-major helm releases ([#1509](https://github.com/truecharts/apps/issues/1509))
|
||||
|
||||
|
||||
6
stable/unpackerr/4.0.31/Chart.lock
Normal file
6
stable/unpackerr/4.0.31/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.6
|
||||
digest: sha256:047f6a869b6f4f66b8c440be00bc5e27de8f25332ec427cdf19ac76a465e9bc9
|
||||
generated: "2022-01-11T18:24:01.481036929Z"
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.9.9"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.2
|
||||
version: 8.10.6
|
||||
deprecated: false
|
||||
description: This application runs as a daemon on your download host. It checks for
|
||||
completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may
|
||||
@@ -26,7 +26,7 @@ sources:
|
||||
- https://github.com/davidnewhall/unpackerr
|
||||
- https://hub.docker.com/r/golift/unpackerr
|
||||
type: application
|
||||
version: 4.0.30
|
||||
version: 4.0.31
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -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
|
||||
|
||||
BIN
stable/unpackerr/4.0.31/charts/common-8.10.6.tgz
Normal file
BIN
stable/unpackerr/4.0.31/charts/common-8.10.6.tgz
Normal file
Binary file not shown.
@@ -1067,29 +1067,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"
|
||||
Reference in New Issue
Block a user