diff --git a/deprecated/nzbhydra/3.1.7/Chart.lock b/deprecated/nzbhydra/3.1.7/Chart.lock index 37bb98d642c..79b841c2982 100644 --- a/deprecated/nzbhydra/3.1.7/Chart.lock +++ b/deprecated/nzbhydra/3.1.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:16.173625219Z" +generated: "2021-05-11T12:50:13.127149036Z" diff --git a/incubator/appdaemon/0.1.4/Chart.lock b/incubator/appdaemon/0.1.4/Chart.lock index 7ae9cf54647..e045da945bb 100644 --- a/incubator/appdaemon/0.1.4/Chart.lock +++ b/incubator/appdaemon/0.1.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:03.288842529Z" +generated: "2021-05-11T12:50:00.961502733Z" diff --git a/incubator/bazarr/3.1.7/CONFIG.md b/incubator/bazarr/3.1.7/CONFIG.md new file mode 100644 index 00000000000..6d760c18421 --- /dev/null +++ b/incubator/bazarr/3.1.7/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/bazarr/3.1.7/Chart.lock b/incubator/bazarr/3.1.7/Chart.lock new file mode 100644 index 00000000000..5293392c76b --- /dev/null +++ b/incubator/bazarr/3.1.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 3.5.8 +digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 +generated: "2021-05-11T12:50:01.286721733Z" diff --git a/incubator/bazarr/3.1.7/Chart.yaml b/incubator/bazarr/3.1.7/Chart.yaml new file mode 100644 index 00000000000..947fe1ae2dd --- /dev/null +++ b/incubator/bazarr/3.1.7/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: bazarr +version: 3.1.7 +upstream_version: 5.2.1 +appVersion: "auto" +description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements +type: application +deprecated: false +home: https://github.com/truecharts/apps/tree/master/incubator/bazarr +icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png +keywords: + - bazarr + - radarr + - bazarr + - subtitles + - usenet + - torrent +sources: + - https://github.com/truecharts/apps/tree/master/incubator/bazarr + - https://github.com/k8s-at-home/charts/tree/master/charts/bazarr + - https://github.com/Bazarr/Bazarr + - https://hub.docker.com/r/linuxserver/bazarr +dependencies: + - name: common + repository: https://truecharts.org/ + version: 3.5.8 + # condition: +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: truecharts.org + - name: Ornias1993 + email: kjeld@schouten-lebbing.nl + url: truecharts.org +# annotations: diff --git a/incubator/bazarr/3.1.7/README.md b/incubator/bazarr/3.1.7/README.md new file mode 100644 index 00000000000..97a3c1848d7 --- /dev/null +++ b/incubator/bazarr/3.1.7/README.md @@ -0,0 +1,56 @@ +# Introduction + +![Version: 3.1.5](https://img.shields.io/badge/Version-3.1.5-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) + +Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements + +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 | 3.5.5 | + +## Installing the Chart + +To install the chart with the release name `bazarr` + +- Open TrueNAS SCALE +- Go to Apps +- Click "Install" for this specific Apps +- Fill out the configuration form + +## Uninstalling the Chart + +To uninstall the `bazarr` 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/bazarr/3.1.7/app-readme.md b/incubator/bazarr/3.1.7/app-readme.md new file mode 100644 index 00000000000..2d112915d23 --- /dev/null +++ b/incubator/bazarr/3.1.7/app-readme.md @@ -0,0 +1,3 @@ +Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements +This App is supplied by TrueCharts, for more information please visit https://truecharts.org +Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements diff --git a/incubator/bazarr/3.1.7/charts/common-3.5.8.tgz b/incubator/bazarr/3.1.7/charts/common-3.5.8.tgz new file mode 100644 index 00000000000..af4992544b0 Binary files /dev/null and b/incubator/bazarr/3.1.7/charts/common-3.5.8.tgz differ diff --git a/incubator/bazarr/3.1.7/ix_values.yaml b/incubator/bazarr/3.1.7/ix_values.yaml new file mode 100644 index 00000000000..bef5c9e5e49 --- /dev/null +++ b/incubator/bazarr/3.1.7/ix_values.yaml @@ -0,0 +1,15 @@ +## +# 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/truecharts/bazarr + pullPolicy: IfNotPresent + tag: v0.9.5 + +## +# 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/bazarr/3.1.7/questions.yaml b/incubator/bazarr/3.1.7/questions.yaml new file mode 100644 index 00000000000..3ed159455b4 --- /dev/null +++ b/incubator/bazarr/3.1.7/questions.yaml @@ -0,0 +1,436 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Workload Configuration" + description: "Configure workload deployment" + - name: "Configuration" + description: "additional container configuration" + - name: "Networking" + description: "Configure / service for container" + - name: "Storage" + description: "Persist and share data that is separate from the lifecycle of the container" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Reverse Proxy Configuration" + description: "Reverse Proxy configuration" + - name: "Advanced" + description: "Advanced Configuration" + - name: "WARNING" + description: "WARNING" +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 + + # Update Policy + - variable: strategyType + group: "Container Image" + label: "Update Strategy" + schema: + type: string + default: "Recreate" + enum: + - value: "RollingUpdate" + description: "Create new pods and then kill old ones" + - value: "Recreate" + description: "Kill existing pods before creating new ones" + # Configure Time Zone + - variable: timezone + group: "Container Image" + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + # Configure Enviroment Variables + - variable: environmentVariables + label: "Image environment" + group: "Configuration" + schema: + type: list + default: [] + items: + - variable: environmentVariable + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + # Enable Host Networking + - variable: hostNetwork + group: "Networking" + label: "Enable Host Networking" + schema: + type: boolean + default: false + - variable: services + group: "Networking" + label: "Configure Service" + 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" + schema: + type: string + default: "ClusterIP" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - variable: port + label: "Port configuration" + schema: + type: dict + attrs: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + hidden: false + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - variable: port + label: "container port" + schema: + type: int + default: 6767 + editable: false + hidden: true + - variable: targetport + label: "Internal Service port" + description: "When connecting internally to this App, you'll need this port" + schema: + type: int + default: 6767 + editable: false + hidden: true + - variable: nodePort + label: "(optional) host nodePort to expose to" + description: "only get used when nodePort is selected" + schema: + type: int + min: 9000 + max: 65535 + default: 36025 + required: true +## TrueCharts Specific + - variable: persistence + label: "Integrated Persistent Storage" + description: "Websocket Service" + group: "Storage" + 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 + hidden: true + - variable: storageClass + label: "Type of Storage" + description: " Warning: Anything other than Internal will break rollback!" + schema: + type: string + default: "" + enum: + - value: "" + description: "Internal" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + - variable: emptyDir + label: "Mount a ramdisk instead of actual storage" + schema: + type: boolean + default: false + hidden: true + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PVC" + schema: + 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: + type: string + default: "100Gi" + - variable: customStorage + label: "Custom app storage" + group: "Storage" + schema: + type: list + default: [] + items: + - variable: volumeMount + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + required: true + hidden: true + editable: false + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + type: boolean + default: true + hidden: false + - variable: readOnly + label: "Mount as ReadOnly" + description: "prevent any write from being done to the mounted volume" + schema: + type: boolean + default: false + hidden: false + - variable: emptyDir + label: "emptyDir" + schema: + type: boolean + default: false + hidden: true + editable: false + - variable: mountPath + label: "Mount Path" + description: "Path to mount inside the pod" + schema: + type: path + required: true + default: "" + editable: true + - variable: hostPath + label: "Host Path" + schema: + type: hostpath + required: true + - variable: ingress + label: "" + group: "Reverse Proxy Configuration" + schema: + type: dict + attrs: + - variable: main + label: "WebUI" + schema: + type: dict + attrs: + - variable: certType + label: "Select Reverse-Proxy Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "Disabled" + - value: "" + description: "No Encryption/TLS/Certificates" + - value: "selfsigned" + description: "Self-Signed Certificate" + - value: "ixcert" + description: "TrueNAS SCALE Certificate" + - variable: type + label: "Reverse Proxy Type" + schema: + type: string + default: "HTTP" + hidden: true + editable: false + required: true + - variable: serviceName + label: "Service name to proxy to" + schema: + hidden: true + editable: false + type: string + default: "" + - variable: entrypoint + label: "Select Entrypoint" + schema: + show_if: [["certType", "!=", "disabled"]] + type: string + default: "websecure" + required: true + enum: + - value: "websecure" + description: "Websecure: HTTPS/TLS port 443" + - variable: hosts + label: "Hosts" + schema: + show_if: [["certType", "!=", "disabled"]] + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "Domain Name" + required: true + schema: + type: string + - variable: path + label: "path" + schema: + type: string + required: true + hidden: true + default: "/" + - variable: certificate + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + show_if: [["certType", "=", "ixcert"]] + $ref: + - "definitions/certificate" + - variable: authForwardURL + label: "Forward Authentication URL" + schema: + show_if: [["certType", "!=", "disabled"]] + type: string + default: "" + + - variable: UMASK + group: "Advanced" + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + # Enable privileged + - variable: securityContext + group: "Advanced" + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Enable privileged mode for Common-Chart based charts" + schema: + type: boolean + default: false + # Set Pod Security Policy + - variable: podSecurityContext + group: "Advanced" + 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: supplementalGroups + label: "supplementalGroups" + description: "Additional groups this App needs access to" + schema: + type: list + default: [] + items: + - variable: Group + label: "Group" + 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" diff --git a/incubator/bazarr/3.1.7/templates/common.yaml b/incubator/bazarr/3.1.7/templates/common.yaml new file mode 100644 index 00000000000..a6613c2ce21 --- /dev/null +++ b/incubator/bazarr/3.1.7/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/incubator/bazarr/3.1.7/test_values.yaml b/incubator/bazarr/3.1.7/test_values.yaml new file mode 100644 index 00000000000..73afc5b9931 --- /dev/null +++ b/incubator/bazarr/3.1.7/test_values.yaml @@ -0,0 +1,28 @@ +# Default values for Bazarr. + +image: + repository: ghcr.io/truecharts/bazarr + pullPolicy: IfNotPresent + tag: v0.9.5 + +strategy: + type: Recreate + +services: + main: + port: + port: 6767 + +env: {} + # TZ: UTC + # PUID: 1001 + # PGID: 1001 + +persistence: + config: + enabled: true + mountPath: "/config" + emptyDir: true + accessMode: ReadWriteOnce + size: 1Gi + storageClass: "" diff --git a/incubator/bazarr/3.1.7/values.yaml b/incubator/bazarr/3.1.7/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/calibre-web/3.1.6/Chart.lock b/incubator/calibre-web/3.1.6/Chart.lock index fb1deb72de6..79c3d3f0ce8 100644 --- a/incubator/calibre-web/3.1.6/Chart.lock +++ b/incubator/calibre-web/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:03.947983377Z" +generated: "2021-05-11T12:50:01.620743701Z" diff --git a/incubator/deluge/3.1.6/Chart.lock b/incubator/deluge/3.1.6/Chart.lock index 941dad79f45..31e9cb6cf90 100644 --- a/incubator/deluge/3.1.6/Chart.lock +++ b/incubator/deluge/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:04.319743256Z" +generated: "2021-05-11T12:50:01.91277188Z" diff --git a/incubator/fireflyiii/1.0.2/Chart.lock b/incubator/fireflyiii/1.0.2/Chart.lock index 1293bfe3622..bb13f19018a 100644 --- a/incubator/fireflyiii/1.0.2/Chart.lock +++ b/incubator/fireflyiii/1.0.2/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.4.3 digest: sha256:9a8518fbc55093f7a82f344bb35abebb468becc829923802bd521f6b8d614c04 -generated: "2021-05-11T10:49:07.665056752Z" +generated: "2021-05-11T12:50:04.885395643Z" diff --git a/incubator/freshrss/3.1.6/Chart.lock b/incubator/freshrss/3.1.6/Chart.lock index 03d3efcd9bc..55e1980ede6 100644 --- a/incubator/freshrss/3.1.6/Chart.lock +++ b/incubator/freshrss/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:11.030580601Z" +generated: "2021-05-11T12:50:08.184092489Z" diff --git a/incubator/gaps/3.1.6/Chart.lock b/incubator/gaps/3.1.6/Chart.lock index 9d629334be8..23471d6c5fa 100644 --- a/incubator/gaps/3.1.6/Chart.lock +++ b/incubator/gaps/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:11.313936674Z" +generated: "2021-05-11T12:50:08.486061892Z" diff --git a/incubator/grocy/3.1.6/Chart.lock b/incubator/grocy/3.1.6/Chart.lock index 09703a2ced4..9608ecf4d3f 100644 --- a/incubator/grocy/3.1.6/Chart.lock +++ b/incubator/grocy/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:11.640356559Z" +generated: "2021-05-11T12:50:08.794025352Z" diff --git a/incubator/heimdall/3.1.6/Chart.lock b/incubator/heimdall/3.1.6/Chart.lock index b0fd0f7e425..0defde77e38 100644 --- a/incubator/heimdall/3.1.6/Chart.lock +++ b/incubator/heimdall/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:11.985681276Z" +generated: "2021-05-11T12:50:09.110012723Z" diff --git a/incubator/lazylibrarian/3.1.6/Chart.lock b/incubator/lazylibrarian/3.1.6/Chart.lock index 031ab429ca6..df19300c68e 100644 --- a/incubator/lazylibrarian/3.1.6/Chart.lock +++ b/incubator/lazylibrarian/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:12.294817075Z" +generated: "2021-05-11T12:50:09.435230997Z" diff --git a/incubator/lychee/3.1.6/Chart.lock b/incubator/lychee/3.1.6/Chart.lock index dbe651f19bc..07cf34bcde3 100644 --- a/incubator/lychee/3.1.6/Chart.lock +++ b/incubator/lychee/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:12.635849271Z" +generated: "2021-05-11T12:50:09.759959034Z" diff --git a/incubator/navidrome/3.1.6/Chart.lock b/incubator/navidrome/3.1.6/Chart.lock index 248fd30c00c..09aac29206f 100644 --- a/incubator/navidrome/3.1.6/Chart.lock +++ b/incubator/navidrome/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:12.945484984Z" +generated: "2021-05-11T12:50:10.075627381Z" diff --git a/incubator/node-red/3.1.6/Chart.lock b/incubator/node-red/3.1.6/Chart.lock index 04587e387ec..fd10af51a1d 100644 --- a/incubator/node-red/3.1.6/Chart.lock +++ b/incubator/node-red/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:13.241971226Z" +generated: "2021-05-11T12:50:10.407825586Z" diff --git a/incubator/nzbget/3.1.6/Chart.lock b/incubator/nzbget/3.1.6/Chart.lock index 5376a5f3179..3e8672c9a59 100644 --- a/incubator/nzbget/3.1.6/Chart.lock +++ b/incubator/nzbget/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:13.564474701Z" +generated: "2021-05-11T12:50:10.700006144Z" diff --git a/incubator/organizr/3.1.6/Chart.lock b/incubator/organizr/3.1.6/Chart.lock index 568cf6671b7..dadfad5d642 100644 --- a/incubator/organizr/3.1.6/Chart.lock +++ b/incubator/organizr/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:13.891672108Z" +generated: "2021-05-11T12:50:11.000851461Z" diff --git a/incubator/podgrab/1.0.4/Chart.lock b/incubator/podgrab/1.0.4/Chart.lock index 4e3fa03b58b..3f89c6523f2 100644 --- a/incubator/podgrab/1.0.4/Chart.lock +++ b/incubator/podgrab/1.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:14.224596976Z" +generated: "2021-05-11T12:50:11.295082675Z" diff --git a/incubator/qbittorrent/3.1.6/Chart.lock b/incubator/qbittorrent/3.1.6/Chart.lock index da9ec5774f2..d4b66f8ae3a 100644 --- a/incubator/qbittorrent/3.1.6/Chart.lock +++ b/incubator/qbittorrent/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:14.526927883Z" +generated: "2021-05-11T12:50:11.581165568Z" diff --git a/incubator/readarr/3.1.6/Chart.lock b/incubator/readarr/3.1.6/Chart.lock index 65d6f78e1f6..3418e884354 100644 --- a/incubator/readarr/3.1.6/Chart.lock +++ b/incubator/readarr/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:14.88360622Z" +generated: "2021-05-11T12:50:11.861485822Z" diff --git a/incubator/sabnzbd/3.1.6/Chart.lock b/incubator/sabnzbd/3.1.6/Chart.lock index 76fd00eb5f9..015feb07da0 100644 --- a/incubator/sabnzbd/3.1.6/Chart.lock +++ b/incubator/sabnzbd/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:15.174646409Z" +generated: "2021-05-11T12:50:12.146479432Z" diff --git a/incubator/tvheadend/4.1.6/Chart.lock b/incubator/tvheadend/4.1.6/Chart.lock index ab7377d49f1..1ff2b27dbfa 100644 --- a/incubator/tvheadend/4.1.6/Chart.lock +++ b/incubator/tvheadend/4.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:15.488210233Z" +generated: "2021-05-11T12:50:12.455841298Z" diff --git a/incubator/unifi/3.1.6/Chart.lock b/incubator/unifi/3.1.6/Chart.lock index 7c086629b40..d98132ae625 100644 --- a/incubator/unifi/3.1.6/Chart.lock +++ b/incubator/unifi/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:15.831918704Z" +generated: "2021-05-11T12:50:12.795875701Z" diff --git a/stable/bitwarden/1.2.6/Chart.lock b/stable/bitwarden/1.2.6/Chart.lock index 7478e2112f7..2c5576d468d 100644 --- a/stable/bitwarden/1.2.6/Chart.lock +++ b/stable/bitwarden/1.2.6/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.4.3 digest: sha256:9a8518fbc55093f7a82f344bb35abebb468becc829923802bd521f6b8d614c04 -generated: "2021-05-11T10:48:51.531203215Z" +generated: "2021-05-11T12:49:50.0191899Z" diff --git a/stable/collabora-online/3.1.6/Chart.lock b/stable/collabora-online/3.1.6/Chart.lock index d4d397f7ac4..20726dae670 100644 --- a/stable/collabora-online/3.1.6/Chart.lock +++ b/stable/collabora-online/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:54.973316271Z" +generated: "2021-05-11T12:49:53.256937754Z" diff --git a/stable/deepstack-cpu/1.0.4/Chart.lock b/stable/deepstack-cpu/1.0.4/Chart.lock index fd3af2fad94..919f190cf5b 100644 --- a/stable/deepstack-cpu/1.0.4/Chart.lock +++ b/stable/deepstack-cpu/1.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:55.282080336Z" +generated: "2021-05-11T12:49:53.580751837Z" diff --git a/stable/emby/3.1.6/Chart.lock b/stable/emby/3.1.6/Chart.lock index 6b14255cf51..c257b9cbd6d 100644 --- a/stable/emby/3.1.6/Chart.lock +++ b/stable/emby/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:55.634948238Z" +generated: "2021-05-11T12:49:53.862479698Z" diff --git a/stable/esphome/3.1.6/Chart.lock b/stable/esphome/3.1.6/Chart.lock index 1d6bc739ff2..8e604ab1934 100644 --- a/stable/esphome/3.1.6/Chart.lock +++ b/stable/esphome/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:56.006642468Z" +generated: "2021-05-11T12:49:54.219455318Z" diff --git a/stable/handbrake/3.1.6/Chart.lock b/stable/handbrake/3.1.6/Chart.lock index 1596ef8c586..77f3a13b4a0 100644 --- a/stable/handbrake/3.1.6/Chart.lock +++ b/stable/handbrake/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:56.352678378Z" +generated: "2021-05-11T12:49:54.51346982Z" diff --git a/stable/home-assistant/3.1.6/Chart.lock b/stable/home-assistant/3.1.6/Chart.lock index ba284ae082d..27e9f239fb5 100644 --- a/stable/home-assistant/3.1.6/Chart.lock +++ b/stable/home-assistant/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:56.644018154Z" +generated: "2021-05-11T12:49:54.82431581Z" diff --git a/stable/jackett/3.1.6/Chart.lock b/stable/jackett/3.1.6/Chart.lock index 9d1dbe62ce8..96041118b04 100644 --- a/stable/jackett/3.1.6/Chart.lock +++ b/stable/jackett/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:56.964362543Z" +generated: "2021-05-11T12:49:55.124419378Z" diff --git a/stable/jellyfin/3.1.6/Chart.lock b/stable/jellyfin/3.1.6/Chart.lock index a2bad7dbe05..12ed6e1a82d 100644 --- a/stable/jellyfin/3.1.6/Chart.lock +++ b/stable/jellyfin/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:57.32382283Z" +generated: "2021-05-11T12:49:55.503870118Z" diff --git a/stable/kms/3.1.6/Chart.lock b/stable/kms/3.1.6/Chart.lock index 3d941c6f951..38feaae8981 100644 --- a/stable/kms/3.1.6/Chart.lock +++ b/stable/kms/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:57.665517319Z" +generated: "2021-05-11T12:49:55.845494763Z" diff --git a/stable/lidarr/3.1.6/Chart.lock b/stable/lidarr/3.1.6/Chart.lock index f1b1bca6dd7..f03d73104e0 100644 --- a/stable/lidarr/3.1.6/Chart.lock +++ b/stable/lidarr/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:57.995412676Z" +generated: "2021-05-11T12:49:56.173309952Z" diff --git a/stable/ombi/3.1.6/Chart.lock b/stable/ombi/3.1.6/Chart.lock index ad2e6363364..83a259793fe 100644 --- a/stable/ombi/3.1.6/Chart.lock +++ b/stable/ombi/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:58.351034656Z" +generated: "2021-05-11T12:49:56.500270275Z" diff --git a/stable/plex/2.1.6/Chart.lock b/stable/plex/2.1.6/Chart.lock index 8a37ea97233..ea9742cde6c 100644 --- a/stable/plex/2.1.6/Chart.lock +++ b/stable/plex/2.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:58.702679423Z" +generated: "2021-05-11T12:49:56.783494151Z" diff --git a/stable/radarr/3.1.6/Chart.lock b/stable/radarr/3.1.6/Chart.lock index dcda79a6441..7962fa59772 100644 --- a/stable/radarr/3.1.6/Chart.lock +++ b/stable/radarr/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:59.014627577Z" +generated: "2021-05-11T12:49:57.084651799Z" diff --git a/stable/sonarr/3.1.6/Chart.lock b/stable/sonarr/3.1.6/Chart.lock index a778ff5e823..39155892516 100644 --- a/stable/sonarr/3.1.6/Chart.lock +++ b/stable/sonarr/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:59.358004213Z" +generated: "2021-05-11T12:49:57.381351207Z" diff --git a/stable/syncthing/3.1.6/Chart.lock b/stable/syncthing/3.1.6/Chart.lock index 1cd2c735610..8136d5dc0f1 100644 --- a/stable/syncthing/3.1.6/Chart.lock +++ b/stable/syncthing/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:48:59.70785373Z" +generated: "2021-05-11T12:49:57.694080841Z" diff --git a/stable/tautulli/3.1.6/Chart.lock b/stable/tautulli/3.1.6/Chart.lock index 4b50870f2ae..98beb1d88df 100644 --- a/stable/tautulli/3.1.6/Chart.lock +++ b/stable/tautulli/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:00.089526241Z" +generated: "2021-05-11T12:49:58.005874203Z" diff --git a/stable/traefik/3.2.4/Chart.lock b/stable/traefik/3.2.4/Chart.lock index 156ee30d7d9..181b68088d9 100644 --- a/stable/traefik/3.2.4/Chart.lock +++ b/stable/traefik/3.2.4/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://helm.traefik.io/traefik version: 9.19.0 digest: sha256:71b17b90f24d30c5554b53fd38ca745da769a2b9908218b97dd25d0eab62caca -generated: "2021-05-11T10:49:00.889382431Z" +generated: "2021-05-11T12:49:58.762592117Z" diff --git a/stable/transmission/3.1.6/Chart.lock b/stable/transmission/3.1.6/Chart.lock index 558350b8b2e..1b9409a78db 100644 --- a/stable/transmission/3.1.6/Chart.lock +++ b/stable/transmission/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:02.206557596Z" +generated: "2021-05-11T12:50:00.015132958Z" diff --git a/stable/truecommand/3.1.6/Chart.lock b/stable/truecommand/3.1.6/Chart.lock index d691998aab5..34d52440827 100644 --- a/stable/truecommand/3.1.6/Chart.lock +++ b/stable/truecommand/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:02.572718322Z" +generated: "2021-05-11T12:50:00.328012821Z" diff --git a/stable/zwavejs2mqtt/3.1.6/Chart.lock b/stable/zwavejs2mqtt/3.1.6/Chart.lock index 35451df2332..4e450032148 100644 --- a/stable/zwavejs2mqtt/3.1.6/Chart.lock +++ b/stable/zwavejs2mqtt/3.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-05-11T10:49:02.96344352Z" +generated: "2021-05-11T12:50:00.640151427Z"