Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6816c8bc63
commit
27f92a86b8
|
@ -1,4 +0,0 @@
|
|||
|
||||
<a name="testbed-6.11.21"></a>
|
||||
### testbed-6.11.21 (2021-09-12)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
<a name="testbed-6.11.22"></a>
|
||||
### [testbed-6.11.22](https://github.com/truecharts/apps/compare/testbed-6.11.21...testbed-6.11.22) (2021-09-12)
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org/
|
||||
version: 6.13.8
|
||||
digest: sha256:7c137b201e33de386c8012e58dd401f81aa3b8e8cade47c7de48db3e58342823
|
||||
generated: "2021-09-12T12:10:14.952686569Z"
|
||||
generated: "2021-09-12T12:32:41.92096747Z"
|
|
@ -24,4 +24,4 @@ name: testbed
|
|||
sources:
|
||||
- https://github.com/Jackett/Jackett
|
||||
type: application
|
||||
version: 6.11.21
|
||||
version: 6.11.22
|
|
@ -359,7 +359,7 @@ questions:
|
|||
label: "(Advanced) storageClass"
|
||||
description: " Warning: Anything other than SCALE-ZFS will break rollback!"
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
show_if: [["type", "=", "pvc"],["expert", "=", true]]
|
||||
type: string
|
||||
default: "SCALE-ZFS"
|
||||
- variable: setPermissions
|
||||
|
@ -383,7 +383,7 @@ questions:
|
|||
- variable: hostPathType
|
||||
label: "(Advanced) hostPath Type"
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
show_if: [["type", "=", "hostPath"],["expert", "=", true]]
|
||||
type: string
|
||||
default: ""
|
||||
enum:
|
||||
|
@ -425,7 +425,7 @@ questions:
|
|||
label: "(Advanced) Access Mode"
|
||||
description: "Allow or disallow multiple PVC's writhing to the same PV"
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
show_if: [["type", "=", "pvc"],["expert", "=", true]]
|
||||
type: string
|
||||
default: "ReadWriteOnce"
|
||||
enum:
|
Loading…
Reference in New Issue