Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-06 16:32:40 +00:00
parent f878ca69ca
commit b5b195bda2
12 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="testrc2-0.0.2"></a>
### [testrc2-0.0.2](https://github.com/truecharts/apps/compare/testrc2-0.0.1...testrc2-0.0.2) (2021-11-06)
<a name="testrc2-0.0.1"></a>
### testrc2-0.0.1 (2021-11-06)
@ -92,8 +97,3 @@
<a name="jackett-9.0.0"></a>
### [jackett-9.0.0](https://github.com/truecharts/apps/compare/jackett-8.0.23...jackett-9.0.0) (2021-10-25)
#### Chore
* Adapt for TrueNAS SCALE RC1

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.5.0
digest: sha256:251255bcca05ea056515cb92dcb3bebe2491b5c0e61c01898e6afd7fb06a2b49
generated: "2021-11-06T16:03:03.495252708Z"
generated: "2021-11-06T16:29:53.677783224Z"

View File

@ -21,7 +21,7 @@ name: testrc2
sources:
- https://github.com/Jackett/Jackett
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- media

View File

@ -770,7 +770,7 @@ questions:
label: "Automatic Permissions"
description: "Automatically set permissions on install"
schema:
show_if: [["type", "=", "hostPath"],["type", "=", simpleHP]]
show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]]
type: boolean
default: true
- variable: readOnly
@ -782,7 +782,7 @@ questions:
label: "hostPath"
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"],["type", "=", simpleHP]]
show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]]
type: hostpath
- variable: mountPath
label: "mountPath"
@ -806,7 +806,7 @@ questions:
- variable: size
label: "Size quotum of storage"
schema:
show_if: [["type", "=", "pvc"],["type", "=", simplePVC]]
show_if: [["type", "=", "pvc"],["type", "=", "simplePVC"]]
type: string
default: "100Gi"
- variable: hostPathType