diff --git a/incubator/authelia/1.0.3/Chart.lock b/incubator/authelia/1.0.3/Chart.lock index 5388e7289b..8ff54b8c5b 100644 --- a/incubator/authelia/1.0.3/Chart.lock +++ b/incubator/authelia/1.0.3/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 15.0.3 digest: sha256:c143830b5616998587eb49dc5674fba102aa344fce208d264cd3ab16d71c4e04 -generated: "2021-08-28T13:30:10.979276839Z" +generated: "2021-08-28T19:59:01.293570423Z" diff --git a/incubator/jdownloader2/0.0.1/CONFIG.md b/incubator/jdownloader2/0.0.1/CONFIG.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/incubator/jdownloader2/0.0.1/Chart.lock b/incubator/jdownloader2/0.0.1/Chart.lock new file mode 100644 index 0000000000..b63cabf0e4 --- /dev/null +++ b/incubator/jdownloader2/0.0.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.10.7 +digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 +generated: "2021-08-28T19:59:08.736823786Z" diff --git a/incubator/jdownloader2/0.0.1/Chart.yaml b/incubator/jdownloader2/0.0.1/Chart.yaml new file mode 100644 index 0000000000..5a59833024 --- /dev/null +++ b/incubator/jdownloader2/0.0.1/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.10.7 +deprecated: false +description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. +home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett +icon: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150 +keywords: +- jdownloader +- download +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +- email: Simoneu01@users.noreply.github.com + name: Simoneu01 + url: truecharts.org +name: jdownloader2 +sources: +- https://github.com/jlesage/docker-jdownloader-2 +- https://hub.docker.com/r/jlesage/jdownloader-2 +- https://jdownloader.org/ +type: application +version: 0.0.1 diff --git a/incubator/jdownloader2/0.0.1/README.md b/incubator/jdownloader2/0.0.1/README.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/incubator/jdownloader2/0.0.1/app-readme.md b/incubator/jdownloader2/0.0.1/app-readme.md new file mode 100644 index 0000000000..0a73440575 --- /dev/null +++ b/incubator/jdownloader2/0.0.1/app-readme.md @@ -0,0 +1 @@ +JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. diff --git a/incubator/jdownloader2/0.0.1/charts/common-6.10.7.tgz b/incubator/jdownloader2/0.0.1/charts/common-6.10.7.tgz new file mode 100644 index 0000000000..d326f48af3 Binary files /dev/null and b/incubator/jdownloader2/0.0.1/charts/common-6.10.7.tgz differ diff --git a/incubator/jdownloader2/0.0.1/ix_values.yaml b/incubator/jdownloader2/0.0.1/ix_values.yaml new file mode 100644 index 0000000000..f54d8d42d5 --- /dev/null +++ b/incubator/jdownloader2/0.0.1/ix_values.yaml @@ -0,0 +1,21 @@ +## +# 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: jlesage/jdownloader-2 + tag: v1.7.1 + pullPolicy: IfNotPresent + +#All values here are set as the docker defaults. +envTpl: + # Permissions Settings + USER_ID: "{{ .Values.env.PUID }}" + GROUP_ID: "{{ .Values.env.PGID }}" + +## +# 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/jdownloader2/0.0.1/questions.yaml b/incubator/jdownloader2/0.0.1/questions.yaml new file mode 100644 index 0000000000..7fad20dbb2 --- /dev/null +++ b/incubator/jdownloader2/0.0.1/questions.yaml @@ -0,0 +1,879 @@ +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: + # Portal + - 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: PUID + label: "PUID" + description: "Sets the PUID env var for jdownloader2 containers" + schema: + type: int + default: 568 + - variable: PGID + label: "PGID" + description: "Sets the PGID env var for jdownloader2 containers" + schema: + type: int + default: 568 + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for jdownloader2 containers" + schema: + type: string + default: "022" + - variable: KEEP_APP_RUNNING + label: "KEEP_APP_RUNNING" + description: "When set to 1, the application will be automatically restarted if it crashes or if a user quits it." + schema: + type: int + default: 0 + - variable: gui + label: "GUI Settings" + description: "Always read description before changing a value here. Also refer to README" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: DISPLAY_WIDTH + label: "DISPLAY_WIDTH" + description: "Width (in pixels) of the application's window." + schema: + type: string + default: "1280" + required: true + - variable: DISPLAY_HEIGHT + label: "DISPLAY_HEIGHT" + description: "Height (in pixels) of the application's window." + schema: + type: string + default: "768" + required: true + - variable: SECURE_CONNECTION + label: "SECURE_CONNECTION" + description: "When set to 1, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." + schema: + type: string + default: "0" + required: true + - variable: VNC_PASSWORD + label: "VNC_PASSWORD" + description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." + schema: + private: true + type: string + default: "" + - 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: 5800 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 5580 + 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: 36093 + - variable: myjd + label: "MyJDownloader" + description: "Port used by MyJDownloader mobile applications and browser extensions to establish a direct connect to the JDownloader" + 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: "LoadBalancer" + 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: 3129 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3129 + 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 + - variable: VNC + label: "VNC Service" + description: "The VNC service" + 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: 5900 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 5900 + 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: 36094 + + - variable: persistence + label: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: data + 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: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + - variable: securityContext + group: "Security and Permissions" + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: Privileged mode + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: true + - 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/jdownloader2/0.0.1/templates/common.yaml b/incubator/jdownloader2/0.0.1/templates/common.yaml new file mode 100644 index 0000000000..a6613c2ce2 --- /dev/null +++ b/incubator/jdownloader2/0.0.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/incubator/jdownloader2/0.0.1/test_values.yaml b/incubator/jdownloader2/0.0.1/test_values.yaml new file mode 100644 index 0000000000..6184651933 --- /dev/null +++ b/incubator/jdownloader2/0.0.1/test_values.yaml @@ -0,0 +1,48 @@ +# Default values for jdownloader2. + +image: + repository: jlesage/jdownloader-2 + pullPolicy: IfNotPresent + tag: v1.7.1 + +strategy: + type: Recreate + +service: + main: + ports: + main: + port: 5800 + vnc: + enabled: true + type: ClusterIP + ports: + vnc: + enabled: true + port: 5900 + protocol: "TCP" + +# All values here are set as the docker defaults. +envTpl: + # Permissions Settings + USER_ID: "{{ .Values.env.PUID }}" + GROUP_ID: "{{ .Values.env.PGID }}" + +env: + # Permissions Settings + PUID: "568" + PGID: "568" + # General Settings + KEEP_APP_RUNNING: "0" + CLEAN_TMP_DIR: "1" + # GUI Settings + DISPLAY_WIDTH: "1280" + DISPLAY_HEIGHT: "768" + SECURE_CONNECTION: "0" + VNC_PASSWORD: + +persistence: + config: + enabled: true + mountPath: "/config" + type: emptyDir diff --git a/incubator/jdownloader2/0.0.1/values.yaml b/incubator/jdownloader2/0.0.1/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/incubator/jdownloader2/item.yaml b/incubator/jdownloader2/item.yaml new file mode 100644 index 0000000000..ade8a9bc32 --- /dev/null +++ b/incubator/jdownloader2/item.yaml @@ -0,0 +1,3 @@ +categories: + - downloads +icon_url: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150 diff --git a/incubator/nextcloud/3.1.2/Chart.lock b/incubator/nextcloud/3.1.2/Chart.lock index 851662f560..e2464d9a2c 100644 --- a/incubator/nextcloud/3.1.2/Chart.lock +++ b/incubator/nextcloud/3.1.2/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 15.0.3 digest: sha256:c143830b5616998587eb49dc5674fba102aa344fce208d264cd3ab16d71c4e04 -generated: "2021-08-28T13:30:20.859377897Z" +generated: "2021-08-28T19:59:15.370993469Z" diff --git a/stable/airsonic/1.8.5/Chart.lock b/stable/airsonic/1.8.5/Chart.lock index e5b4ec9d58..186a0656fb 100644 --- a/stable/airsonic/1.8.5/Chart.lock +++ b/stable/airsonic/1.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:23:59.977669541Z" +generated: "2021-08-28T19:52:45.28024265Z" diff --git a/stable/appdaemon/3.8.5/Chart.lock b/stable/appdaemon/3.8.5/Chart.lock index 8313356c21..70edf3e1a8 100644 --- a/stable/appdaemon/3.8.5/Chart.lock +++ b/stable/appdaemon/3.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:04.350472692Z" +generated: "2021-08-28T19:52:49.714302195Z" diff --git a/stable/bazarr/6.8.5/Chart.lock b/stable/bazarr/6.8.5/Chart.lock index c70783e874..6e27d4f1da 100644 --- a/stable/bazarr/6.8.5/Chart.lock +++ b/stable/bazarr/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:08.453967681Z" +generated: "2021-08-28T19:52:53.936963078Z" diff --git a/stable/booksonic-air/1.6.5/Chart.lock b/stable/booksonic-air/1.6.5/Chart.lock index c7933224cd..bee78e9b2c 100644 --- a/stable/booksonic-air/1.6.5/Chart.lock +++ b/stable/booksonic-air/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:24:12.523669939Z" +generated: "2021-08-28T19:52:58.165235653Z" diff --git a/stable/calibre-web/6.8.5/Chart.lock b/stable/calibre-web/6.8.5/Chart.lock index cd27aa7cdb..b28bffef63 100644 --- a/stable/calibre-web/6.8.5/Chart.lock +++ b/stable/calibre-web/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:20.847512977Z" +generated: "2021-08-28T19:53:06.586173363Z" diff --git a/stable/calibre/1.6.6/Chart.lock b/stable/calibre/1.6.6/Chart.lock index d5dd6fab7a..6bb80e14e3 100644 --- a/stable/calibre/1.6.6/Chart.lock +++ b/stable/calibre/1.6.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:24:16.673870354Z" +generated: "2021-08-28T19:53:02.361594129Z" diff --git a/stable/collabora-online/6.8.5/Chart.lock b/stable/collabora-online/6.8.5/Chart.lock index efb9de55a1..12990f1377 100644 --- a/stable/collabora-online/6.8.5/Chart.lock +++ b/stable/collabora-online/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:24.999634914Z" +generated: "2021-08-28T19:53:10.851239842Z" diff --git a/stable/deconz/1.6.5/Chart.lock b/stable/deconz/1.6.5/Chart.lock index 5c6f2ce603..e6e92d68b9 100644 --- a/stable/deconz/1.6.5/Chart.lock +++ b/stable/deconz/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:24:29.362545564Z" +generated: "2021-08-28T19:53:15.05270409Z" diff --git a/stable/deepstack-cpu/4.8.5/Chart.lock b/stable/deepstack-cpu/4.8.5/Chart.lock index e2bd0647e1..296a9e9f54 100644 --- a/stable/deepstack-cpu/4.8.5/Chart.lock +++ b/stable/deepstack-cpu/4.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:33.572875175Z" +generated: "2021-08-28T19:53:19.355620405Z" diff --git a/stable/deluge/6.8.5/Chart.lock b/stable/deluge/6.8.5/Chart.lock index b61ad93e31..de663cbf62 100644 --- a/stable/deluge/6.8.5/Chart.lock +++ b/stable/deluge/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:37.657934976Z" +generated: "2021-08-28T19:53:23.545568598Z" diff --git a/stable/dizquetv/1.6.5/Chart.lock b/stable/dizquetv/1.6.5/Chart.lock index 80c5425dd1..4e96cbfc0e 100644 --- a/stable/dizquetv/1.6.5/Chart.lock +++ b/stable/dizquetv/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:24:41.883105275Z" +generated: "2021-08-28T19:53:27.870648903Z" diff --git a/stable/duplicati/1.6.5/Chart.lock b/stable/duplicati/1.6.5/Chart.lock index 070191dad7..73dd805204 100644 --- a/stable/duplicati/1.6.5/Chart.lock +++ b/stable/duplicati/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:24:45.981301867Z" +generated: "2021-08-28T19:53:32.130685418Z" diff --git a/stable/emby/6.8.5/Chart.lock b/stable/emby/6.8.5/Chart.lock index 5cb44b28e8..ae3ef4a105 100644 --- a/stable/emby/6.8.5/Chart.lock +++ b/stable/emby/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:50.150593027Z" +generated: "2021-08-28T19:53:36.400850609Z" diff --git a/stable/esphome/6.8.6/Chart.lock b/stable/esphome/6.8.6/Chart.lock index 4148986744..54babc82e3 100644 --- a/stable/esphome/6.8.6/Chart.lock +++ b/stable/esphome/6.8.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:54.290185174Z" +generated: "2021-08-28T19:53:40.693591466Z" diff --git a/stable/external-service/1.1.6/Chart.lock b/stable/external-service/1.1.6/Chart.lock index fdb59228cc..64e8bc8b01 100644 --- a/stable/external-service/1.1.6/Chart.lock +++ b/stable/external-service/1.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:24:58.499983718Z" +generated: "2021-08-28T19:53:44.974699614Z" diff --git a/stable/fireflyiii/5.4.2/Chart.lock b/stable/fireflyiii/5.4.2/Chart.lock index 58eb092129..e3c0249f44 100644 --- a/stable/fireflyiii/5.4.2/Chart.lock +++ b/stable/fireflyiii/5.4.2/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 1.2.4 digest: sha256:9aee99382d64db8c5a6879f05e43a8f1a4a7cbdca841a3d7f9dd5e497a7e63a3 -generated: "2021-08-28T13:25:03.453859273Z" +generated: "2021-08-28T19:53:49.99802946Z" diff --git a/stable/flaresolverr/1.6.5/Chart.lock b/stable/flaresolverr/1.6.5/Chart.lock index b6cdd069e8..04129373bc 100644 --- a/stable/flaresolverr/1.6.5/Chart.lock +++ b/stable/flaresolverr/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:25:08.594088105Z" +generated: "2021-08-28T19:53:55.234138019Z" diff --git a/stable/flood/1.6.5/Chart.lock b/stable/flood/1.6.5/Chart.lock index 59afe2e48c..c43ee53aff 100644 --- a/stable/flood/1.6.5/Chart.lock +++ b/stable/flood/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:25:12.63533213Z" +generated: "2021-08-28T19:53:59.431396974Z" diff --git a/stable/focalboard/1.6.5/Chart.lock b/stable/focalboard/1.6.5/Chart.lock index 2abb393c16..b4c634e3e0 100644 --- a/stable/focalboard/1.6.5/Chart.lock +++ b/stable/focalboard/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:25:16.801566575Z" +generated: "2021-08-28T19:54:03.654797641Z" diff --git a/stable/freeradius/1.4.5/Chart.lock b/stable/freeradius/1.4.5/Chart.lock index 298a2741ca..1bb75d07f3 100644 --- a/stable/freeradius/1.4.5/Chart.lock +++ b/stable/freeradius/1.4.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:25:21.161346419Z" +generated: "2021-08-28T19:54:07.863224523Z" diff --git a/stable/freshrss/6.8.5/Chart.lock b/stable/freshrss/6.8.5/Chart.lock index b74ae7e630..13589772a3 100644 --- a/stable/freshrss/6.8.5/Chart.lock +++ b/stable/freshrss/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:25:25.583785319Z" +generated: "2021-08-28T19:54:12.142172493Z" diff --git a/stable/gaps/6.8.5/Chart.lock b/stable/gaps/6.8.5/Chart.lock index 6160479de6..961f029718 100644 --- a/stable/gaps/6.8.5/Chart.lock +++ b/stable/gaps/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:25:30.089706625Z" +generated: "2021-08-28T19:54:16.440576063Z" diff --git a/stable/gonic/1.6.5/Chart.lock b/stable/gonic/1.6.5/Chart.lock index b807f8b78a..de1055b5a7 100644 --- a/stable/gonic/1.6.5/Chart.lock +++ b/stable/gonic/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:25:34.474314641Z" +generated: "2021-08-28T19:54:20.659749744Z" diff --git a/stable/grocy/6.8.5/Chart.lock b/stable/grocy/6.8.5/Chart.lock index a34b7e29b4..09b9f8c714 100644 --- a/stable/grocy/6.8.5/Chart.lock +++ b/stable/grocy/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:25:38.845236134Z" +generated: "2021-08-28T19:54:24.936523481Z" diff --git a/stable/handbrake/6.8.5/Chart.lock b/stable/handbrake/6.8.5/Chart.lock index 1d2fa5c704..277b32d851 100644 --- a/stable/handbrake/6.8.5/Chart.lock +++ b/stable/handbrake/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:25:43.170686383Z" +generated: "2021-08-28T19:54:29.192904664Z" diff --git a/stable/haste-server/1.8.5/Chart.lock b/stable/haste-server/1.8.5/Chart.lock index c566352e06..9bc954e0be 100644 --- a/stable/haste-server/1.8.5/Chart.lock +++ b/stable/haste-server/1.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:25:47.385203748Z" +generated: "2021-08-28T19:54:33.441547115Z" diff --git a/stable/healthchecks/1.6.5/Chart.lock b/stable/healthchecks/1.6.5/Chart.lock index 790ee2d8ab..8cc8d00bfe 100644 --- a/stable/healthchecks/1.6.5/Chart.lock +++ b/stable/healthchecks/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:25:51.477350157Z" +generated: "2021-08-28T19:54:37.72075623Z" diff --git a/stable/heimdall/6.8.5/Chart.lock b/stable/heimdall/6.8.5/Chart.lock index 0c82a13379..a93432c7ed 100644 --- a/stable/heimdall/6.8.5/Chart.lock +++ b/stable/heimdall/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:25:55.645072865Z" +generated: "2021-08-28T19:54:41.97431292Z" diff --git a/stable/home-assistant/6.8.5/Chart.lock b/stable/home-assistant/6.8.5/Chart.lock index 4e03010c21..b87a9627a0 100644 --- a/stable/home-assistant/6.8.5/Chart.lock +++ b/stable/home-assistant/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:25:59.742442835Z" +generated: "2021-08-28T19:54:46.228558475Z" diff --git a/stable/hyperion-ng/1.6.5/Chart.lock b/stable/hyperion-ng/1.6.5/Chart.lock index 35c301981a..2e315dfb1e 100644 --- a/stable/hyperion-ng/1.6.5/Chart.lock +++ b/stable/hyperion-ng/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:26:03.943346819Z" +generated: "2021-08-28T19:54:50.400412735Z" diff --git a/stable/jackett/6.8.6/Chart.lock b/stable/jackett/6.8.6/Chart.lock index a7776ce522..a7eec123e2 100644 --- a/stable/jackett/6.8.6/Chart.lock +++ b/stable/jackett/6.8.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:08.110579738Z" +generated: "2021-08-28T19:54:54.710125236Z" diff --git a/stable/jellyfin/6.8.5/Chart.lock b/stable/jellyfin/6.8.5/Chart.lock index e78e1e5731..0b56b46e7f 100644 --- a/stable/jellyfin/6.8.5/Chart.lock +++ b/stable/jellyfin/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:12.371511866Z" +generated: "2021-08-28T19:54:58.931908304Z" diff --git a/stable/kms/6.8.5/Chart.lock b/stable/kms/6.8.5/Chart.lock index 955f9250ea..fd6155a93f 100644 --- a/stable/kms/6.8.5/Chart.lock +++ b/stable/kms/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:16.499024846Z" +generated: "2021-08-28T19:55:03.069048481Z" diff --git a/stable/komga/1.6.5/Chart.lock b/stable/komga/1.6.5/Chart.lock index 0ba0f2a3c7..17b107a532 100644 --- a/stable/komga/1.6.5/Chart.lock +++ b/stable/komga/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:26:20.704438155Z" +generated: "2021-08-28T19:55:07.323388961Z" diff --git a/stable/lazylibrarian/6.8.5/Chart.lock b/stable/lazylibrarian/6.8.5/Chart.lock index 9c48de4622..b1f507eee5 100644 --- a/stable/lazylibrarian/6.8.5/Chart.lock +++ b/stable/lazylibrarian/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:24.932013988Z" +generated: "2021-08-28T19:55:11.579166726Z" diff --git a/stable/librespeed/1.6.5/Chart.lock b/stable/librespeed/1.6.5/Chart.lock index f611fc06a2..0993e13817 100644 --- a/stable/librespeed/1.6.5/Chart.lock +++ b/stable/librespeed/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:26:29.320479328Z" +generated: "2021-08-28T19:55:15.857287951Z" diff --git a/stable/lidarr/6.8.5/Chart.lock b/stable/lidarr/6.8.5/Chart.lock index 2ba755e66d..1ca2266d08 100644 --- a/stable/lidarr/6.8.5/Chart.lock +++ b/stable/lidarr/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:33.534661212Z" +generated: "2021-08-28T19:55:20.115022395Z" diff --git a/stable/littlelink/1.2.5/Chart.lock b/stable/littlelink/1.2.5/Chart.lock index cace5ba326..f7aa8c4455 100644 --- a/stable/littlelink/1.2.5/Chart.lock +++ b/stable/littlelink/1.2.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:37.693965414Z" +generated: "2021-08-28T19:55:24.36042495Z" diff --git a/stable/lychee/6.8.5/Chart.lock b/stable/lychee/6.8.5/Chart.lock index e374045ea6..5d66ab134f 100644 --- a/stable/lychee/6.8.5/Chart.lock +++ b/stable/lychee/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:41.898866458Z" +generated: "2021-08-28T19:55:28.656553403Z" diff --git a/stable/mealie/1.8.5/Chart.lock b/stable/mealie/1.8.5/Chart.lock index 516c0fdf92..9bd67ab799 100644 --- a/stable/mealie/1.8.5/Chart.lock +++ b/stable/mealie/1.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:46.058091548Z" +generated: "2021-08-28T19:55:32.905229959Z" diff --git a/stable/mosquitto/1.8.5/Chart.lock b/stable/mosquitto/1.8.5/Chart.lock index 05bfd6689b..448a7be5c5 100644 --- a/stable/mosquitto/1.8.5/Chart.lock +++ b/stable/mosquitto/1.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:50.148336333Z" +generated: "2021-08-28T19:55:37.132426174Z" diff --git a/stable/mylar/1.6.5/Chart.lock b/stable/mylar/1.6.5/Chart.lock index c8e655c9db..458af48097 100644 --- a/stable/mylar/1.6.5/Chart.lock +++ b/stable/mylar/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:26:54.328176711Z" +generated: "2021-08-28T19:55:41.438391374Z" diff --git a/stable/navidrome/6.8.6/Chart.lock b/stable/navidrome/6.8.6/Chart.lock index 81e3d5c91c..00da05d980 100644 --- a/stable/navidrome/6.8.6/Chart.lock +++ b/stable/navidrome/6.8.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:26:58.366831254Z" +generated: "2021-08-28T19:55:45.730452286Z" diff --git a/stable/node-red/6.8.5/Chart.lock b/stable/node-red/6.8.5/Chart.lock index a3470ca0e2..ee27575d85 100644 --- a/stable/node-red/6.8.5/Chart.lock +++ b/stable/node-red/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:27:02.522195006Z" +generated: "2021-08-28T19:55:49.948394915Z" diff --git a/stable/nullserv/1.6.5/Chart.lock b/stable/nullserv/1.6.5/Chart.lock index f5a7db2b2f..e58ae22d5a 100644 --- a/stable/nullserv/1.6.5/Chart.lock +++ b/stable/nullserv/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:27:06.696810343Z" +generated: "2021-08-28T19:55:54.150206769Z" diff --git a/stable/nzbget/6.8.5/Chart.lock b/stable/nzbget/6.8.5/Chart.lock index 35c6c30278..2da04e6038 100644 --- a/stable/nzbget/6.8.5/Chart.lock +++ b/stable/nzbget/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:27:10.849464105Z" +generated: "2021-08-28T19:55:58.38773177Z" diff --git a/stable/nzbhydra/6.8.6/Chart.lock b/stable/nzbhydra/6.8.6/Chart.lock index 9f1ae1ae04..a9aefc495a 100644 --- a/stable/nzbhydra/6.8.6/Chart.lock +++ b/stable/nzbhydra/6.8.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:27:14.908598091Z" +generated: "2021-08-28T19:56:02.603382387Z" diff --git a/stable/octoprint/1.6.5/Chart.lock b/stable/octoprint/1.6.5/Chart.lock index 328fa758f0..a523ea113d 100644 --- a/stable/octoprint/1.6.5/Chart.lock +++ b/stable/octoprint/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:27:19.086161276Z" +generated: "2021-08-28T19:56:06.882803338Z" diff --git a/stable/omada-controller/1.6.5/Chart.lock b/stable/omada-controller/1.6.5/Chart.lock index 1ebb2189ef..6b49563dd9 100644 --- a/stable/omada-controller/1.6.5/Chart.lock +++ b/stable/omada-controller/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:27:23.274524824Z" +generated: "2021-08-28T19:56:11.119815527Z" diff --git a/stable/ombi/6.8.6/Chart.lock b/stable/ombi/6.8.6/Chart.lock index c5250f8337..4c37df3026 100644 --- a/stable/ombi/6.8.6/Chart.lock +++ b/stable/ombi/6.8.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:27:27.630738146Z" +generated: "2021-08-28T19:56:15.306080427Z" diff --git a/stable/openldap/1.4.5/Chart.lock b/stable/openldap/1.4.5/Chart.lock index 79591ff80f..e59e2ffdba 100644 --- a/stable/openldap/1.4.5/Chart.lock +++ b/stable/openldap/1.4.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:27:31.768640901Z" +generated: "2021-08-28T19:56:19.540789785Z" diff --git a/stable/organizr/6.8.5/Chart.lock b/stable/organizr/6.8.5/Chart.lock index 810da9b2fe..6161a5aee8 100644 --- a/stable/organizr/6.8.5/Chart.lock +++ b/stable/organizr/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:27:35.911895118Z" +generated: "2021-08-28T19:56:23.772288452Z" diff --git a/stable/overseerr/1.6.5/Chart.lock b/stable/overseerr/1.6.5/Chart.lock index 112bc1bf70..d672c20a4d 100644 --- a/stable/overseerr/1.6.5/Chart.lock +++ b/stable/overseerr/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:27:40.065914351Z" +generated: "2021-08-28T19:56:27.980063878Z" diff --git a/stable/owncast/1.6.5/Chart.lock b/stable/owncast/1.6.5/Chart.lock index 1cb40f4d06..f803d9d2b6 100644 --- a/stable/owncast/1.6.5/Chart.lock +++ b/stable/owncast/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:27:44.264818104Z" +generated: "2021-08-28T19:56:32.227574809Z" diff --git a/stable/owncloud-ocis/1.6.6/Chart.lock b/stable/owncloud-ocis/1.6.6/Chart.lock index c480dd6251..b98e6658c8 100644 --- a/stable/owncloud-ocis/1.6.6/Chart.lock +++ b/stable/owncloud-ocis/1.6.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:27:48.29245782Z" +generated: "2021-08-28T19:56:36.487735742Z" diff --git a/stable/pgadmin/1.5.5/Chart.lock b/stable/pgadmin/1.5.5/Chart.lock index 12a3355b06..f46381f797 100644 --- a/stable/pgadmin/1.5.5/Chart.lock +++ b/stable/pgadmin/1.5.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:27:52.504654717Z" +generated: "2021-08-28T19:56:40.749608272Z" diff --git a/stable/photoprism/1.6.5/Chart.lock b/stable/photoprism/1.6.5/Chart.lock index 8f44cf2526..3b7b889135 100644 --- a/stable/photoprism/1.6.5/Chart.lock +++ b/stable/photoprism/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:27:56.614253809Z" +generated: "2021-08-28T19:56:45.037662161Z" diff --git a/stable/phpldapadmin/1.5.5/Chart.lock b/stable/phpldapadmin/1.5.5/Chart.lock index 50b5cde6e9..d71f2fb678 100644 --- a/stable/phpldapadmin/1.5.5/Chart.lock +++ b/stable/phpldapadmin/1.5.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:00.751852596Z" +generated: "2021-08-28T19:56:49.318448567Z" diff --git a/stable/piaware/1.6.5/Chart.lock b/stable/piaware/1.6.5/Chart.lock index 6d06199f95..0890d9d6cb 100644 --- a/stable/piaware/1.6.5/Chart.lock +++ b/stable/piaware/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:28:04.836202772Z" +generated: "2021-08-28T19:56:53.441266542Z" diff --git a/stable/plex/5.8.5/Chart.lock b/stable/plex/5.8.5/Chart.lock index 11d3143470..1e784e3a64 100644 --- a/stable/plex/5.8.5/Chart.lock +++ b/stable/plex/5.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:09.024046962Z" +generated: "2021-08-28T19:56:57.785224057Z" diff --git a/stable/podgrab/4.8.5/Chart.lock b/stable/podgrab/4.8.5/Chart.lock index 06c718d10f..17537d4a5a 100644 --- a/stable/podgrab/4.8.5/Chart.lock +++ b/stable/podgrab/4.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:13.269331448Z" +generated: "2021-08-28T19:57:01.992452972Z" diff --git a/stable/postgresql/1.2.5/Chart.lock b/stable/postgresql/1.2.5/Chart.lock index 33da4f90c1..2c99c0941f 100644 --- a/stable/postgresql/1.2.5/Chart.lock +++ b/stable/postgresql/1.2.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:17.475280409Z" +generated: "2021-08-28T19:57:06.271181121Z" diff --git a/stable/pretend-youre-xyzzy/1.6.5/Chart.lock b/stable/pretend-youre-xyzzy/1.6.5/Chart.lock index dd897c2b2f..16eab8abbf 100644 --- a/stable/pretend-youre-xyzzy/1.6.5/Chart.lock +++ b/stable/pretend-youre-xyzzy/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:28:21.665624106Z" +generated: "2021-08-28T19:57:10.603386222Z" diff --git a/stable/protonmail-bridge/1.6.5/Chart.lock b/stable/protonmail-bridge/1.6.5/Chart.lock index 78da2de774..a959390dbc 100644 --- a/stable/protonmail-bridge/1.6.5/Chart.lock +++ b/stable/protonmail-bridge/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:28:25.884554134Z" +generated: "2021-08-28T19:57:14.834420766Z" diff --git a/stable/prowlarr/1.8.6/Chart.lock b/stable/prowlarr/1.8.6/Chart.lock index b8eabeda5f..2e0cfc9f25 100644 --- a/stable/prowlarr/1.8.6/Chart.lock +++ b/stable/prowlarr/1.8.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:30.236599521Z" +generated: "2021-08-28T19:57:19.109332826Z" diff --git a/stable/pyload/1.6.5/Chart.lock b/stable/pyload/1.6.5/Chart.lock index f34154162c..dc530e8925 100644 --- a/stable/pyload/1.6.5/Chart.lock +++ b/stable/pyload/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:28:34.503083177Z" +generated: "2021-08-28T19:57:23.441956025Z" diff --git a/stable/qbittorrent/6.8.5/Chart.lock b/stable/qbittorrent/6.8.5/Chart.lock index 0f922a8025..350a73ce81 100644 --- a/stable/qbittorrent/6.8.5/Chart.lock +++ b/stable/qbittorrent/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:38.67505115Z" +generated: "2021-08-28T19:57:27.668662894Z" diff --git a/stable/radarr/6.8.5/Chart.lock b/stable/radarr/6.8.5/Chart.lock index 9897c138bb..1115b363e6 100644 --- a/stable/radarr/6.8.5/Chart.lock +++ b/stable/radarr/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:43.09207574Z" +generated: "2021-08-28T19:57:31.976828834Z" diff --git a/stable/readarr/6.8.5/Chart.lock b/stable/readarr/6.8.5/Chart.lock index 3d6e38dc9d..6a8b6aaac0 100644 --- a/stable/readarr/6.8.5/Chart.lock +++ b/stable/readarr/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:47.317962433Z" +generated: "2021-08-28T19:57:36.240654977Z" diff --git a/stable/reg/1.8.5/Chart.lock b/stable/reg/1.8.5/Chart.lock index e6c257116e..9a2ae0f034 100644 --- a/stable/reg/1.8.5/Chart.lock +++ b/stable/reg/1.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:51.488826938Z" +generated: "2021-08-28T19:57:40.514149061Z" diff --git a/stable/resilio-sync/1.6.5/Chart.lock b/stable/resilio-sync/1.6.5/Chart.lock index 68f5220126..23cf52f6fd 100644 --- a/stable/resilio-sync/1.6.5/Chart.lock +++ b/stable/resilio-sync/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:28:55.591471446Z" +generated: "2021-08-28T19:57:44.749666087Z" diff --git a/stable/sabnzbd/6.8.5/Chart.lock b/stable/sabnzbd/6.8.5/Chart.lock index e27cb337f6..664c85505a 100644 --- a/stable/sabnzbd/6.8.5/Chart.lock +++ b/stable/sabnzbd/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:28:59.706812951Z" +generated: "2021-08-28T19:57:49.014053126Z" diff --git a/stable/ser2sock/1.6.5/Chart.lock b/stable/ser2sock/1.6.5/Chart.lock index 7857f233bc..61591153b2 100644 --- a/stable/ser2sock/1.6.5/Chart.lock +++ b/stable/ser2sock/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:29:03.920006068Z" +generated: "2021-08-28T19:57:53.186510185Z" diff --git a/stable/sonarr/6.8.5/Chart.lock b/stable/sonarr/6.8.5/Chart.lock index 8c2491211b..f57e1147a9 100644 --- a/stable/sonarr/6.8.5/Chart.lock +++ b/stable/sonarr/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:08.043560012Z" +generated: "2021-08-28T19:57:57.409272396Z" diff --git a/stable/stash/1.6.5/Chart.lock b/stable/stash/1.6.5/Chart.lock index c835121cf8..9c4a60acca 100644 --- a/stable/stash/1.6.5/Chart.lock +++ b/stable/stash/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:29:12.211848192Z" +generated: "2021-08-28T19:58:01.576073163Z" diff --git a/stable/syncthing/6.8.5/Chart.lock b/stable/syncthing/6.8.5/Chart.lock index 7054617e4d..9b2b50a7e0 100644 --- a/stable/syncthing/6.8.5/Chart.lock +++ b/stable/syncthing/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:16.291273138Z" +generated: "2021-08-28T19:58:05.81818571Z" diff --git a/stable/tautulli/6.8.5/Chart.lock b/stable/tautulli/6.8.5/Chart.lock index 4a616fa6c4..d6f352881d 100644 --- a/stable/tautulli/6.8.5/Chart.lock +++ b/stable/tautulli/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:20.475001639Z" +generated: "2021-08-28T19:58:10.066229684Z" diff --git a/stable/thelounge/1.8.5/Chart.lock b/stable/thelounge/1.8.5/Chart.lock index 1d8cae46cc..46d563a499 100644 --- a/stable/thelounge/1.8.5/Chart.lock +++ b/stable/thelounge/1.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:24.635802676Z" +generated: "2021-08-28T19:58:14.354468815Z" diff --git a/stable/traefik/6.10.5/Chart.lock b/stable/traefik/6.10.5/Chart.lock index 4e3c4eaa25..477582b7e5 100644 --- a/stable/traefik/6.10.5/Chart.lock +++ b/stable/traefik/6.10.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:29.020006355Z" +generated: "2021-08-28T19:58:18.626970831Z" diff --git a/stable/transmission/6.8.5/Chart.lock b/stable/transmission/6.8.5/Chart.lock index 6c72f7ad0e..a3baa21b64 100644 --- a/stable/transmission/6.8.5/Chart.lock +++ b/stable/transmission/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:33.277450431Z" +generated: "2021-08-28T19:58:22.833391219Z" diff --git a/stable/truecommand/6.8.5/Chart.lock b/stable/truecommand/6.8.5/Chart.lock index 87fbe7803e..15a229b22b 100644 --- a/stable/truecommand/6.8.5/Chart.lock +++ b/stable/truecommand/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:37.470191768Z" +generated: "2021-08-28T19:58:27.120157433Z" diff --git a/stable/tvheadend/7.8.5/Chart.lock b/stable/tvheadend/7.8.5/Chart.lock index ebf7335653..82425b5adc 100644 --- a/stable/tvheadend/7.8.5/Chart.lock +++ b/stable/tvheadend/7.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:41.663756969Z" +generated: "2021-08-28T19:58:31.348631983Z" diff --git a/stable/unifi/6.8.5/Chart.lock b/stable/unifi/6.8.5/Chart.lock index 2a35f75e17..2194375ba9 100644 --- a/stable/unifi/6.8.5/Chart.lock +++ b/stable/unifi/6.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:45.851956461Z" +generated: "2021-08-28T19:58:35.610770928Z" diff --git a/stable/unpackerr/1.8.5/Chart.lock b/stable/unpackerr/1.8.5/Chart.lock index 987c834305..18323e9794 100644 --- a/stable/unpackerr/1.8.5/Chart.lock +++ b/stable/unpackerr/1.8.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:29:50.087016907Z" +generated: "2021-08-28T19:58:39.882156694Z" diff --git a/stable/vaultwarden/4.4.2/Chart.lock b/stable/vaultwarden/4.4.2/Chart.lock index db93383b34..7580b92ecd 100644 --- a/stable/vaultwarden/4.4.2/Chart.lock +++ b/stable/vaultwarden/4.4.2/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 1.2.4 digest: sha256:9aee99382d64db8c5a6879f05e43a8f1a4a7cbdca841a3d7f9dd5e497a7e63a3 -generated: "2021-08-28T13:29:54.972488246Z" +generated: "2021-08-28T19:58:44.901487398Z" diff --git a/stable/xteve/1.6.5/Chart.lock b/stable/xteve/1.6.5/Chart.lock index 8d0b477c60..db8705ae83 100644 --- a/stable/xteve/1.6.5/Chart.lock +++ b/stable/xteve/1.6.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.10.7 digest: sha256:5e678239a7d5a0f4cecfd1fa311793fc777b7bd16f7bdb6cce32bbae976041d4 -generated: "2021-08-28T13:30:00.214505374Z" +generated: "2021-08-28T19:58:50.246460247Z" diff --git a/stable/zwavejs2mqtt/6.8.6/Chart.lock b/stable/zwavejs2mqtt/6.8.6/Chart.lock index 5e1d37fc95..30de30ea47 100644 --- a/stable/zwavejs2mqtt/6.8.6/Chart.lock +++ b/stable/zwavejs2mqtt/6.8.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.10.7 digest: sha256:15598599ed5351b103a789d4c3ff3eb7c00c0833a74bcc391743dbfb5df6e621 -generated: "2021-08-28T13:30:04.349471659Z" +generated: "2021-08-28T19:58:54.478426381Z"