Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-06 18:01:17 +00:00
parent b5b195bda2
commit b49fe78937
12 changed files with 28 additions and 15 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="testrc2-0.0.3"></a>
### [testrc2-0.0.3](https://github.com/truecharts/apps/compare/testrc2-0.0.2...testrc2-0.0.3) (2021-11-06)
#### Chore
* add additional aliasses for simple hostpath persistence ([#1287](https://github.com/truecharts/apps/issues/1287))
<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)
@ -88,12 +97,3 @@
### [jackett-9.0.1](https://github.com/truecharts/apps/compare/jackett-9.0.0...jackett-9.0.1) (2021-10-26)
#### Chore
* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240))
* update non-major docker tags ([#1241](https://github.com/truecharts/apps/issues/1241))
* update non-major ([#1232](https://github.com/truecharts/apps/issues/1232))
<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)

View File

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

View File

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

View File

@ -766,11 +766,18 @@ questions:
description: "pvc"
- value: "hostPath"
description: "hostPath"
- variable: setPermissionsSimple
label: "Automatic Permissions"
description: "Automatically set permissions on install"
schema:
show_if: [["type", "=", "simpleHP"]]
type: boolean
default: true
- variable: setPermissions
label: "Automatic Permissions"
description: "Automatically set permissions on install"
schema:
show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]]
show_if: [["type", "=", "hostPath"]]
type: boolean
default: true
- variable: readOnly
@ -778,11 +785,17 @@ questions:
schema:
type: boolean
default: false
- variable: hostPathSimple
label: "hostPath"
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "simpleHP"]]
type: hostpath
- variable: hostPath
label: "hostPath"
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]]
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: mountPath
label: "mountPath"
@ -806,9 +819,9 @@ questions:
- variable: size
label: "Size quotum of storage"
schema:
show_if: [["type", "=", "pvc"],["type", "=", "simplePVC"]]
show_if: [["type", "=", "pvc"]]
type: string
default: "100Gi"
default: "999Gi"
- variable: hostPathType
label: "(Advanced) hostPath Type"
schema: