diff --git a/deprecated/nzbhydra/6.1.7/Chart.lock b/deprecated/nzbhydra/6.1.7/Chart.lock index 3943083150..c092cce89d 100644 --- a/deprecated/nzbhydra/6.1.7/Chart.lock +++ b/deprecated/nzbhydra/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:29:00.761887559Z" +generated: "2021-06-29T07:42:30.679893647Z" diff --git a/develop/prototype-gui/1.2.12/CONFIG.md b/develop/prototype-gui/1.2.12/CONFIG.md new file mode 100644 index 0000000000..6d760c1842 --- /dev/null +++ b/develop/prototype-gui/1.2.12/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide: +https://truecharts.org/manual/linking/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/develop/prototype-gui/1.2.12/Chart.lock b/develop/prototype-gui/1.2.12/Chart.lock new file mode 100644 index 0000000000..651e04edbb --- /dev/null +++ b/develop/prototype-gui/1.2.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.3.8 +digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 +generated: "2021-06-29T07:42:29.503898617Z" diff --git a/develop/prototype-gui/1.2.12/Chart.yaml b/develop/prototype-gui/1.2.12/Chart.yaml new file mode 100644 index 0000000000..c0a25f7dcb --- /dev/null +++ b/develop/prototype-gui/1.2.12/Chart.yaml @@ -0,0 +1,22 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.3.8 +deprecated: false +description: App to test GUI prototypes +home: https://github.com/truecharts/apps/tree/master/charts/develop/prototype-gui +icon: https://truecharts.org/_static/img/jackett-icon.png +keywords: +- dev +- prototype +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +name: prototype-gui +sources: null +type: application +version: 1.2.12 diff --git a/develop/prototype-gui/1.2.12/README.md b/develop/prototype-gui/1.2.12/README.md new file mode 100644 index 0000000000..5b44b1dae6 --- /dev/null +++ b/develop/prototype-gui/1.2.12/README.md @@ -0,0 +1,49 @@ +# Introduction + +![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +App to test GUI prototypes + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | common | 6.3.4 | + +## Installing the Chart + +To install the chart with the release name `prototype-gui` + +- Open TrueNAS SCALE +- Go to Apps +- Click "Install" for this specific Apps +- Fill out the configuration form + +## Uninstalling the Chart + +To uninstall the `prototype-gui` deployment + +- Open TrueNAS SCALE +- Go to Apps +- Go to "Installed Apps" +- Expand the menu in the top-right corner of this App +- Click "Remove" for this specific Apps + +The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. + +## Support + +- See the [Wiki](https://truecharts.org) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +- Ask a [question](https://github.com/truecharts/apps/discussions) + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +All Rights Reserved - The TrueCharts Project diff --git a/develop/prototype-gui/1.2.12/app-readme.md b/develop/prototype-gui/1.2.12/app-readme.md new file mode 100644 index 0000000000..f1bf7dc810 --- /dev/null +++ b/develop/prototype-gui/1.2.12/app-readme.md @@ -0,0 +1,3 @@ +API Support for your favorite torrent trackers. +This App is supplied by TrueCharts, for more information please visit https://truecharts.org +App to test GUI prototypes diff --git a/develop/prototype-gui/1.2.12/charts/common-6.3.8.tgz b/develop/prototype-gui/1.2.12/charts/common-6.3.8.tgz new file mode 100644 index 0000000000..e42dbb6c8b Binary files /dev/null and b/develop/prototype-gui/1.2.12/charts/common-6.3.8.tgz differ diff --git a/develop/prototype-gui/1.2.12/ix_values.yaml b/develop/prototype-gui/1.2.12/ix_values.yaml new file mode 100644 index 0000000000..1061fbbd45 --- /dev/null +++ b/develop/prototype-gui/1.2.12/ix_values.yaml @@ -0,0 +1,25 @@ +## +# This file contains Values.yaml content that gets added to the output of questions.yaml +# It's ONLY meant for content that the user is NOT expected to change. +# Example: Everything under "image" is not included in questions.yaml but is included here. +## + +image: + repository: ghcr.io/k8s-at-home/jackett + pullPolicy: IfNotPresent + tag: v0.18.263 + +probes: + liveness: + path: "/UI/Login" + + readiness: + path: "/UI/Login" + + startup: + path: "/UI/Login" + +## +# Most other defaults are set in questions.yaml +# For other options please refer to the wiki, default_values.yaml or the common library chart +## diff --git a/develop/prototype-gui/1.2.12/questions.yaml b/develop/prototype-gui/1.2.12/questions.yaml new file mode 100644 index 0000000000..eef76de30c --- /dev/null +++ b/develop/prototype-gui/1.2.12/questions.yaml @@ -0,0 +1,649 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: 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: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + # Configure Enviroment Variables + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: hostNetwork + group: "Networking and Services" + label: "(Advanced) Enable Host Networking" + schema: + type: boolean + default: false + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + 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: "(Advanced) 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: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + 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: port + label: "Container Port" + schema: + type: int + default: 9117 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "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 + required: true + + - variable: persistence + label: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "pvc" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + required: true + default: "" + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PVC" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCERT + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: securityContext + group: "Security and Permissions" + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "(Advanced) Enable privileged mode" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: fsGroupChangePolicy + label: "(Advanced) When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + - variable: resources + group: "Resources and Devices" + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "(Advanced) Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "2000m" + - variable: memory + label: "Memory (RAM)" + schema: + type: string + default: "2Gi" + - variable: requests + label: "(Advanced) Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + - variable: memory + label: "Memory (RAM)" + schema: + type: string + default: "50Mi" diff --git a/develop/prototype-gui/1.2.12/templates/common.yaml b/develop/prototype-gui/1.2.12/templates/common.yaml new file mode 100644 index 0000000000..a6613c2ce2 --- /dev/null +++ b/develop/prototype-gui/1.2.12/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/develop/prototype-gui/1.2.12/test_values.yaml b/develop/prototype-gui/1.2.12/test_values.yaml new file mode 100644 index 0000000000..441bba6652 --- /dev/null +++ b/develop/prototype-gui/1.2.12/test_values.yaml @@ -0,0 +1,39 @@ +# Default values for Jackett. + +image: + repository: ghcr.io/k8s-at-home/jackett + pullPolicy: IfNotPresent + tag: v0.18.383 + +strategy: + type: Recreate + + +service: + main: + enabled: true + ports: + main: + port: 9117 + +probes: + liveness: + path: "/UI/Login" + + readiness: + path: "/UI/Login" + + startup: + path: "/UI/Login" + +env: {} + # TZ: UTC + # PUID: 1001 + # PGID: 1001 + + +persistence: + config: + enabled: true + mountPath: "/config" + type: emptyDir diff --git a/develop/prototype-gui/1.2.12/values.yaml b/develop/prototype-gui/1.2.12/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/incubator/airsonic/1.1.7/Chart.lock b/incubator/airsonic/1.1.7/Chart.lock index 45e2aeacec..672de34ac3 100644 --- a/incubator/airsonic/1.1.7/Chart.lock +++ b/incubator/airsonic/1.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:17.259359748Z" +generated: "2021-06-29T07:41:49.383553714Z" diff --git a/incubator/appdaemon/3.1.7/Chart.lock b/incubator/appdaemon/3.1.7/Chart.lock index 75ffd035c0..fbe751bda1 100644 --- a/incubator/appdaemon/3.1.7/Chart.lock +++ b/incubator/appdaemon/3.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:18.558818804Z" +generated: "2021-06-29T07:41:50.559937405Z" diff --git a/incubator/bazarr/6.1.7/Chart.lock b/incubator/bazarr/6.1.7/Chart.lock index f3ed7f04dc..3d17b33134 100644 --- a/incubator/bazarr/6.1.7/Chart.lock +++ b/incubator/bazarr/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:19.814779409Z" +generated: "2021-06-29T07:41:51.731600948Z" diff --git a/incubator/calibre-web/6.1.7/Chart.lock b/incubator/calibre-web/6.1.7/Chart.lock index 8d60f3fca3..34dd4e709c 100644 --- a/incubator/calibre-web/6.1.7/Chart.lock +++ b/incubator/calibre-web/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:21.078709771Z" +generated: "2021-06-29T07:41:52.955483631Z" diff --git a/incubator/deluge/6.1.7/Chart.lock b/incubator/deluge/6.1.7/Chart.lock index 7183e97789..9687abaadd 100644 --- a/incubator/deluge/6.1.7/Chart.lock +++ b/incubator/deluge/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:22.369618569Z" +generated: "2021-06-29T07:41:54.121599316Z" diff --git a/incubator/fireflyiii/4.2.4/Chart.lock b/incubator/fireflyiii/4.2.4/Chart.lock index b916a9a0dd..b16b832e9c 100644 --- a/incubator/fireflyiii/4.2.4/Chart.lock +++ b/incubator/fireflyiii/4.2.4/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.5.0 digest: sha256:e84a5f2b3dfe949df60072dc3339065a7370f235e1c662a640a210e92ad85e54 -generated: "2021-06-29T07:28:26.528418086Z" +generated: "2021-06-29T07:41:58.008800143Z" diff --git a/incubator/freshrss/6.1.7/Chart.lock b/incubator/freshrss/6.1.7/Chart.lock index b544fc5b94..7325e31e0e 100644 --- a/incubator/freshrss/6.1.7/Chart.lock +++ b/incubator/freshrss/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:30.988793469Z" +generated: "2021-06-29T07:42:02.211606307Z" diff --git a/incubator/gaps/6.1.7/Chart.lock b/incubator/gaps/6.1.7/Chart.lock index 62e5e24b0b..af2d15ce20 100644 --- a/incubator/gaps/6.1.7/Chart.lock +++ b/incubator/gaps/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:32.266765848Z" +generated: "2021-06-29T07:42:03.506728736Z" diff --git a/incubator/grocy/6.1.7/Chart.lock b/incubator/grocy/6.1.7/Chart.lock index e201a2d894..6c5019365d 100644 --- a/incubator/grocy/6.1.7/Chart.lock +++ b/incubator/grocy/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:33.533550302Z" +generated: "2021-06-29T07:42:04.711343138Z" diff --git a/incubator/haste-server/1.1.8/Chart.lock b/incubator/haste-server/1.1.8/Chart.lock index a173dad268..174f4481c9 100644 --- a/incubator/haste-server/1.1.8/Chart.lock +++ b/incubator/haste-server/1.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:34.794065618Z" +generated: "2021-06-29T07:42:05.931472426Z" diff --git a/incubator/heimdall/6.1.7/Chart.lock b/incubator/heimdall/6.1.7/Chart.lock index 3798f28713..307ae743a4 100644 --- a/incubator/heimdall/6.1.7/Chart.lock +++ b/incubator/heimdall/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:36.055243965Z" +generated: "2021-06-29T07:42:07.158971059Z" diff --git a/incubator/lazylibrarian/6.1.7/Chart.lock b/incubator/lazylibrarian/6.1.7/Chart.lock index 80ca1ae316..d4b7fa0186 100644 --- a/incubator/lazylibrarian/6.1.7/Chart.lock +++ b/incubator/lazylibrarian/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:37.315224798Z" +generated: "2021-06-29T07:42:08.351923109Z" diff --git a/incubator/lychee/6.1.7/Chart.lock b/incubator/lychee/6.1.7/Chart.lock index 2603a36828..937fb770db 100644 --- a/incubator/lychee/6.1.7/Chart.lock +++ b/incubator/lychee/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:38.549531654Z" +generated: "2021-06-29T07:42:09.522141406Z" diff --git a/incubator/mealie/1.1.9/Chart.lock b/incubator/mealie/1.1.9/Chart.lock index 0b0e3b4759..0356a171ea 100644 --- a/incubator/mealie/1.1.9/Chart.lock +++ b/incubator/mealie/1.1.9/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:39.734521535Z" +generated: "2021-06-29T07:42:10.68129768Z" diff --git a/incubator/mosquitto/1.1.8/Chart.lock b/incubator/mosquitto/1.1.8/Chart.lock index 1cf8776236..3f616d5154 100644 --- a/incubator/mosquitto/1.1.8/Chart.lock +++ b/incubator/mosquitto/1.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:40.944308259Z" +generated: "2021-06-29T07:42:11.883008681Z" diff --git a/incubator/navidrome/6.1.7/Chart.lock b/incubator/navidrome/6.1.7/Chart.lock index ddd832faae..6bb4b83e31 100644 --- a/incubator/navidrome/6.1.7/Chart.lock +++ b/incubator/navidrome/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:42.187436351Z" +generated: "2021-06-29T07:42:13.076794474Z" diff --git a/incubator/node-red/6.1.7/Chart.lock b/incubator/node-red/6.1.7/Chart.lock index d649f1049f..542c2c80ce 100644 --- a/incubator/node-red/6.1.7/Chart.lock +++ b/incubator/node-red/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:43.429491002Z" +generated: "2021-06-29T07:42:14.241747122Z" diff --git a/incubator/nzbget/6.1.7/Chart.lock b/incubator/nzbget/6.1.7/Chart.lock index 62819442e5..57f5e6c851 100644 --- a/incubator/nzbget/6.1.7/Chart.lock +++ b/incubator/nzbget/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:44.664327465Z" +generated: "2021-06-29T07:42:15.431086045Z" diff --git a/incubator/organizr/6.1.7/Chart.lock b/incubator/organizr/6.1.7/Chart.lock index 4a54ac0c9c..08e3b3bf74 100644 --- a/incubator/organizr/6.1.7/Chart.lock +++ b/incubator/organizr/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:45.917706325Z" +generated: "2021-06-29T07:42:16.593026471Z" diff --git a/incubator/podgrab/4.1.7/Chart.lock b/incubator/podgrab/4.1.7/Chart.lock index 352cf4bd84..b3247f876a 100644 --- a/incubator/podgrab/4.1.7/Chart.lock +++ b/incubator/podgrab/4.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:47.171151088Z" +generated: "2021-06-29T07:42:17.787909133Z" diff --git a/incubator/prowlarr/1.1.11/Chart.lock b/incubator/prowlarr/1.1.11/Chart.lock index 4b10c6b4c6..b85e13085a 100644 --- a/incubator/prowlarr/1.1.11/Chart.lock +++ b/incubator/prowlarr/1.1.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:48.403219638Z" +generated: "2021-06-29T07:42:18.928953156Z" diff --git a/incubator/prowlarr/1.1.11/ix_values.yaml b/incubator/prowlarr/1.1.11/ix_values.yaml index 8236b082d2..a08bf740b0 100644 --- a/incubator/prowlarr/1.1.11/ix_values.yaml +++ b/incubator/prowlarr/1.1.11/ix_values.yaml @@ -8,7 +8,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/prowlarr # -- image tag - tag: v0.1.0.547 + tag: v0.1.0.568 # -- image pull policy pullPolicy: IfNotPresent diff --git a/incubator/prowlarr/1.1.11/test_values.yaml b/incubator/prowlarr/1.1.11/test_values.yaml index d4862bcc58..e47309316f 100644 --- a/incubator/prowlarr/1.1.11/test_values.yaml +++ b/incubator/prowlarr/1.1.11/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/prowlarr # -- image tag - tag: v0.1.0.547 + tag: v0.1.0.568 # -- image pull policy pullPolicy: IfNotPresent diff --git a/incubator/qbittorrent/6.1.7/Chart.lock b/incubator/qbittorrent/6.1.7/Chart.lock index c3004a849d..d1617f0609 100644 --- a/incubator/qbittorrent/6.1.7/Chart.lock +++ b/incubator/qbittorrent/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:49.631874558Z" +generated: "2021-06-29T07:42:20.092656156Z" diff --git a/incubator/readarr/6.1.10/CONFIG.md b/incubator/readarr/6.1.10/CONFIG.md new file mode 100644 index 0000000000..6d760c1842 --- /dev/null +++ b/incubator/readarr/6.1.10/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide: +https://truecharts.org/manual/linking/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/incubator/readarr/6.1.10/Chart.lock b/incubator/readarr/6.1.10/Chart.lock new file mode 100644 index 0000000000..f60677a876 --- /dev/null +++ b/incubator/readarr/6.1.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.3.8 +digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 +generated: "2021-06-29T07:42:21.27422581Z" diff --git a/incubator/readarr/6.1.10/Chart.yaml b/incubator/readarr/6.1.10/Chart.yaml new file mode 100644 index 0000000000..63a66fa88a --- /dev/null +++ b/incubator/readarr/6.1.10/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.3.8 +deprecated: false +description: A fork of Radarr to work with Books & AudioBooks +home: https://github.com/truecharts/apps/tree/master/charts/incubator/readarr +icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true +keywords: +- readarr +- torrent +- usenet +- AudioBooks +- ebooks +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +- email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org +name: readarr +sources: +- https://github.com/Readarr/Readarr +- https://readarr.com +type: application +version: 6.1.10 diff --git a/incubator/readarr/6.1.10/README.md b/incubator/readarr/6.1.10/README.md new file mode 100644 index 0000000000..4bc9ba2a1c --- /dev/null +++ b/incubator/readarr/6.1.10/README.md @@ -0,0 +1,54 @@ +# Introduction + +![Version: 6.1.2](https://img.shields.io/badge/Version-6.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +A fork of Radarr to work with Books & AudioBooks + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | common | 6.3.4 | + +## Installing the Chart + +To install the chart with the release name `readarr` + +- Open TrueNAS SCALE +- Go to Apps +- Click "Install" for this specific Apps +- Fill out the configuration form + +## Uninstalling the Chart + +To uninstall the `readarr` deployment + +- Open TrueNAS SCALE +- Go to Apps +- Go to "Installed Apps" +- Expand the menu in the top-right corner of this App +- Click "Remove" for this specific Apps + +The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. + +## Support + +- See the [Wiki](https://truecharts.org) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +- Ask a [question](https://github.com/truecharts/apps/discussions) + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +All Rights Reserved - The TrueCharts Project diff --git a/incubator/readarr/6.1.10/app-readme.md b/incubator/readarr/6.1.10/app-readme.md new file mode 100644 index 0000000000..ec0ebb214b --- /dev/null +++ b/incubator/readarr/6.1.10/app-readme.md @@ -0,0 +1,3 @@ +A fork of Radarr to work with Books & AudioBooks +This App is supplied by TrueCharts, for more information please visit https://truecharts.org +A fork of Radarr to work with Books & AudioBooks diff --git a/incubator/readarr/6.1.10/charts/common-6.3.8.tgz b/incubator/readarr/6.1.10/charts/common-6.3.8.tgz new file mode 100644 index 0000000000..e42dbb6c8b Binary files /dev/null and b/incubator/readarr/6.1.10/charts/common-6.3.8.tgz differ diff --git a/incubator/readarr/6.1.10/ix_values.yaml b/incubator/readarr/6.1.10/ix_values.yaml new file mode 100644 index 0000000000..6fe59ecebc --- /dev/null +++ b/incubator/readarr/6.1.10/ix_values.yaml @@ -0,0 +1,37 @@ +## +# This file contains Values.yaml content that gets added to the output of questions.yaml +# It's ONLY meant for content that the user is NOT expected to change. +# Example: Everything under "image" is not included in questions.yaml but is included here. +## + +image: + repository: ghcr.io/k8s-at-home/readarr + pullPolicy: IfNotPresent + tag: v0.1.0.759 + +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + + +## +# Most other defaults are set in questions.yaml +# For other options please refer to the wiki, default_values.yaml or the common library chart +## diff --git a/incubator/readarr/6.1.10/questions.yaml b/incubator/readarr/6.1.10/questions.yaml new file mode 100644 index 0000000000..e2d807d84a --- /dev/null +++ b/incubator/readarr/6.1.10/questions.yaml @@ -0,0 +1,648 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: 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: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + # Configure Enviroment Variables + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: hostNetwork + group: "Networking and Services" + label: "Enable Host Networking" + schema: + type: boolean + default: false + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + 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: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + 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: port + label: "Container Port" + schema: + type: int + default: 8787 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8787 + 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: 36038 + required: true + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "pvc" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + required: true + default: "" + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PVC" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCERT + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: securityContext + group: "Security and Permissions" + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Enable privileged mode for Common-Chart based charts" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + - variable: resources + group: "Resources and Devices" + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "2000m" + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "2Gi" + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" diff --git a/incubator/readarr/6.1.10/templates/common.yaml b/incubator/readarr/6.1.10/templates/common.yaml new file mode 100644 index 0000000000..a6613c2ce2 --- /dev/null +++ b/incubator/readarr/6.1.10/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/incubator/readarr/6.1.10/test_values.yaml b/incubator/readarr/6.1.10/test_values.yaml new file mode 100644 index 0000000000..68ddec8b75 --- /dev/null +++ b/incubator/readarr/6.1.10/test_values.yaml @@ -0,0 +1,47 @@ +# Default values for Radarr. + +image: + repository: ghcr.io/k8s-at-home/readarr + pullPolicy: IfNotPresent + tag: v0.1.0.759 + +strategy: + type: Recreate + +service: + main: + ports: + main: + port: 8787 + +env: {} + # TZ: UTC + # PUID: 1001 + # PGID: 1001 + +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + +persistence: + config: + enabled: true + mountPath: "/config" + type: emptyDir diff --git a/incubator/readarr/6.1.10/values.yaml b/incubator/readarr/6.1.10/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/incubator/reg/1.1.8/Chart.lock b/incubator/reg/1.1.8/Chart.lock index a1109fb857..6c6388c034 100644 --- a/incubator/reg/1.1.8/Chart.lock +++ b/incubator/reg/1.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:52.075702198Z" +generated: "2021-06-29T07:42:22.479963802Z" diff --git a/incubator/sabnzbd/6.1.8/Chart.lock b/incubator/sabnzbd/6.1.8/Chart.lock index 466fc92d2e..66d1936a9e 100644 --- a/incubator/sabnzbd/6.1.8/Chart.lock +++ b/incubator/sabnzbd/6.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:53.30099417Z" +generated: "2021-06-29T07:42:23.623703435Z" diff --git a/incubator/thelounge/1.1.8/Chart.lock b/incubator/thelounge/1.1.8/Chart.lock index 51d4240108..e867ba8591 100644 --- a/incubator/thelounge/1.1.8/Chart.lock +++ b/incubator/thelounge/1.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:54.545654679Z" +generated: "2021-06-29T07:42:24.816049057Z" diff --git a/incubator/tvheadend/7.1.7/Chart.lock b/incubator/tvheadend/7.1.7/Chart.lock index e44d1f8b72..4af866a082 100644 --- a/incubator/tvheadend/7.1.7/Chart.lock +++ b/incubator/tvheadend/7.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:55.783382425Z" +generated: "2021-06-29T07:42:25.987464945Z" diff --git a/incubator/unifi/6.1.8/Chart.lock b/incubator/unifi/6.1.8/Chart.lock index 17ab3dfdea..c5e65136bc 100644 --- a/incubator/unifi/6.1.8/Chart.lock +++ b/incubator/unifi/6.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:57.013939197Z" +generated: "2021-06-29T07:42:27.153752068Z" diff --git a/incubator/unpackerr/1.1.10/Chart.lock b/incubator/unpackerr/1.1.10/Chart.lock index 19397dc889..958d4da382 100644 --- a/incubator/unpackerr/1.1.10/Chart.lock +++ b/incubator/unpackerr/1.1.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:58.258310395Z" +generated: "2021-06-29T07:42:28.34300947Z" diff --git a/stable/collabora-online/6.1.8/Chart.lock b/stable/collabora-online/6.1.8/Chart.lock index 52026deabb..8ca0b22068 100644 --- a/stable/collabora-online/6.1.8/Chart.lock +++ b/stable/collabora-online/6.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:44.369280167Z" +generated: "2021-06-29T07:41:18.062732015Z" diff --git a/stable/deepstack-cpu/4.1.7/Chart.lock b/stable/deepstack-cpu/4.1.7/Chart.lock index 8b3c90fc27..a4ffa8c452 100644 --- a/stable/deepstack-cpu/4.1.7/Chart.lock +++ b/stable/deepstack-cpu/4.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:45.860106526Z" +generated: "2021-06-29T07:41:19.533778403Z" diff --git a/stable/emby/6.1.7/Chart.lock b/stable/emby/6.1.7/Chart.lock index be31330556..1796b8e7bc 100644 --- a/stable/emby/6.1.7/Chart.lock +++ b/stable/emby/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:47.199991337Z" +generated: "2021-06-29T07:41:20.720860413Z" diff --git a/stable/esphome/6.1.9/Chart.lock b/stable/esphome/6.1.9/Chart.lock index eb50b8d97f..4be87ac6fc 100644 --- a/stable/esphome/6.1.9/Chart.lock +++ b/stable/esphome/6.1.9/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:48.447671932Z" +generated: "2021-06-29T07:41:21.87769437Z" diff --git a/stable/handbrake/6.1.7/Chart.lock b/stable/handbrake/6.1.7/Chart.lock index 34916f385f..0cb62eb2b2 100644 --- a/stable/handbrake/6.1.7/Chart.lock +++ b/stable/handbrake/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:49.726992523Z" +generated: "2021-06-29T07:41:23.087332068Z" diff --git a/stable/home-assistant/6.1.10/Chart.lock b/stable/home-assistant/6.1.10/Chart.lock index 832b1de012..bd100a1a79 100644 --- a/stable/home-assistant/6.1.10/Chart.lock +++ b/stable/home-assistant/6.1.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:50.987861211Z" +generated: "2021-06-29T07:41:24.285537041Z" diff --git a/stable/jackett/6.1.12/CONFIG.md b/stable/jackett/6.1.12/CONFIG.md new file mode 100644 index 0000000000..6d760c1842 --- /dev/null +++ b/stable/jackett/6.1.12/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide: +https://truecharts.org/manual/linking/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/stable/jackett/6.1.12/Chart.lock b/stable/jackett/6.1.12/Chart.lock new file mode 100644 index 0000000000..7eb8abb2bd --- /dev/null +++ b/stable/jackett/6.1.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.3.8 +digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 +generated: "2021-06-29T07:41:25.479619065Z" diff --git a/stable/jackett/6.1.12/Chart.yaml b/stable/jackett/6.1.12/Chart.yaml new file mode 100644 index 0000000000..bf8cc9b259 --- /dev/null +++ b/stable/jackett/6.1.12/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.3.8 +deprecated: false +description: API Support for your favorite torrent trackers. +home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett +icon: https://truecharts.org/_static/img/jackett-icon.png +keywords: +- jackett +- torrent +- usenet +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +- email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org +name: jackett +sources: +- https://github.com/Jackett/Jackett +type: application +version: 6.1.12 diff --git a/stable/jackett/6.1.12/README.md b/stable/jackett/6.1.12/README.md new file mode 100644 index 0000000000..544627c0ff --- /dev/null +++ b/stable/jackett/6.1.12/README.md @@ -0,0 +1,53 @@ +# Introduction + +![Version: 6.1.2](https://img.shields.io/badge/Version-6.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +API Support for your favorite torrent trackers. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | common | 6.3.4 | + +## Installing the Chart + +To install the chart with the release name `jackett` + +- Open TrueNAS SCALE +- Go to Apps +- Click "Install" for this specific Apps +- Fill out the configuration form + +## Uninstalling the Chart + +To uninstall the `jackett` deployment + +- Open TrueNAS SCALE +- Go to Apps +- Go to "Installed Apps" +- Expand the menu in the top-right corner of this App +- Click "Remove" for this specific Apps + +The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. + +## Support + +- See the [Wiki](https://truecharts.org) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +- Ask a [question](https://github.com/truecharts/apps/discussions) + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +All Rights Reserved - The TrueCharts Project diff --git a/stable/jackett/6.1.12/app-readme.md b/stable/jackett/6.1.12/app-readme.md new file mode 100644 index 0000000000..7e8f54afb7 --- /dev/null +++ b/stable/jackett/6.1.12/app-readme.md @@ -0,0 +1,3 @@ +API Support for your favorite torrent trackers. +This App is supplied by TrueCharts, for more information please visit https://truecharts.org +API Support for your favorite torrent trackers. diff --git a/stable/jackett/6.1.12/charts/common-6.3.8.tgz b/stable/jackett/6.1.12/charts/common-6.3.8.tgz new file mode 100644 index 0000000000..e42dbb6c8b Binary files /dev/null and b/stable/jackett/6.1.12/charts/common-6.3.8.tgz differ diff --git a/stable/jackett/6.1.12/ix_values.yaml b/stable/jackett/6.1.12/ix_values.yaml new file mode 100644 index 0000000000..ad9b8370c2 --- /dev/null +++ b/stable/jackett/6.1.12/ix_values.yaml @@ -0,0 +1,25 @@ +## +# This file contains Values.yaml content that gets added to the output of questions.yaml +# It's ONLY meant for content that the user is NOT expected to change. +# Example: Everything under "image" is not included in questions.yaml but is included here. +## + +image: + repository: ghcr.io/k8s-at-home/jackett + pullPolicy: IfNotPresent + tag: v0.18.383 + +probes: + liveness: + path: "/UI/Login" + + readiness: + path: "/UI/Login" + + startup: + path: "/UI/Login" + +## +# Most other defaults are set in questions.yaml +# For other options please refer to the wiki, default_values.yaml or the common library chart +## diff --git a/stable/jackett/6.1.12/questions.yaml b/stable/jackett/6.1.12/questions.yaml new file mode 100644 index 0000000000..49748be0d7 --- /dev/null +++ b/stable/jackett/6.1.12/questions.yaml @@ -0,0 +1,647 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: 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: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + # Configure Enviroment Variables + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: hostNetwork + group: "Networking and Services" + label: "Enable Host Networking" + schema: + type: boolean + default: false + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + 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: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + 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: port + label: "Container Port" + schema: + type: int + default: 9117 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "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 + required: true + + - variable: persistence + label: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "pvc" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + required: true + default: "" + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PVC" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCERT + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: securityContext + group: "Security and Permissions" + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Enable privileged mode for Common-Chart based charts" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + - variable: resources + group: "Resources and Devices" + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "2000m" + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "2Gi" + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" diff --git a/stable/jackett/6.1.12/templates/common.yaml b/stable/jackett/6.1.12/templates/common.yaml new file mode 100644 index 0000000000..a6613c2ce2 --- /dev/null +++ b/stable/jackett/6.1.12/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/stable/jackett/6.1.12/test_values.yaml b/stable/jackett/6.1.12/test_values.yaml new file mode 100644 index 0000000000..441bba6652 --- /dev/null +++ b/stable/jackett/6.1.12/test_values.yaml @@ -0,0 +1,39 @@ +# Default values for Jackett. + +image: + repository: ghcr.io/k8s-at-home/jackett + pullPolicy: IfNotPresent + tag: v0.18.383 + +strategy: + type: Recreate + + +service: + main: + enabled: true + ports: + main: + port: 9117 + +probes: + liveness: + path: "/UI/Login" + + readiness: + path: "/UI/Login" + + startup: + path: "/UI/Login" + +env: {} + # TZ: UTC + # PUID: 1001 + # PGID: 1001 + + +persistence: + config: + enabled: true + mountPath: "/config" + type: emptyDir diff --git a/stable/jackett/6.1.12/values.yaml b/stable/jackett/6.1.12/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stable/jellyfin/6.1.8/Chart.lock b/stable/jellyfin/6.1.8/Chart.lock index c441ede32a..10172267c4 100644 --- a/stable/jellyfin/6.1.8/Chart.lock +++ b/stable/jellyfin/6.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:53.489458421Z" +generated: "2021-06-29T07:41:26.681654684Z" diff --git a/stable/kms/6.1.8/Chart.lock b/stable/kms/6.1.8/Chart.lock index 5ac57ad66b..f82112e482 100644 --- a/stable/kms/6.1.8/Chart.lock +++ b/stable/kms/6.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:54.74851634Z" +generated: "2021-06-29T07:41:27.884270011Z" diff --git a/stable/lidarr/6.1.9/CONFIG.md b/stable/lidarr/6.1.9/CONFIG.md new file mode 100644 index 0000000000..6d760c1842 --- /dev/null +++ b/stable/lidarr/6.1.9/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide: +https://truecharts.org/manual/linking/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/stable/lidarr/6.1.9/Chart.lock b/stable/lidarr/6.1.9/Chart.lock new file mode 100644 index 0000000000..064b2f6788 --- /dev/null +++ b/stable/lidarr/6.1.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.3.8 +digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 +generated: "2021-06-29T07:41:29.15255973Z" diff --git a/stable/lidarr/6.1.9/Chart.yaml b/stable/lidarr/6.1.9/Chart.yaml new file mode 100644 index 0000000000..5afae21619 --- /dev/null +++ b/stable/lidarr/6.1.9/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.3.8 +deprecated: false +description: Looks and smells like Sonarr but made for music +home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr +icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4 +keywords: +- lidarr +- torrent +- usenet +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +- email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org +name: lidarr +sources: +- https://github.com/Lidarr/Lidarr +type: application +version: 6.1.9 diff --git a/stable/lidarr/6.1.9/README.md b/stable/lidarr/6.1.9/README.md new file mode 100644 index 0000000000..07bf87425d --- /dev/null +++ b/stable/lidarr/6.1.9/README.md @@ -0,0 +1,53 @@ +# Introduction + +![Version: 6.1.2](https://img.shields.io/badge/Version-6.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +Looks and smells like Sonarr but made for music + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | common | 6.3.4 | + +## Installing the Chart + +To install the chart with the release name `lidarr` + +- Open TrueNAS SCALE +- Go to Apps +- Click "Install" for this specific Apps +- Fill out the configuration form + +## Uninstalling the Chart + +To uninstall the `lidarr` deployment + +- Open TrueNAS SCALE +- Go to Apps +- Go to "Installed Apps" +- Expand the menu in the top-right corner of this App +- Click "Remove" for this specific Apps + +The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. + +## Support + +- See the [Wiki](https://truecharts.org) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +- Ask a [question](https://github.com/truecharts/apps/discussions) + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +All Rights Reserved - The TrueCharts Project diff --git a/stable/lidarr/6.1.9/app-readme.md b/stable/lidarr/6.1.9/app-readme.md new file mode 100644 index 0000000000..399c4eb028 --- /dev/null +++ b/stable/lidarr/6.1.9/app-readme.md @@ -0,0 +1,3 @@ +Looks and smells like Sonarr but made for music +This App is supplied by TrueCharts, for more information please visit https://truecharts.org +Looks and smells like Sonarr but made for music diff --git a/stable/lidarr/6.1.9/charts/common-6.3.8.tgz b/stable/lidarr/6.1.9/charts/common-6.3.8.tgz new file mode 100644 index 0000000000..e42dbb6c8b Binary files /dev/null and b/stable/lidarr/6.1.9/charts/common-6.3.8.tgz differ diff --git a/stable/lidarr/6.1.9/ix_values.yaml b/stable/lidarr/6.1.9/ix_values.yaml new file mode 100644 index 0000000000..81101f4099 --- /dev/null +++ b/stable/lidarr/6.1.9/ix_values.yaml @@ -0,0 +1,37 @@ +## +# This file contains Values.yaml content that gets added to the output of questions.yaml +# It's ONLY meant for content that the user is NOT expected to change. +# Example: Everything under "image" is not included in questions.yaml but is included here. +## + +image: + repository: ghcr.io/k8s-at-home/lidarr + pullPolicy: IfNotPresent + tag: v1.0.0.2248 + +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + + +## +# Most other defaults are set in questions.yaml +# For other options please refer to the wiki, default_values.yaml or the common library chart +## diff --git a/stable/lidarr/6.1.9/questions.yaml b/stable/lidarr/6.1.9/questions.yaml new file mode 100644 index 0000000000..a822e189e7 --- /dev/null +++ b/stable/lidarr/6.1.9/questions.yaml @@ -0,0 +1,647 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: 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: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + # Configure Enviroment Variables + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: hostNetwork + group: "Networking and Services" + label: "Enable Host Networking" + schema: + type: boolean + default: false + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + 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: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + 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: port + label: "Container Port" + schema: + type: int + default: 8686 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8686 + 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: 36012 + required: true + + - variable: persistence + label: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "pvc" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + required: true + default: "" + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PVC" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCERT + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: securityContext + group: "Security and Permissions" + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Enable privileged mode for Common-Chart based charts" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + - variable: resources + group: "Resources and Devices" + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "2000m" + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "2Gi" + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" diff --git a/stable/lidarr/6.1.9/templates/common.yaml b/stable/lidarr/6.1.9/templates/common.yaml new file mode 100644 index 0000000000..a6613c2ce2 --- /dev/null +++ b/stable/lidarr/6.1.9/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/stable/lidarr/6.1.9/test_values.yaml b/stable/lidarr/6.1.9/test_values.yaml new file mode 100644 index 0000000000..46372399a4 --- /dev/null +++ b/stable/lidarr/6.1.9/test_values.yaml @@ -0,0 +1,47 @@ +# Default values for Lidarr. + +image: + repository: ghcr.io/k8s-at-home/lidarr + pullPolicy: IfNotPresent + tag: v1.0.0.2248 + +strategy: + type: Recreate + +service: + main: + ports: + main: + port: 8686 + +env: {} + # TZ: UTC + # PUID: 1001 + # PGID: 1001 + +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + +persistence: + config: + enabled: true + mountPath: "/config" + type: emptyDir diff --git a/stable/lidarr/6.1.9/values.yaml b/stable/lidarr/6.1.9/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stable/ombi/6.1.11/Chart.lock b/stable/ombi/6.1.11/Chart.lock index 07ccf18713..fbbe4e3d31 100644 --- a/stable/ombi/6.1.11/Chart.lock +++ b/stable/ombi/6.1.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:57.320380692Z" +generated: "2021-06-29T07:41:30.39604235Z" diff --git a/stable/plex/5.1.9/Chart.lock b/stable/plex/5.1.9/Chart.lock index 2a171f21c1..460327888c 100644 --- a/stable/plex/5.1.9/Chart.lock +++ b/stable/plex/5.1.9/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:58.565758864Z" +generated: "2021-06-29T07:41:31.64190758Z" diff --git a/stable/radarr/6.1.7/Chart.lock b/stable/radarr/6.1.7/Chart.lock index fb9e2a9e6a..5c8b2dbe7f 100644 --- a/stable/radarr/6.1.7/Chart.lock +++ b/stable/radarr/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:27:59.82229526Z" +generated: "2021-06-29T07:41:32.873765928Z" diff --git a/stable/sonarr/6.1.8/Chart.lock b/stable/sonarr/6.1.8/Chart.lock index 0da53d20c8..036f861f05 100644 --- a/stable/sonarr/6.1.8/Chart.lock +++ b/stable/sonarr/6.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:01.048193291Z" +generated: "2021-06-29T07:41:34.066692416Z" diff --git a/stable/syncthing/6.1.7/Chart.lock b/stable/syncthing/6.1.7/Chart.lock index b16a84dcb5..dfcbe1de18 100644 --- a/stable/syncthing/6.1.7/Chart.lock +++ b/stable/syncthing/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:02.284880333Z" +generated: "2021-06-29T07:41:35.262791841Z" diff --git a/stable/tautulli/6.1.8/Chart.lock b/stable/tautulli/6.1.8/Chart.lock index d4f2b4ca21..0f327de8fe 100644 --- a/stable/tautulli/6.1.8/Chart.lock +++ b/stable/tautulli/6.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:03.538937735Z" +generated: "2021-06-29T07:41:36.456452037Z" diff --git a/stable/traefik/6.1.8/Chart.lock b/stable/traefik/6.1.8/Chart.lock index 23c266818b..c34744880c 100644 --- a/stable/traefik/6.1.8/Chart.lock +++ b/stable/traefik/6.1.8/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:04.812886644Z" +generated: "2021-06-29T07:41:37.638700999Z" diff --git a/stable/transmission/6.1.7/Chart.lock b/stable/transmission/6.1.7/Chart.lock index b644ecb1d9..5910a0debd 100644 --- a/stable/transmission/6.1.7/Chart.lock +++ b/stable/transmission/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:06.051666877Z" +generated: "2021-06-29T07:41:38.77516402Z" diff --git a/stable/truecommand/6.1.7/Chart.lock b/stable/truecommand/6.1.7/Chart.lock index 3ad52a6698..59e0687f17 100644 --- a/stable/truecommand/6.1.7/Chart.lock +++ b/stable/truecommand/6.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:07.316033589Z" +generated: "2021-06-29T07:41:39.94416438Z" diff --git a/stable/vaultwarden/3.2.4/Chart.lock b/stable/vaultwarden/3.2.4/Chart.lock index 1d59c665eb..9eb48fe0e2 100644 --- a/stable/vaultwarden/3.2.4/Chart.lock +++ b/stable/vaultwarden/3.2.4/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.5.0 digest: sha256:e84a5f2b3dfe949df60072dc3339065a7370f235e1c662a640a210e92ad85e54 -generated: "2021-06-29T07:28:11.662450612Z" +generated: "2021-06-29T07:41:44.00305875Z" diff --git a/stable/zwavejs2mqtt/6.1.9/Chart.lock b/stable/zwavejs2mqtt/6.1.9/Chart.lock index d9015417a7..fd9c0b9c70 100644 --- a/stable/zwavejs2mqtt/6.1.9/Chart.lock +++ b/stable/zwavejs2mqtt/6.1.9/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.3.8 digest: sha256:d33d384f5dd16b3b8cf34689dcc24657307c8ae2e2673756baf6ea697158f572 -generated: "2021-06-29T07:28:16.004016066Z" +generated: "2021-06-29T07:41:48.21555711Z"