mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-26 21:30:16 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
|
||||
<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))
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.10
|
||||
digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
|
||||
generated: "2021-10-17T18:56:14.098655951Z"
|
||||
Binary file not shown.
@@ -1,30 +0,0 @@
|
||||
##
|
||||
# This file contains Values.yaml content that gets added to the output of questions.yaml
|
||||
# It's ONLY meant for content that the user is NOT expected to change.
|
||||
# Example: Everything under "image" is not included in questions.yaml but is included here.
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/unpackerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.8@sha256:2bf65067fea86c36438b741bfea1cec69faeea02dd4811c0d58e12243a263b24
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||
##
|
||||
12
stable/unpackerr/3.0.9/CHANGELOG.md
Normal file
12
stable/unpackerr/3.0.9/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
<a name="unpackerr-3.0.9"></a>
|
||||
### [unpackerr-3.0.9](https://github.com/truecharts/apps/compare/unpackerr-3.0.8...unpackerr-3.0.9) (2021-10-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
|
||||
|
||||
#### Refactor
|
||||
|
||||
* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
|
||||
|
||||
6
stable/unpackerr/3.0.9/Chart.lock
Normal file
6
stable/unpackerr/3.0.9/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
|
||||
generated: "2021-10-18T22:02:44.269483417Z"
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.9.8"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.10
|
||||
version: 8.3.12
|
||||
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.8
|
||||
version: 3.0.9
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.3.10 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
BIN
stable/unpackerr/3.0.9/charts/common-8.3.12.tgz
Normal file
BIN
stable/unpackerr/3.0.9/charts/common-8.3.12.tgz
Normal file
Binary file not shown.
@@ -413,6 +413,7 @@ questions:
|
||||
|
||||
- variable: persistence
|
||||
label: "Integrated Persistent Storage"
|
||||
description: "Integrated Persistent Storage"
|
||||
group: "Storage and Persistence"
|
||||
schema:
|
||||
type: dict
|
||||
Reference in New Issue
Block a user