mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-27 13:40:23 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
|
||||
<a name="unpackerr-3.0.7"></a>
|
||||
### [unpackerr-3.0.7](https://github.com/truecharts/apps/compare/unpackerr-3.0.6...unpackerr-3.0.7) (2021-10-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.6
|
||||
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
|
||||
generated: "2021-10-13T22:46:59.884329362Z"
|
||||
Binary file not shown.
12
stable/unpackerr/3.0.8/CHANGELOG.md
Normal file
12
stable/unpackerr/3.0.8/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
<a name="unpackerr-3.0.8"></a>
|
||||
### [unpackerr-3.0.8](https://github.com/truecharts/apps/compare/unpackerr-3.0.7...unpackerr-3.0.8) (2021-10-17)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
|
||||
|
||||
#### Fix
|
||||
|
||||
* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
|
||||
|
||||
6
stable/unpackerr/3.0.8/Chart.lock
Normal file
6
stable/unpackerr/3.0.8/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.10
|
||||
digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
|
||||
generated: "2021-10-17T18:56:14.098655951Z"
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.9.8"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.6
|
||||
version: 8.3.10
|
||||
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,4 +26,4 @@ sources:
|
||||
- https://github.com/davidnewhall/unpackerr
|
||||
- https://hub.docker.com/r/golift/unpackerr
|
||||
type: application
|
||||
version: 3.0.7
|
||||
version: 3.0.8
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.3.6 |
|
||||
| https://truecharts.org | common | 8.3.10 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
BIN
stable/unpackerr/3.0.8/charts/common-8.3.10.tgz
Normal file
BIN
stable/unpackerr/3.0.8/charts/common-8.3.10.tgz
Normal file
Binary file not shown.
@@ -496,6 +496,7 @@ questions:
|
||||
type: string
|
||||
default: "/downoads"
|
||||
hidden: true
|
||||
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
|
||||
- variable: medium
|
||||
label: "EmptyDir Medium"
|
||||
schema:
|
||||
@@ -658,6 +659,7 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
|
||||
- variable: medium
|
||||
label: "EmptyDir Medium"
|
||||
schema:
|
||||
Reference in New Issue
Block a user