Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-06 12:30:48 +00:00
parent 4d8bf1598c
commit f986cd3afc
12 changed files with 72 additions and 71 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br> # Changelog<br>
<a name="jackett-9.0.9"></a>
### [jackett-9.0.9](https://github.com/truecharts/apps/compare/jackett-9.0.8...jackett-9.0.9) (2021-11-06)
#### Fix
* Correct label for port setting
<a name="jackett-9.0.8"></a> <a name="jackett-9.0.8"></a>
### [jackett-9.0.8](https://github.com/truecharts/apps/compare/jackett-9.0.7...jackett-9.0.8) (2021-11-06) ### [jackett-9.0.8](https://github.com/truecharts/apps/compare/jackett-9.0.7...jackett-9.0.8) (2021-11-06)
@ -88,12 +97,3 @@
<a name="jackett-8.0.23"></a> <a name="jackett-8.0.23"></a>
### [jackett-8.0.23](https://github.com/truecharts/apps/compare/jackett-8.0.22...jackett-8.0.23) (2021-10-20) ### [jackett-8.0.23](https://github.com/truecharts/apps/compare/jackett-8.0.22...jackett-8.0.23) (2021-10-20)
#### Chore
* bump apps, remove duplicates and move incubator to stable for RC1
<a name="jackett-8.0.20"></a>
### [jackett-8.0.20](https://github.com/truecharts/apps/compare/jackett-8.0.19...jackett-8.0.20) (2021-10-20)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org repository: https://truecharts.org
version: 8.4.0 version: 8.4.0
digest: sha256:56617a20b6af555514f5c1a10a41e7067e10aef749c30bbf312c2c73542ecaca digest: sha256:56617a20b6af555514f5c1a10a41e7067e10aef749c30bbf312c2c73542ecaca
generated: "2021-11-06T12:02:00.595049168Z" generated: "2021-11-06T12:27:12.260294865Z"

View File

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

View File

@ -109,70 +109,70 @@ questions:
description: "RollingUpdate: Create new pods and then kill old ones" description: "RollingUpdate: Create new pods and then kill old ones"
- value: "OnDelete" - value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes" description: "(Legacy) OnDelete: ignore .spec.template changes"
- variable: expert - variable: expert
label: "Show Expert Configuration Options" label: "Show Expert Configuration Options"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: "Extra Args"
schema: schema:
type: boolean type: list
default: false default: []
show_subquestions_if: true items:
subquestions: - variable: argItem
- variable: extraArgs label: "Arg"
label: "Extra Args"
schema: schema:
type: list type: dict
default: [] attrs:
items: - variable: name
- variable: argItem label: "Name"
label: "Arg"
schema: schema:
type: dict type: string
attrs: - variable: value
- variable: name label: "Value"
label: "Name" schema:
schema: type: string
type: string - variable: labelsList
- variable: value label: "Controller Labels"
label: "Value" schema:
schema: type: list
type: string default: []
- variable: labelsList items:
label: "Controller Labels" - variable: labelItem
label: "Label"
schema: schema:
type: list type: dict
default: [] attrs:
items: - variable: name
- variable: labelItem label: "Name"
label: "Label"
schema: schema:
type: dict type: string
attrs: - variable: value
- variable: name label: "Value"
label: "Name" schema:
schema: type: string
type: string - variable: annotationsList
- variable: value label: " Controller Annotations"
label: "Value" schema:
schema: type: list
type: string default: []
- variable: annotationsList items:
label: " Controller Annotations" - variable: annotationItem
label: "Label"
schema: schema:
type: list type: dict
default: [] attrs:
items: - variable: name
- variable: annotationItem label: "Name"
label: "Label"
schema: schema:
type: dict type: string
attrs: - variable: value
- variable: name label: "Value"
label: "Name" schema:
schema: type: string
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: env - variable: env
group: "Container Configuration" group: "Container Configuration"
@ -299,7 +299,7 @@ questions:
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
schema: schema:
type: string type: string
default: "NodePort" default: "Simple"
enum: enum:
- value: "Simple" - value: "Simple"
description: "Simple" description: "Simple"
@ -378,7 +378,8 @@ questions:
type: int type: int
default: 9117 default: 9117
- variable: port - variable: port
label: "This port exposes the container port on the service" label: "Port"
description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 9117 default: 9117
@ -490,7 +491,7 @@ questions:
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
schema: schema:
type: string type: string
default: "NodePort" default: "Simple"
enum: enum:
- value: "Simple" - value: "Simple"
description: "Simple" description: "Simple"