diff --git a/stable/jackett/9.0.8/CHANGELOG.md b/stable/jackett/9.0.9/CHANGELOG.md similarity index 91% rename from stable/jackett/9.0.8/CHANGELOG.md rename to stable/jackett/9.0.9/CHANGELOG.md index ffb57813a33..01141dc9b06 100644 --- a/stable/jackett/9.0.8/CHANGELOG.md +++ b/stable/jackett/9.0.9/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [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 + + + ### [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 @@ ### [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 - - - - -### [jackett-8.0.20](https://github.com/truecharts/apps/compare/jackett-8.0.19...jackett-8.0.20) (2021-10-20) - diff --git a/stable/jackett/9.0.8/CONFIG.md b/stable/jackett/9.0.9/CONFIG.md similarity index 100% rename from stable/jackett/9.0.8/CONFIG.md rename to stable/jackett/9.0.9/CONFIG.md diff --git a/stable/jackett/9.0.8/Chart.lock b/stable/jackett/9.0.9/Chart.lock similarity index 78% rename from stable/jackett/9.0.8/Chart.lock rename to stable/jackett/9.0.9/Chart.lock index 8a8d95f5f66..50076fdca66 100644 --- a/stable/jackett/9.0.8/Chart.lock +++ b/stable/jackett/9.0.9/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.4.0 digest: sha256:56617a20b6af555514f5c1a10a41e7067e10aef749c30bbf312c2c73542ecaca -generated: "2021-11-06T12:02:00.595049168Z" +generated: "2021-11-06T12:27:12.260294865Z" diff --git a/stable/jackett/9.0.8/Chart.yaml b/stable/jackett/9.0.9/Chart.yaml similarity index 97% rename from stable/jackett/9.0.8/Chart.yaml rename to stable/jackett/9.0.9/Chart.yaml index 1033abe28e1..5ea4b4a3fff 100644 --- a/stable/jackett/9.0.8/Chart.yaml +++ b/stable/jackett/9.0.9/Chart.yaml @@ -21,7 +21,7 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 9.0.8 +version: 9.0.9 annotations: truecharts.org/catagories: | - media diff --git a/stable/jackett/9.0.8/README.md b/stable/jackett/9.0.9/README.md similarity index 100% rename from stable/jackett/9.0.8/README.md rename to stable/jackett/9.0.9/README.md diff --git a/stable/jackett/9.0.8/app-readme.md b/stable/jackett/9.0.9/app-readme.md similarity index 100% rename from stable/jackett/9.0.8/app-readme.md rename to stable/jackett/9.0.9/app-readme.md diff --git a/stable/jackett/9.0.8/charts/common-8.4.0.tgz b/stable/jackett/9.0.9/charts/common-8.4.0.tgz similarity index 100% rename from stable/jackett/9.0.8/charts/common-8.4.0.tgz rename to stable/jackett/9.0.9/charts/common-8.4.0.tgz diff --git a/stable/jackett/9.0.8/helm-values.md b/stable/jackett/9.0.9/helm-values.md similarity index 100% rename from stable/jackett/9.0.8/helm-values.md rename to stable/jackett/9.0.9/helm-values.md diff --git a/stable/jackett/9.0.8/ix_values.yaml b/stable/jackett/9.0.9/ix_values.yaml similarity index 100% rename from stable/jackett/9.0.8/ix_values.yaml rename to stable/jackett/9.0.9/ix_values.yaml diff --git a/stable/jackett/9.0.8/questions.yaml b/stable/jackett/9.0.9/questions.yaml similarity index 96% rename from stable/jackett/9.0.8/questions.yaml rename to stable/jackett/9.0.9/questions.yaml index 85c19bdfb15..74036b0d2d2 100644 --- a/stable/jackett/9.0.8/questions.yaml +++ b/stable/jackett/9.0.9/questions.yaml @@ -109,70 +109,70 @@ questions: description: "RollingUpdate: Create new pods and then kill old ones" - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" - - variable: expert - label: "Show Expert Configuration Options" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: extraArgs - label: "Extra Args" + type: list + default: [] + items: + - variable: argItem + label: "Arg" schema: - type: list - default: [] - items: - - variable: argItem - label: "Arg" + type: dict + attrs: + - variable: name + label: "Name" schema: - type: dict - attrs: - - variable: name - label: "Name" - schema: - type: string - - variable: value - label: "Value" - schema: - type: string - - variable: labelsList - label: "Controller Labels" + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" schema: - type: list - default: [] - items: - - variable: labelItem - label: "Label" + type: dict + attrs: + - variable: name + label: "Name" schema: - type: dict - attrs: - - variable: name - label: "Name" - schema: - type: string - - variable: value - label: "Value" - schema: - type: string - - variable: annotationsList - label: " Controller Annotations" + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" schema: - type: list - default: [] - items: - - variable: annotationItem - label: "Label" + type: dict + attrs: + - variable: name + label: "Name" schema: - type: dict - attrs: - - variable: name - label: "Name" - schema: - type: string - - variable: value - label: "Value" - schema: - type: string + type: string + - variable: value + label: "Value" + schema: + type: string - variable: env 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" schema: type: string - default: "NodePort" + default: "Simple" enum: - value: "Simple" description: "Simple" @@ -378,7 +378,8 @@ questions: type: int default: 9117 - 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: type: int 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" schema: type: string - default: "NodePort" + default: "Simple" enum: - value: "Simple" description: "Simple" diff --git a/stable/jackett/9.0.8/templates/common.yaml b/stable/jackett/9.0.9/templates/common.yaml similarity index 100% rename from stable/jackett/9.0.8/templates/common.yaml rename to stable/jackett/9.0.9/templates/common.yaml diff --git a/stable/jackett/9.0.8/values.yaml b/stable/jackett/9.0.9/values.yaml similarity index 100% rename from stable/jackett/9.0.8/values.yaml rename to stable/jackett/9.0.9/values.yaml