diff --git a/deprecated/nzbhydra/6.2.3/Chart.lock b/deprecated/nzbhydra/6.2.3/Chart.lock index f296ca37fdc..0978dae07c9 100644 --- a/deprecated/nzbhydra/6.2.3/Chart.lock +++ b/deprecated/nzbhydra/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:23.004248343Z" +generated: "2021-06-30T19:14:47.687401123Z" diff --git a/develop/prototype-gui/1.3.4/CONFIG.md b/develop/prototype-gui/1.3.4/CONFIG.md new file mode 100644 index 00000000000..6d760c18421 --- /dev/null +++ b/develop/prototype-gui/1.3.4/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide: +https://truecharts.org/manual/linking/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/develop/prototype-gui/1.3.4/Chart.lock b/develop/prototype-gui/1.3.4/Chart.lock new file mode 100644 index 00000000000..bb5deca577e --- /dev/null +++ b/develop/prototype-gui/1.3.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.4.3 +digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 +generated: "2021-06-30T19:14:43.762038492Z" diff --git a/develop/prototype-gui/1.3.4/Chart.yaml b/develop/prototype-gui/1.3.4/Chart.yaml new file mode 100644 index 00000000000..4a6d2c7eacb --- /dev/null +++ b/develop/prototype-gui/1.3.4/Chart.yaml @@ -0,0 +1,22 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.4.3 +deprecated: false +description: App to test GUI prototypes +home: https://github.com/truecharts/apps/tree/master/charts/develop/prototype-gui +icon: https://truecharts.org/_static/img/jackett-icon.png +keywords: +- dev +- prototype +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +name: prototype-gui +sources: null +type: application +version: 1.3.4 diff --git a/develop/prototype-gui/1.3.4/README.md b/develop/prototype-gui/1.3.4/README.md new file mode 100644 index 00000000000..5b44b1dae6d --- /dev/null +++ b/develop/prototype-gui/1.3.4/README.md @@ -0,0 +1,49 @@ +# Introduction + +![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +App to test GUI prototypes + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | common | 6.3.4 | + +## Installing the Chart + +To install the chart with the release name `prototype-gui` + +- Open TrueNAS SCALE +- Go to Apps +- Click "Install" for this specific Apps +- Fill out the configuration form + +## Uninstalling the Chart + +To uninstall the `prototype-gui` deployment + +- Open TrueNAS SCALE +- Go to Apps +- Go to "Installed Apps" +- Expand the menu in the top-right corner of this App +- Click "Remove" for this specific Apps + +The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. + +## Support + +- See the [Wiki](https://truecharts.org) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +- Ask a [question](https://github.com/truecharts/apps/discussions) + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +All Rights Reserved - The TrueCharts Project diff --git a/develop/prototype-gui/1.3.4/app-readme.md b/develop/prototype-gui/1.3.4/app-readme.md new file mode 100644 index 00000000000..f1bf7dc8109 --- /dev/null +++ b/develop/prototype-gui/1.3.4/app-readme.md @@ -0,0 +1,3 @@ +API Support for your favorite torrent trackers. +This App is supplied by TrueCharts, for more information please visit https://truecharts.org +App to test GUI prototypes diff --git a/develop/prototype-gui/1.3.4/charts/common-6.4.3.tgz b/develop/prototype-gui/1.3.4/charts/common-6.4.3.tgz new file mode 100644 index 00000000000..68b8b94c6c1 Binary files /dev/null and b/develop/prototype-gui/1.3.4/charts/common-6.4.3.tgz differ diff --git a/develop/prototype-gui/1.3.4/ix_values.yaml b/develop/prototype-gui/1.3.4/ix_values.yaml new file mode 100644 index 00000000000..1061fbbd45d --- /dev/null +++ b/develop/prototype-gui/1.3.4/ix_values.yaml @@ -0,0 +1,25 @@ +## +# This file contains Values.yaml content that gets added to the output of questions.yaml +# It's ONLY meant for content that the user is NOT expected to change. +# Example: Everything under "image" is not included in questions.yaml but is included here. +## + +image: + repository: ghcr.io/k8s-at-home/jackett + pullPolicy: IfNotPresent + tag: v0.18.263 + +probes: + liveness: + path: "/UI/Login" + + readiness: + path: "/UI/Login" + + startup: + path: "/UI/Login" + +## +# Most other defaults are set in questions.yaml +# For other options please refer to the wiki, default_values.yaml or the common library chart +## diff --git a/develop/prototype-gui/1.3.4/questions.yaml b/develop/prototype-gui/1.3.4/questions.yaml new file mode 100644 index 00000000000..3860351ff38 --- /dev/null +++ b/develop/prototype-gui/1.3.4/questions.yaml @@ -0,0 +1,669 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + # Configure Enviroment Variables + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: hostNetwork + group: "Networking and Services" + label: "(Advanced) Enable Host Networking" + schema: + type: boolean + default: false + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "(Advanced) LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: port + label: "Container Port" + schema: + type: int + default: 9117 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9117 + editable: true + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + default: 36009 + required: true + + - variable: persistence + label: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "pvc" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + enum: + - value: "pvc" + description: "pvc" + - value: "emptyDir" + description: "emptyDir" + - value: "hostPath" + description: "hostPath" + - variable: storageClass + label: "(Advanced) storageClass" + description: " Warning: Anything other than SCALE-ZFS will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + required: true + default: "" + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PVC" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "100Gi" + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCERT + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: 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: "Add Existing 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: "(Advanced) Enable privileged mode" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: fsGroupChangePolicy + label: "(Advanced) When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + - variable: resources + group: "Resources and Devices" + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "(Advanced) Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "2000m" + - variable: memory + label: "Memory (RAM)" + schema: + type: string + default: "2Gi" + - variable: requests + label: "(Advanced) Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + - variable: memory + label: "Memory (RAM)" + schema: + type: string + default: "50Mi" diff --git a/develop/prototype-gui/1.3.4/templates/common.yaml b/develop/prototype-gui/1.3.4/templates/common.yaml new file mode 100644 index 00000000000..a6613c2ce21 --- /dev/null +++ b/develop/prototype-gui/1.3.4/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/develop/prototype-gui/1.3.4/test_values.yaml b/develop/prototype-gui/1.3.4/test_values.yaml new file mode 100644 index 00000000000..3ace39eda41 --- /dev/null +++ b/develop/prototype-gui/1.3.4/test_values.yaml @@ -0,0 +1,39 @@ +# Default values for Jackett. + +image: + repository: ghcr.io/k8s-at-home/jackett + pullPolicy: IfNotPresent + tag: v0.18.385 + +strategy: + type: Recreate + + +service: + main: + enabled: true + ports: + main: + port: 9117 + +probes: + liveness: + path: "/UI/Login" + + readiness: + path: "/UI/Login" + + startup: + path: "/UI/Login" + +env: {} + # TZ: UTC + # PUID: 1001 + # PGID: 1001 + + +persistence: + config: + enabled: true + mountPath: "/config" + type: emptyDir diff --git a/develop/prototype-gui/1.3.4/values.yaml b/develop/prototype-gui/1.3.4/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/airsonic/1.2.3/Chart.lock b/incubator/airsonic/1.2.3/Chart.lock index 19ecc8ed1f3..161269a0413 100644 --- a/incubator/airsonic/1.2.3/Chart.lock +++ b/incubator/airsonic/1.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:41.997787662Z" +generated: "2021-06-30T19:12:21.613739358Z" diff --git a/incubator/appdaemon/3.2.4/Chart.lock b/incubator/appdaemon/3.2.4/Chart.lock index 4f36a457259..3d84caa1b0a 100644 --- a/incubator/appdaemon/3.2.4/Chart.lock +++ b/incubator/appdaemon/3.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:43.232738495Z" +generated: "2021-06-30T19:12:25.724163967Z" diff --git a/incubator/bazarr/6.2.3/Chart.lock b/incubator/bazarr/6.2.3/Chart.lock index 3662b42dd64..b8521e0fea7 100644 --- a/incubator/bazarr/6.2.3/Chart.lock +++ b/incubator/bazarr/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:44.402723591Z" +generated: "2021-06-30T19:12:30.172695702Z" diff --git a/incubator/calibre-web/6.2.3/Chart.lock b/incubator/calibre-web/6.2.3/Chart.lock index 29531705f93..0f98a655217 100644 --- a/incubator/calibre-web/6.2.3/Chart.lock +++ b/incubator/calibre-web/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:45.556349281Z" +generated: "2021-06-30T19:12:34.658935422Z" diff --git a/incubator/deluge/6.2.3/Chart.lock b/incubator/deluge/6.2.3/Chart.lock index be6794b61b2..e01680ae9b7 100644 --- a/incubator/deluge/6.2.3/Chart.lock +++ b/incubator/deluge/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:46.760198702Z" +generated: "2021-06-30T19:12:39.30495474Z" diff --git a/incubator/fireflyiii/4.3.4/Chart.lock b/incubator/fireflyiii/4.3.4/Chart.lock index c72569c11aa..8f9f7219de6 100644 --- a/incubator/fireflyiii/4.3.4/Chart.lock +++ b/incubator/fireflyiii/4.3.4/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.5.1 digest: sha256:465e7b131ee731b148c277a3ef6895af062a39143161e9035a7f8b0841b06e85 -generated: "2021-06-30T18:59:50.349772289Z" +generated: "2021-06-30T19:12:50.158362861Z" diff --git a/incubator/freshrss/6.2.3/Chart.lock b/incubator/freshrss/6.2.3/Chart.lock index b7e1debad2e..503ec660350 100644 --- a/incubator/freshrss/6.2.3/Chart.lock +++ b/incubator/freshrss/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:54.106576514Z" +generated: "2021-06-30T19:12:57.95231186Z" diff --git a/incubator/gaps/6.2.3/Chart.lock b/incubator/gaps/6.2.3/Chart.lock index 29fd9c757b4..e58f10a6484 100644 --- a/incubator/gaps/6.2.3/Chart.lock +++ b/incubator/gaps/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:55.273053275Z" +generated: "2021-06-30T19:13:02.487389168Z" diff --git a/incubator/grocy/6.2.3/Chart.lock b/incubator/grocy/6.2.3/Chart.lock index b54b778187d..6019582f104 100644 --- a/incubator/grocy/6.2.3/Chart.lock +++ b/incubator/grocy/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:56.561843274Z" +generated: "2021-06-30T19:13:07.504867892Z" diff --git a/incubator/haste-server/1.2.3/Chart.lock b/incubator/haste-server/1.2.3/Chart.lock index 788b2a7ff9e..c362fd5abf7 100644 --- a/incubator/haste-server/1.2.3/Chart.lock +++ b/incubator/haste-server/1.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:57.703156519Z" +generated: "2021-06-30T19:13:11.959556076Z" diff --git a/incubator/heimdall/6.2.3/Chart.lock b/incubator/heimdall/6.2.3/Chart.lock index 32760166b63..8b876e11c34 100644 --- a/incubator/heimdall/6.2.3/Chart.lock +++ b/incubator/heimdall/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:58.86926139Z" +generated: "2021-06-30T19:13:16.455267284Z" diff --git a/incubator/lazylibrarian/6.2.3/Chart.lock b/incubator/lazylibrarian/6.2.3/Chart.lock index 4dc9feb7d79..f0393c6af6c 100644 --- a/incubator/lazylibrarian/6.2.3/Chart.lock +++ b/incubator/lazylibrarian/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:00.113618587Z" +generated: "2021-06-30T19:13:20.459894942Z" diff --git a/incubator/lychee/6.2.3/Chart.lock b/incubator/lychee/6.2.3/Chart.lock index ef1e7ac1d87..64c7e811933 100644 --- a/incubator/lychee/6.2.3/Chart.lock +++ b/incubator/lychee/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:01.217858815Z" +generated: "2021-06-30T19:13:25.726188635Z" diff --git a/incubator/mealie/1.2.3/Chart.lock b/incubator/mealie/1.2.3/Chart.lock index a9cd77b5cd0..f3afb9733ce 100644 --- a/incubator/mealie/1.2.3/Chart.lock +++ b/incubator/mealie/1.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:02.397361148Z" +generated: "2021-06-30T19:13:30.969348483Z" diff --git a/incubator/mosquitto/1.2.3/Chart.lock b/incubator/mosquitto/1.2.3/Chart.lock index 9bac78352d4..c9efcd1bde8 100644 --- a/incubator/mosquitto/1.2.3/Chart.lock +++ b/incubator/mosquitto/1.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:03.546400573Z" +generated: "2021-06-30T19:13:34.933279148Z" diff --git a/incubator/navidrome/6.2.3/Chart.lock b/incubator/navidrome/6.2.3/Chart.lock index 8fb5af87df9..20eab62aa87 100644 --- a/incubator/navidrome/6.2.3/Chart.lock +++ b/incubator/navidrome/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:04.768704277Z" +generated: "2021-06-30T19:13:39.386234067Z" diff --git a/incubator/node-red/6.2.3/Chart.lock b/incubator/node-red/6.2.3/Chart.lock index f4b2c955f02..02f9d584aef 100644 --- a/incubator/node-red/6.2.3/Chart.lock +++ b/incubator/node-red/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:05.97677029Z" +generated: "2021-06-30T19:13:43.581444975Z" diff --git a/incubator/nzbget/6.2.3/Chart.lock b/incubator/nzbget/6.2.3/Chart.lock index 3ef093e0235..2ab42839937 100644 --- a/incubator/nzbget/6.2.3/Chart.lock +++ b/incubator/nzbget/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:07.140339255Z" +generated: "2021-06-30T19:13:47.910322038Z" diff --git a/incubator/organizr/6.2.4/Chart.lock b/incubator/organizr/6.2.4/Chart.lock index 9cbd8ed1e44..4a885b78a06 100644 --- a/incubator/organizr/6.2.4/Chart.lock +++ b/incubator/organizr/6.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:08.262949985Z" +generated: "2021-06-30T19:13:56.304073142Z" diff --git a/incubator/podgrab/4.2.3/Chart.lock b/incubator/podgrab/4.2.3/Chart.lock index 230e9d83adf..ec1db2ba435 100644 --- a/incubator/podgrab/4.2.3/Chart.lock +++ b/incubator/podgrab/4.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:09.390276873Z" +generated: "2021-06-30T19:14:00.975191959Z" diff --git a/incubator/prowlarr/1.2.3/Chart.lock b/incubator/prowlarr/1.2.3/Chart.lock index b54074dedf0..e9b06832f5d 100644 --- a/incubator/prowlarr/1.2.3/Chart.lock +++ b/incubator/prowlarr/1.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:10.574077667Z" +generated: "2021-06-30T19:14:04.888688331Z" diff --git a/incubator/qbittorrent/6.2.3/Chart.lock b/incubator/qbittorrent/6.2.3/Chart.lock index 6d2b9c4c3d8..32a3cd199e6 100644 --- a/incubator/qbittorrent/6.2.3/Chart.lock +++ b/incubator/qbittorrent/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:11.804426543Z" +generated: "2021-06-30T19:14:08.980008156Z" diff --git a/incubator/readarr/6.2.3/Chart.lock b/incubator/readarr/6.2.3/Chart.lock index 7381138a658..f6e457c52d6 100644 --- a/incubator/readarr/6.2.3/Chart.lock +++ b/incubator/readarr/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:13.031734781Z" +generated: "2021-06-30T19:14:13.294519819Z" diff --git a/incubator/reg/1.2.3/Chart.lock b/incubator/reg/1.2.3/Chart.lock index 8cf45b00e81..6ed72d686cc 100644 --- a/incubator/reg/1.2.3/Chart.lock +++ b/incubator/reg/1.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:14.187796628Z" +generated: "2021-06-30T19:14:17.863895027Z" diff --git a/incubator/sabnzbd/6.2.3/Chart.lock b/incubator/sabnzbd/6.2.3/Chart.lock index cca483ba6a0..fcd5477c789 100644 --- a/incubator/sabnzbd/6.2.3/Chart.lock +++ b/incubator/sabnzbd/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:15.489440535Z" +generated: "2021-06-30T19:14:22.300456581Z" diff --git a/incubator/thelounge/1.2.3/Chart.lock b/incubator/thelounge/1.2.3/Chart.lock index b42a0f0fcb8..cb92d08a0e0 100644 --- a/incubator/thelounge/1.2.3/Chart.lock +++ b/incubator/thelounge/1.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:16.776599226Z" +generated: "2021-06-30T19:14:26.397154647Z" diff --git a/incubator/tvheadend/7.2.3/Chart.lock b/incubator/tvheadend/7.2.3/Chart.lock index 3f2a623984e..d1786324931 100644 --- a/incubator/tvheadend/7.2.3/Chart.lock +++ b/incubator/tvheadend/7.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:18.038073491Z" +generated: "2021-06-30T19:14:30.863477386Z" diff --git a/incubator/unifi/6.2.3/Chart.lock b/incubator/unifi/6.2.3/Chart.lock index f5a5ffff113..9e641b007ba 100644 --- a/incubator/unifi/6.2.3/Chart.lock +++ b/incubator/unifi/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:19.255339397Z" +generated: "2021-06-30T19:14:35.209470371Z" diff --git a/incubator/unpackerr/1.2.3/Chart.lock b/incubator/unpackerr/1.2.3/Chart.lock index 471e400a5c8..9677f633a75 100644 --- a/incubator/unpackerr/1.2.3/Chart.lock +++ b/incubator/unpackerr/1.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T19:00:20.461422362Z" +generated: "2021-06-30T19:14:39.33668273Z" diff --git a/stable/collabora-online/6.2.3/Chart.lock b/stable/collabora-online/6.2.3/Chart.lock index eb1e785654b..8457c8810a2 100644 --- a/stable/collabora-online/6.2.3/Chart.lock +++ b/stable/collabora-online/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:11.738066037Z" +generated: "2021-06-30T19:10:29.995171225Z" diff --git a/stable/deepstack-cpu/4.2.3/Chart.lock b/stable/deepstack-cpu/4.2.3/Chart.lock index f8929184ffd..d931af42e51 100644 --- a/stable/deepstack-cpu/4.2.3/Chart.lock +++ b/stable/deepstack-cpu/4.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:13.120535428Z" +generated: "2021-06-30T19:10:35.122931234Z" diff --git a/stable/emby/6.2.3/Chart.lock b/stable/emby/6.2.3/Chart.lock index c7759137b35..9d3f58eb942 100644 --- a/stable/emby/6.2.3/Chart.lock +++ b/stable/emby/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:14.291503467Z" +generated: "2021-06-30T19:10:39.708803319Z" diff --git a/stable/esphome/6.2.3/Chart.lock b/stable/esphome/6.2.3/Chart.lock index 059d457cbba..8ce9ef793dc 100644 --- a/stable/esphome/6.2.3/Chart.lock +++ b/stable/esphome/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:15.548943313Z" +generated: "2021-06-30T19:10:43.669338341Z" diff --git a/stable/handbrake/6.2.3/Chart.lock b/stable/handbrake/6.2.3/Chart.lock index 6546bde3561..4ca6a430870 100644 --- a/stable/handbrake/6.2.3/Chart.lock +++ b/stable/handbrake/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:16.682347728Z" +generated: "2021-06-30T19:10:53.732194952Z" diff --git a/stable/home-assistant/6.2.3/Chart.lock b/stable/home-assistant/6.2.3/Chart.lock index f5e37239db9..2667adb297e 100644 --- a/stable/home-assistant/6.2.3/Chart.lock +++ b/stable/home-assistant/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:17.970748105Z" +generated: "2021-06-30T19:10:58.232226079Z" diff --git a/stable/jackett/6.2.3/Chart.lock b/stable/jackett/6.2.3/Chart.lock index 235d4505a3c..63b2704b387 100644 --- a/stable/jackett/6.2.3/Chart.lock +++ b/stable/jackett/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:19.160601753Z" +generated: "2021-06-30T19:11:02.847543089Z" diff --git a/stable/jellyfin/6.2.3/Chart.lock b/stable/jellyfin/6.2.3/Chart.lock index 06db653f1de..b344da54dc5 100644 --- a/stable/jellyfin/6.2.3/Chart.lock +++ b/stable/jellyfin/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:20.39225846Z" +generated: "2021-06-30T19:11:07.611092272Z" diff --git a/stable/kms/6.2.3/Chart.lock b/stable/kms/6.2.3/Chart.lock index 37bc40e276d..e59ac81425e 100644 --- a/stable/kms/6.2.3/Chart.lock +++ b/stable/kms/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:21.725124494Z" +generated: "2021-06-30T19:11:12.103650789Z" diff --git a/stable/lidarr/6.2.3/Chart.lock b/stable/lidarr/6.2.3/Chart.lock index fa720eca452..11802b60302 100644 --- a/stable/lidarr/6.2.3/Chart.lock +++ b/stable/lidarr/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:22.934392954Z" +generated: "2021-06-30T19:11:17.141956935Z" diff --git a/stable/ombi/6.2.3/Chart.lock b/stable/ombi/6.2.3/Chart.lock index fd6f3fa12e0..365afe32836 100644 --- a/stable/ombi/6.2.3/Chart.lock +++ b/stable/ombi/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:24.079845198Z" +generated: "2021-06-30T19:11:22.371286586Z" diff --git a/stable/plex/5.2.3/Chart.lock b/stable/plex/5.2.3/Chart.lock index a7420658a86..54ebca855aa 100644 --- a/stable/plex/5.2.3/Chart.lock +++ b/stable/plex/5.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:25.250211261Z" +generated: "2021-06-30T19:11:26.523759313Z" diff --git a/stable/radarr/6.2.3/Chart.lock b/stable/radarr/6.2.3/Chart.lock index 1bb6dc54c9b..baeca0855be 100644 --- a/stable/radarr/6.2.3/Chart.lock +++ b/stable/radarr/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:26.422718051Z" +generated: "2021-06-30T19:11:30.528620222Z" diff --git a/stable/sonarr/6.2.3/Chart.lock b/stable/sonarr/6.2.3/Chart.lock index c798051ef63..dc13a7db6d1 100644 --- a/stable/sonarr/6.2.3/Chart.lock +++ b/stable/sonarr/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:27.618941705Z" +generated: "2021-06-30T19:11:36.029515063Z" diff --git a/stable/syncthing/6.2.3/Chart.lock b/stable/syncthing/6.2.3/Chart.lock index 8d098dc92e4..859103be66d 100644 --- a/stable/syncthing/6.2.3/Chart.lock +++ b/stable/syncthing/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:28.757348572Z" +generated: "2021-06-30T19:11:41.164598105Z" diff --git a/stable/tautulli/6.2.3/Chart.lock b/stable/tautulli/6.2.3/Chart.lock index fc716b7d0d3..f601356a783 100644 --- a/stable/tautulli/6.2.3/Chart.lock +++ b/stable/tautulli/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:29.900726306Z" +generated: "2021-06-30T19:11:45.608872085Z" diff --git a/stable/traefik/6.3.7/Chart.lock b/stable/traefik/6.3.7/Chart.lock index 38a3ab7eeeb..ce8fb5bdb6f 100644 --- a/stable/traefik/6.3.7/Chart.lock +++ b/stable/traefik/6.3.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:31.089314551Z" +generated: "2021-06-30T19:11:50.132261369Z" diff --git a/stable/transmission/6.2.3/Chart.lock b/stable/transmission/6.2.3/Chart.lock index e8b8c8a0d3d..d5d36c6c3d5 100644 --- a/stable/transmission/6.2.3/Chart.lock +++ b/stable/transmission/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:32.278813407Z" +generated: "2021-06-30T19:11:59.169287018Z" diff --git a/stable/truecommand/6.2.3/Chart.lock b/stable/truecommand/6.2.3/Chart.lock index c2da9f43a01..6a12d1b9e68 100644 --- a/stable/truecommand/6.2.3/Chart.lock +++ b/stable/truecommand/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:33.385263943Z" +generated: "2021-06-30T19:12:03.723311463Z" diff --git a/stable/vaultwarden/3.3.4/Chart.lock b/stable/vaultwarden/3.3.4/Chart.lock index bdb4ad95101..05e0b487586 100644 --- a/stable/vaultwarden/3.3.4/Chart.lock +++ b/stable/vaultwarden/3.3.4/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.5.1 digest: sha256:465e7b131ee731b148c277a3ef6895af062a39143161e9035a7f8b0841b06e85 -generated: "2021-06-30T18:59:36.870393517Z" +generated: "2021-06-30T19:12:08.945118657Z" diff --git a/stable/zwavejs2mqtt/6.2.3/Chart.lock b/stable/zwavejs2mqtt/6.2.3/Chart.lock index dcf521b0491..7be39e2442b 100644 --- a/stable/zwavejs2mqtt/6.2.3/Chart.lock +++ b/stable/zwavejs2mqtt/6.2.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.3 digest: sha256:e916cc3afa0bed84d564777b21ec91a8df7fae281abd127d34cf5ae0917f7a77 -generated: "2021-06-30T18:59:40.686310671Z" +generated: "2021-06-30T19:12:17.01920034Z"