diff --git a/stable/jackett/9.0.6/Chart.lock b/stable/jackett/9.0.6/Chart.lock deleted file mode 100644 index 02133bffcb5..00000000000 --- a/stable/jackett/9.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.3.19 -digest: sha256:cfd9093f994d937b1e240760e95ded1abbdd144d50be1cfc0dd94bc3386ca618 -generated: "2021-11-02T18:17:35.948891275Z" diff --git a/stable/jackett/9.0.6/charts/common-8.3.19.tgz b/stable/jackett/9.0.6/charts/common-8.3.19.tgz deleted file mode 100644 index ce25f65dcef..00000000000 Binary files a/stable/jackett/9.0.6/charts/common-8.3.19.tgz and /dev/null differ diff --git a/stable/jackett/9.0.6/CHANGELOG.md b/stable/jackett/9.0.7/CHANGELOG.md similarity index 88% rename from stable/jackett/9.0.6/CHANGELOG.md rename to stable/jackett/9.0.7/CHANGELOG.md index d65e8f4c451..089092b7df7 100644 --- a/stable/jackett/9.0.6/CHANGELOG.md +++ b/stable/jackett/9.0.7/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-9.0.7](https://github.com/truecharts/apps/compare/jackett-9.0.6...jackett-9.0.7) (2021-11-06) + +#### Chore + +* refactor ServiceType to simplify it ([#1285](https://github.com/truecharts/apps/issues/1285)) + + + ### [jackett-9.0.6](https://github.com/truecharts/apps/compare/jackett-9.0.5...jackett-9.0.6) (2021-11-02) @@ -88,12 +97,3 @@ ### [jackett-8.0.19](https://github.com/truecharts/apps/compare/jackett-8.0.18...jackett-8.0.19) (2021-10-19) #### Chore - -* update helm chart common to v8.3.13 ([#1184](https://github.com/truecharts/apps/issues/1184)) -* update non-major ([#1174](https://github.com/truecharts/apps/issues/1174)) - -#### Refactor - -* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182)) - - diff --git a/stable/jackett/9.0.6/CONFIG.md b/stable/jackett/9.0.7/CONFIG.md similarity index 100% rename from stable/jackett/9.0.6/CONFIG.md rename to stable/jackett/9.0.7/CONFIG.md diff --git a/stable/jackett/9.0.7/Chart.lock b/stable/jackett/9.0.7/Chart.lock new file mode 100644 index 00000000000..b76aa470f31 --- /dev/null +++ b/stable/jackett/9.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.4.0 +digest: sha256:56617a20b6af555514f5c1a10a41e7067e10aef749c30bbf312c2c73542ecaca +generated: "2021-11-06T11:02:05.301657449Z" diff --git a/stable/jackett/9.0.6/Chart.yaml b/stable/jackett/9.0.7/Chart.yaml similarity index 95% rename from stable/jackett/9.0.6/Chart.yaml rename to stable/jackett/9.0.7/Chart.yaml index 3bd8cab2e19..10666b51247 100644 --- a/stable/jackett/9.0.6/Chart.yaml +++ b/stable/jackett/9.0.7/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.19.124" dependencies: - name: common repository: https://truecharts.org - version: 8.3.19 + version: 8.4.0 deprecated: false description: API Support for your favorite torrent trackers. home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett @@ -24,7 +24,7 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 9.0.6 +version: 9.0.7 annotations: truecharts.org/catagories: | - media diff --git a/stable/jackett/9.0.6/README.md b/stable/jackett/9.0.7/README.md similarity index 96% rename from stable/jackett/9.0.6/README.md rename to stable/jackett/9.0.7/README.md index a0c32f7a844..f1fed98b824 100644 --- a/stable/jackett/9.0.6/README.md +++ b/stable/jackett/9.0.7/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.3.19 | +| https://truecharts.org | common | 8.4.0 | ## Installing the Chart diff --git a/stable/jackett/9.0.6/app-readme.md b/stable/jackett/9.0.7/app-readme.md similarity index 100% rename from stable/jackett/9.0.6/app-readme.md rename to stable/jackett/9.0.7/app-readme.md diff --git a/stable/jackett/9.0.7/charts/common-8.4.0.tgz b/stable/jackett/9.0.7/charts/common-8.4.0.tgz new file mode 100644 index 00000000000..5d3412b3096 Binary files /dev/null and b/stable/jackett/9.0.7/charts/common-8.4.0.tgz differ diff --git a/stable/jackett/9.0.6/helm-values.md b/stable/jackett/9.0.7/helm-values.md similarity index 93% rename from stable/jackett/9.0.6/helm-values.md rename to stable/jackett/9.0.7/helm-values.md index 3eb6ed8f6e9..52ab33c1a6b 100644 --- a/stable/jackett/9.0.6/helm-values.md +++ b/stable/jackett/9.0.7/helm-values.md @@ -26,5 +26,7 @@ You will, however, be able to use all values referenced in the common chart here | securityContext.readOnlyRootFilesystem | bool | `false` | | | service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `9117` | | +| service.main.ports.main.targetPort | int | `9117` | | +| service.main.protocol | string | `"HTTP"` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/jackett/9.0.6/ix_values.yaml b/stable/jackett/9.0.7/ix_values.yaml similarity index 92% rename from stable/jackett/9.0.6/ix_values.yaml rename to stable/jackett/9.0.7/ix_values.yaml index 4b0ed038228..39476bc054f 100644 --- a/stable/jackett/9.0.6/ix_values.yaml +++ b/stable/jackett/9.0.7/ix_values.yaml @@ -11,8 +11,10 @@ securityContext: service: main: enabled: true + protocol: "HTTP" ports: main: + targetPort: 9117 port: 9117 probes: diff --git a/stable/jackett/9.0.6/questions.yaml b/stable/jackett/9.0.7/questions.yaml similarity index 89% rename from stable/jackett/9.0.6/questions.yaml rename to stable/jackett/9.0.7/questions.yaml index 5f84ac2f4f5..c77fae44745 100644 --- a/stable/jackett/9.0.6/questions.yaml +++ b/stable/jackett/9.0.7/questions.yaml @@ -60,111 +60,119 @@ questions: type: boolean default: true hidden: true + - variable: controller group: "Controller" label: "" schema: type: dict attrs: - - variable: type - description: "Please specify type of workload to deploy" - label: "(Advanced) Controller Type" - schema: - type: string - default: "deployment" - required: true - enum: - - value: "deployment" - description: "Deployment" - - value: "statefulset" - description: "Statefulset" - - value: "daemonset" - description: "Daemonset" - - variable: replicas - description: "Number of desired pod replicas" - label: "Desired Replicas" - schema: - type: int - default: 1 - required: true - - variable: strategy - description: "Please specify type of workload to deploy" - label: "(Advanced) Update Strategy" - schema: - type: string - default: "Recreate" - required: true - enum: - - value: "Recreate" - description: "Recreate: Kill existing pods before creating new ones" - - value: "RollingUpdate" - description: "RollingUpdate: Create new pods and then kill old ones" - - value: "OnDelete" - description: "(Legacy) OnDelete: ignore .spec.template changes" - variable: advanced - label: "Show Expert Configuration Options" + label: "Show Advanced Controller Settings" schema: type: boolean default: false show_subquestions_if: true subquestions: - - variable: extraArgs - label: "Extra Args" + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" schema: - type: list - default: [] - items: - - variable: argItem - label: "Arg" - 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 + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" schema: - type: list - default: [] - items: - - variable: labelItem - label: "Label" - schema: - type: dict - attrs: - - variable: name - label: "Name" - schema: - type: string - - variable: value - label: "Value" - schema: - type: string - - variable: annotationsList - label: " Controller Annotations" + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" schema: - type: list - default: [] - items: - - variable: annotationItem - label: "Label" + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: advanced + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" schema: - type: dict - attrs: - - variable: name - label: "Name" + type: list + default: [] + items: + - variable: argItem + label: "Arg" schema: - type: string - - variable: value - label: "Value" + type: dict + attrs: + - variable: name + label: "Name" + schema: + 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: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + 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: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: env group: "Container Configuration" @@ -280,97 +288,57 @@ questions: schema: type: dict attrs: - - variable: enabled - label: "Enable the service" - schema: - type: boolean - default: true - hidden: true - - variable: type - label: "Service Type" - 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" - enum: - - value: "NodePort" - description: "NodePort" - - value: "ClusterIP" - description: "ClusterIP" - - value: "LoadBalancer" - description: "LoadBalancer" - - variable: loadBalancerIP - label: "LoadBalancer IP" - description: "LoadBalancerIP" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: list - default: [] - items: - - variable: externalIP - label: "External IP" - schema: - type: string - - variable: ports - label: "Service's Port(s) Configuration" - schema: - type: dict - attrs: +# Include{serviceselector} - variable: main label: "Main Service Port Configuration" schema: type: dict attrs: - - variable: enabled - label: "Enable the port" + - variable: advanced + label: "Show Advanced settings" schema: type: boolean - default: true - hidden: true - - variable: protocol - label: "Port Type" - schema: - type: string - default: "HTTP" - enum: - - value: HTTP - description: "HTTP" - - value: "HTTPS" - description: "HTTPS" - - value: TCP - description: "TCP" - - value: "UDP" - description: "UDP" - - variable: targetPort - label: "Target Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 9117 - editable: false - hidden: true + default: false + show_subquestions_if: true + subquestions: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 9117 - variable: port - label: "Container Port" + label: "This port exposes the container port on the service" schema: type: int default: 9117 - editable: true required: true - - variable: nodePort - label: "Node Port (Optional)" - description: "This port gets exposed to the node. Only considered when service type is NodePort" - schema: - type: int - min: 9000 - max: 65535 - default: 36009 - variable: serviceexpert group: "Networking and Services" @@ -480,6 +448,8 @@ questions: type: string default: "NodePort" enum: + - value: "Simple" + description: "Simple" - value: "NodePort" description: "NodePort" - value: "ClusterIP" @@ -1217,32 +1187,39 @@ questions: default: "" required: true - - variable: securityContext + - variable: advancedSecurity + label: "Show Advanced Security Settings" group: "Security and Permissions" - label: "Security Context" schema: - type: dict - attrs: - - variable: privileged - label: "Privileged mode" + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: false - - variable: allowPrivilegeEscalation - label: "Allow Privilege Escalation" - schema: - type: boolean - default: false - - variable: runAsNonRoot - label: "runAsNonRoot" - schema: - type: boolean - default: true + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true - variable: podSecurityContext group: "Security and Permissions" diff --git a/stable/jackett/9.0.6/templates/common.yaml b/stable/jackett/9.0.7/templates/common.yaml similarity index 100% rename from stable/jackett/9.0.6/templates/common.yaml rename to stable/jackett/9.0.7/templates/common.yaml diff --git a/stable/jackett/9.0.6/values.yaml b/stable/jackett/9.0.7/values.yaml similarity index 100% rename from stable/jackett/9.0.6/values.yaml rename to stable/jackett/9.0.7/values.yaml