From 7132adb02a345ae2c393647b3c02965da85c401b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 10 Jun 2021 23:37:31 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- deprecated/nzbhydra/5.2.4/Chart.lock | 2 +- develop/prototype-gui/1.0.1/CONFIG.md | 8 + develop/prototype-gui/1.0.1/Chart.lock | 6 + develop/prototype-gui/1.0.1/Chart.yaml | 22 + develop/prototype-gui/1.0.1/README.md | 56 ++ develop/prototype-gui/1.0.1/app-readme.md | 3 + .../1.0.1/charts/common-6.0.0.tgz | Bin 0 -> 24654 bytes develop/prototype-gui/1.0.1/ix_values.yaml | 15 + develop/prototype-gui/1.0.1/questions.yaml | 651 ++++++++++++++++++ .../prototype-gui/1.0.1/templates/common.yaml | 1 + develop/prototype-gui/1.0.1/test_values.yaml | 33 + develop/prototype-gui/1.0.1/values.yaml | 0 incubator/appdaemon/2.2.4/Chart.lock | 2 +- incubator/bazarr/5.2.4/Chart.lock | 2 +- incubator/calibre-web/5.2.4/Chart.lock | 2 +- incubator/deluge/5.2.4/Chart.lock | 2 +- incubator/fireflyiii/3.2.7/Chart.lock | 2 +- incubator/freshrss/5.2.5/Chart.lock | 2 +- incubator/gaps/5.2.4/Chart.lock | 2 +- incubator/grocy/5.2.4/Chart.lock | 2 +- incubator/heimdall/5.2.4/Chart.lock | 2 +- incubator/lazylibrarian/5.2.4/Chart.lock | 2 +- incubator/lychee/5.2.4/Chart.lock | 2 +- incubator/navidrome/5.2.4/Chart.lock | 2 +- incubator/node-red/5.2.4/Chart.lock | 2 +- incubator/nzbget/5.2.5/Chart.lock | 2 +- incubator/organizr/5.2.4/Chart.lock | 2 +- incubator/podgrab/3.2.4/Chart.lock | 2 +- incubator/qbittorrent/5.2.4/Chart.lock | 2 +- incubator/readarr/5.2.5/Chart.lock | 2 +- incubator/sabnzbd/5.2.5/Chart.lock | 2 +- incubator/tvheadend/6.2.4/Chart.lock | 2 +- incubator/unifi/5.2.4/Chart.lock | 2 +- stable/collabora-online/5.2.6/Chart.lock | 2 +- stable/deepstack-cpu/3.2.4/Chart.lock | 2 +- stable/emby/5.2.5/Chart.lock | 2 +- stable/esphome/5.2.4/Chart.lock | 2 +- stable/handbrake/5.2.4/Chart.lock | 2 +- stable/home-assistant/5.2.5/Chart.lock | 2 +- stable/jackett/5.2.7/Chart.lock | 2 +- stable/jellyfin/5.2.4/Chart.lock | 2 +- stable/kms/5.2.4/Chart.lock | 2 +- stable/lidarr/5.2.4/Chart.lock | 2 +- stable/ombi/5.2.6/Chart.lock | 2 +- stable/plex/4.2.4/Chart.lock | 2 +- stable/radarr/5.2.6/Chart.lock | 2 +- stable/sonarr/5.2.4/Chart.lock | 2 +- stable/syncthing/5.3.5/Chart.lock | 2 +- stable/tautulli/5.2.4/Chart.lock | 2 +- stable/traefik/5.0.0/Chart.lock | 2 +- stable/transmission/5.2.4/Chart.lock | 2 +- stable/truecommand/5.2.4/Chart.lock | 2 +- stable/vaultwarden/2.2.8/Chart.lock | 2 +- stable/zwavejs2mqtt/5.2.6/Chart.lock | 2 +- 54 files changed, 838 insertions(+), 43 deletions(-) create mode 100644 develop/prototype-gui/1.0.1/CONFIG.md create mode 100644 develop/prototype-gui/1.0.1/Chart.lock create mode 100644 develop/prototype-gui/1.0.1/Chart.yaml create mode 100644 develop/prototype-gui/1.0.1/README.md create mode 100644 develop/prototype-gui/1.0.1/app-readme.md create mode 100644 develop/prototype-gui/1.0.1/charts/common-6.0.0.tgz create mode 100644 develop/prototype-gui/1.0.1/ix_values.yaml create mode 100644 develop/prototype-gui/1.0.1/questions.yaml create mode 100644 develop/prototype-gui/1.0.1/templates/common.yaml create mode 100644 develop/prototype-gui/1.0.1/test_values.yaml create mode 100644 develop/prototype-gui/1.0.1/values.yaml diff --git a/deprecated/nzbhydra/5.2.4/Chart.lock b/deprecated/nzbhydra/5.2.4/Chart.lock index be63b2b10f3..6779e005d1b 100644 --- a/deprecated/nzbhydra/5.2.4/Chart.lock +++ b/deprecated/nzbhydra/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:23.744717562Z" +generated: "2021-06-10T23:37:11.238742796Z" diff --git a/develop/prototype-gui/1.0.1/CONFIG.md b/develop/prototype-gui/1.0.1/CONFIG.md new file mode 100644 index 00000000000..6d760c18421 --- /dev/null +++ b/develop/prototype-gui/1.0.1/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.0.1/Chart.lock b/develop/prototype-gui/1.0.1/Chart.lock new file mode 100644 index 00000000000..4ce0e0c1abb --- /dev/null +++ b/develop/prototype-gui/1.0.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.0.0 +digest: sha256:4adb8b04110e5ea0b816edc5fce02002d33af88f5d151497db0893e8142e40d2 +generated: "2021-06-10T23:37:09.942975104Z" diff --git a/develop/prototype-gui/1.0.1/Chart.yaml b/develop/prototype-gui/1.0.1/Chart.yaml new file mode 100644 index 00000000000..8e96e76f9dc --- /dev/null +++ b/develop/prototype-gui/1.0.1/Chart.yaml @@ -0,0 +1,22 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.0.0 +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.0.1 diff --git a/develop/prototype-gui/1.0.1/README.md b/develop/prototype-gui/1.0.1/README.md new file mode 100644 index 00000000000..88c3c913b18 --- /dev/null +++ b/develop/prototype-gui/1.0.1/README.md @@ -0,0 +1,56 @@ +# Introduction + +![Version: 3.1.5](https://img.shields.io/badge/Version-3.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +API Support for your favorite torrent trackers. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | common | 3.5.5 | + +## Installing the Chart + +To install the chart with the release name `jackett` + +- Open TrueNAS SCALE +- Go to Apps +- Click "Install" for this specific Apps +- Fill out the configuration form + +## Uninstalling the Chart + +To uninstall the `jackett` deployment + +- Open TrueNAS SCALE +- Go to Apps +- Go to "Installed Apps" +- Expand the menu in the top-right corner of this App +- Click "Remove" for this specific Apps + +The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release. + +## Support + +- See the [Wiki](https://truecharts.org) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +- Ask a [question](https://github.com/truecharts/apps/discussions) + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +All Rights Reserved - The TrueCharts Project diff --git a/develop/prototype-gui/1.0.1/app-readme.md b/develop/prototype-gui/1.0.1/app-readme.md new file mode 100644 index 00000000000..f1bf7dc8109 --- /dev/null +++ b/develop/prototype-gui/1.0.1/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.0.1/charts/common-6.0.0.tgz b/develop/prototype-gui/1.0.1/charts/common-6.0.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b3fc2586774c0eabe020f69881ea0f8908538ab3 GIT binary patch literal 24654 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 V@oD?~e*pjh|NpAA{wx550sxPow&(x= literal 0 HcmV?d00001 diff --git a/develop/prototype-gui/1.0.1/ix_values.yaml b/develop/prototype-gui/1.0.1/ix_values.yaml new file mode 100644 index 00000000000..73a03687f5d --- /dev/null +++ b/develop/prototype-gui/1.0.1/ix_values.yaml @@ -0,0 +1,15 @@ +## +# This file contains Values.yaml content that gets added to the output of questions.yaml +# It's ONLY meant for content that the user is NOT expected to change. +# Example: Everything under "image" is not included in questions.yaml but is included here. +## + +image: + repository: ghcr.io/k8s-at-home/jackett + pullPolicy: IfNotPresent + tag: v0.18.263 + +## +# 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.0.1/questions.yaml b/develop/prototype-gui/1.0.1/questions.yaml new file mode 100644 index 00000000000..9c8155ce59a --- /dev/null +++ b/develop/prototype-gui/1.0.1/questions.yaml @@ -0,0 +1,651 @@ +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 + ## TrueCharts Specific + - 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: "Storage Type" + 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) Type of Storage" + 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 + show_if: [["type", "=", "pvc"]] + label: "Size quotum of storage" + schema: + type: string + default: "100Gi" + - variable: persistenceList + label: "Custom 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: "Storage Type" + 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) Type of Storage" + 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" + - 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 + show_if: [["type", "=", "pvc"]] + label: "Size quotum of storage" + schema: + type: string + default: "100Gi" + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCERT + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + + - variable: securityContext + group: "Security and Permissions" + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "(Advanced) Enable privileged mode" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: fsGroupChangePolicy + label: "(Advanced) When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: resources + group: "Resources and Devices" + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "(Advanced) Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "2000m" + - variable: memory + label: "Memory (RAM)" + schema: + type: string + default: "2Gi" + - variable: requests + label: "(Advanced) Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + - variable: memory + label: "Memory (RAM)" + schema: + type: string + default: "50Mi" diff --git a/develop/prototype-gui/1.0.1/templates/common.yaml b/develop/prototype-gui/1.0.1/templates/common.yaml new file mode 100644 index 00000000000..a6613c2ce21 --- /dev/null +++ b/develop/prototype-gui/1.0.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/develop/prototype-gui/1.0.1/test_values.yaml b/develop/prototype-gui/1.0.1/test_values.yaml new file mode 100644 index 00000000000..79e03c62362 --- /dev/null +++ b/develop/prototype-gui/1.0.1/test_values.yaml @@ -0,0 +1,33 @@ +# Default values for Jackett. + +image: + repository: ghcr.io/k8s-at-home/jackett + pullPolicy: IfNotPresent + tag: v0.18.263 + +strategy: + type: Recreate + + +service: + main: + enabled: true + ports: + main: + port: 9117 + +env: {} + # TZ: UTC + # PUID: 1001 + # PGID: 1001 + + +persistence: + config: + enabled: true + mountPath: "/config" + emptyDir: + enabled: true + accessMode: ReadWriteOnce + size: 1Gi + storageClass: "" diff --git a/develop/prototype-gui/1.0.1/values.yaml b/develop/prototype-gui/1.0.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/appdaemon/2.2.4/Chart.lock b/incubator/appdaemon/2.2.4/Chart.lock index 79bacc38f3c..35e03672cb7 100644 --- a/incubator/appdaemon/2.2.4/Chart.lock +++ b/incubator/appdaemon/2.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:54.507370434Z" +generated: "2021-06-10T23:36:41.528343327Z" diff --git a/incubator/bazarr/5.2.4/Chart.lock b/incubator/bazarr/5.2.4/Chart.lock index ad6324cf023..34dcb0fe67b 100644 --- a/incubator/bazarr/5.2.4/Chart.lock +++ b/incubator/bazarr/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:55.442627661Z" +generated: "2021-06-10T23:36:42.693738329Z" diff --git a/incubator/calibre-web/5.2.4/Chart.lock b/incubator/calibre-web/5.2.4/Chart.lock index dc56399e16a..66957cea5ac 100644 --- a/incubator/calibre-web/5.2.4/Chart.lock +++ b/incubator/calibre-web/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:56.363015905Z" +generated: "2021-06-10T23:36:43.670101781Z" diff --git a/incubator/deluge/5.2.4/Chart.lock b/incubator/deluge/5.2.4/Chart.lock index 59d4706d48b..a5cd29da011 100644 --- a/incubator/deluge/5.2.4/Chart.lock +++ b/incubator/deluge/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:57.4488466Z" +generated: "2021-06-10T23:36:44.657074864Z" diff --git a/incubator/fireflyiii/3.2.7/Chart.lock b/incubator/fireflyiii/3.2.7/Chart.lock index 7a21270cbde..8f0485084ca 100644 --- a/incubator/fireflyiii/3.2.7/Chart.lock +++ b/incubator/fireflyiii/3.2.7/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.4.9 digest: sha256:299d4839c2ac8b84cf7388efce1d04df7d17e938bcd433a459e64baa21181adc -generated: "2021-06-10T22:15:01.908117337Z" +generated: "2021-06-10T23:36:49.02652376Z" diff --git a/incubator/freshrss/5.2.5/Chart.lock b/incubator/freshrss/5.2.5/Chart.lock index 07f396a1e69..6a628489874 100644 --- a/incubator/freshrss/5.2.5/Chart.lock +++ b/incubator/freshrss/5.2.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:07.435791135Z" +generated: "2021-06-10T23:36:53.490622706Z" diff --git a/incubator/gaps/5.2.4/Chart.lock b/incubator/gaps/5.2.4/Chart.lock index eb70b9b1dae..4ff1e253f78 100644 --- a/incubator/gaps/5.2.4/Chart.lock +++ b/incubator/gaps/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:08.40813667Z" +generated: "2021-06-10T23:36:54.468089061Z" diff --git a/incubator/grocy/5.2.4/Chart.lock b/incubator/grocy/5.2.4/Chart.lock index 6f8796b38be..39bad5c8615 100644 --- a/incubator/grocy/5.2.4/Chart.lock +++ b/incubator/grocy/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:09.331095177Z" +generated: "2021-06-10T23:36:55.481872189Z" diff --git a/incubator/heimdall/5.2.4/Chart.lock b/incubator/heimdall/5.2.4/Chart.lock index d23301d7767..3374b3dc3b0 100644 --- a/incubator/heimdall/5.2.4/Chart.lock +++ b/incubator/heimdall/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:10.264214528Z" +generated: "2021-06-10T23:36:56.496500023Z" diff --git a/incubator/lazylibrarian/5.2.4/Chart.lock b/incubator/lazylibrarian/5.2.4/Chart.lock index 6b1992a7174..c420ccb3706 100644 --- a/incubator/lazylibrarian/5.2.4/Chart.lock +++ b/incubator/lazylibrarian/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:11.18986272Z" +generated: "2021-06-10T23:36:57.823568025Z" diff --git a/incubator/lychee/5.2.4/Chart.lock b/incubator/lychee/5.2.4/Chart.lock index c1021a908e4..e532dafe190 100644 --- a/incubator/lychee/5.2.4/Chart.lock +++ b/incubator/lychee/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:12.142535305Z" +generated: "2021-06-10T23:36:58.785015828Z" diff --git a/incubator/navidrome/5.2.4/Chart.lock b/incubator/navidrome/5.2.4/Chart.lock index 4853b09dd05..27bdb5bcd2d 100644 --- a/incubator/navidrome/5.2.4/Chart.lock +++ b/incubator/navidrome/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:13.045615302Z" +generated: "2021-06-10T23:36:59.806862788Z" diff --git a/incubator/node-red/5.2.4/Chart.lock b/incubator/node-red/5.2.4/Chart.lock index 287a6274c41..b939a1ae844 100644 --- a/incubator/node-red/5.2.4/Chart.lock +++ b/incubator/node-red/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:14.141041811Z" +generated: "2021-06-10T23:37:00.778954336Z" diff --git a/incubator/nzbget/5.2.5/Chart.lock b/incubator/nzbget/5.2.5/Chart.lock index c88d7e4ef62..5536d541074 100644 --- a/incubator/nzbget/5.2.5/Chart.lock +++ b/incubator/nzbget/5.2.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:15.087375398Z" +generated: "2021-06-10T23:37:01.832804433Z" diff --git a/incubator/organizr/5.2.4/Chart.lock b/incubator/organizr/5.2.4/Chart.lock index ddcbdfe8cb7..2bb2d7a55e6 100644 --- a/incubator/organizr/5.2.4/Chart.lock +++ b/incubator/organizr/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:16.01935938Z" +generated: "2021-06-10T23:37:02.821769553Z" diff --git a/incubator/podgrab/3.2.4/Chart.lock b/incubator/podgrab/3.2.4/Chart.lock index 59af9da57f2..52b269cdae7 100644 --- a/incubator/podgrab/3.2.4/Chart.lock +++ b/incubator/podgrab/3.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:16.946768191Z" +generated: "2021-06-10T23:37:03.905697078Z" diff --git a/incubator/qbittorrent/5.2.4/Chart.lock b/incubator/qbittorrent/5.2.4/Chart.lock index c92aeda9c24..ba4dc43022f 100644 --- a/incubator/qbittorrent/5.2.4/Chart.lock +++ b/incubator/qbittorrent/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:17.966784195Z" +generated: "2021-06-10T23:37:04.914339682Z" diff --git a/incubator/readarr/5.2.5/Chart.lock b/incubator/readarr/5.2.5/Chart.lock index 7de7db38774..56db3a2f6e6 100644 --- a/incubator/readarr/5.2.5/Chart.lock +++ b/incubator/readarr/5.2.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:18.939670607Z" +generated: "2021-06-10T23:37:05.928965895Z" diff --git a/incubator/sabnzbd/5.2.5/Chart.lock b/incubator/sabnzbd/5.2.5/Chart.lock index ea72a59fe59..9f675a439e7 100644 --- a/incubator/sabnzbd/5.2.5/Chart.lock +++ b/incubator/sabnzbd/5.2.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:19.881899222Z" +generated: "2021-06-10T23:37:06.981226179Z" diff --git a/incubator/tvheadend/6.2.4/Chart.lock b/incubator/tvheadend/6.2.4/Chart.lock index ec18685d33a..b04c1efe066 100644 --- a/incubator/tvheadend/6.2.4/Chart.lock +++ b/incubator/tvheadend/6.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:20.911640947Z" +generated: "2021-06-10T23:37:07.986335591Z" diff --git a/incubator/unifi/5.2.4/Chart.lock b/incubator/unifi/5.2.4/Chart.lock index bfc9fbef908..a44be4d1fac 100644 --- a/incubator/unifi/5.2.4/Chart.lock +++ b/incubator/unifi/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:15:21.872480094Z" +generated: "2021-06-10T23:37:09.005282682Z" diff --git a/stable/collabora-online/5.2.6/Chart.lock b/stable/collabora-online/5.2.6/Chart.lock index f6c79460d21..20ce9d99380 100644 --- a/stable/collabora-online/5.2.6/Chart.lock +++ b/stable/collabora-online/5.2.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:26.714645755Z" +generated: "2021-06-10T23:36:13.363114005Z" diff --git a/stable/deepstack-cpu/3.2.4/Chart.lock b/stable/deepstack-cpu/3.2.4/Chart.lock index a5c74d22aab..9239aeef626 100644 --- a/stable/deepstack-cpu/3.2.4/Chart.lock +++ b/stable/deepstack-cpu/3.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:28.098420992Z" +generated: "2021-06-10T23:36:14.775504251Z" diff --git a/stable/emby/5.2.5/Chart.lock b/stable/emby/5.2.5/Chart.lock index f591e4f4f71..a4dcbf7abd7 100644 --- a/stable/emby/5.2.5/Chart.lock +++ b/stable/emby/5.2.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:29.065784185Z" +generated: "2021-06-10T23:36:15.759677837Z" diff --git a/stable/esphome/5.2.4/Chart.lock b/stable/esphome/5.2.4/Chart.lock index 9872c901cfc..d51735c785b 100644 --- a/stable/esphome/5.2.4/Chart.lock +++ b/stable/esphome/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:30.043106619Z" +generated: "2021-06-10T23:36:16.720235292Z" diff --git a/stable/handbrake/5.2.4/Chart.lock b/stable/handbrake/5.2.4/Chart.lock index 2ef36fa6275..d5175acc404 100644 --- a/stable/handbrake/5.2.4/Chart.lock +++ b/stable/handbrake/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:30.988691241Z" +generated: "2021-06-10T23:36:17.740886213Z" diff --git a/stable/home-assistant/5.2.5/Chart.lock b/stable/home-assistant/5.2.5/Chart.lock index 385ce45e842..1616363a663 100644 --- a/stable/home-assistant/5.2.5/Chart.lock +++ b/stable/home-assistant/5.2.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:31.965070181Z" +generated: "2021-06-10T23:36:18.746678704Z" diff --git a/stable/jackett/5.2.7/Chart.lock b/stable/jackett/5.2.7/Chart.lock index 4196addd2fd..4033a2d68a1 100644 --- a/stable/jackett/5.2.7/Chart.lock +++ b/stable/jackett/5.2.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:32.921472888Z" +generated: "2021-06-10T23:36:19.68818447Z" diff --git a/stable/jellyfin/5.2.4/Chart.lock b/stable/jellyfin/5.2.4/Chart.lock index 657b6590716..93922db1ffb 100644 --- a/stable/jellyfin/5.2.4/Chart.lock +++ b/stable/jellyfin/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:33.861102226Z" +generated: "2021-06-10T23:36:20.679364655Z" diff --git a/stable/kms/5.2.4/Chart.lock b/stable/kms/5.2.4/Chart.lock index 01315725bcf..e297654f006 100644 --- a/stable/kms/5.2.4/Chart.lock +++ b/stable/kms/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:34.813343559Z" +generated: "2021-06-10T23:36:21.630475525Z" diff --git a/stable/lidarr/5.2.4/Chart.lock b/stable/lidarr/5.2.4/Chart.lock index 48e8bd8390f..a727f9e1531 100644 --- a/stable/lidarr/5.2.4/Chart.lock +++ b/stable/lidarr/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:35.795133848Z" +generated: "2021-06-10T23:36:22.675882631Z" diff --git a/stable/ombi/5.2.6/Chart.lock b/stable/ombi/5.2.6/Chart.lock index e3ec50fabbc..ea2824f3f1a 100644 --- a/stable/ombi/5.2.6/Chart.lock +++ b/stable/ombi/5.2.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:36.739512846Z" +generated: "2021-06-10T23:36:23.701630029Z" diff --git a/stable/plex/4.2.4/Chart.lock b/stable/plex/4.2.4/Chart.lock index 8d3613040ae..71b8e1f26ed 100644 --- a/stable/plex/4.2.4/Chart.lock +++ b/stable/plex/4.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:37.753247271Z" +generated: "2021-06-10T23:36:24.879923787Z" diff --git a/stable/radarr/5.2.6/Chart.lock b/stable/radarr/5.2.6/Chart.lock index 1fc8555396d..c52e277458c 100644 --- a/stable/radarr/5.2.6/Chart.lock +++ b/stable/radarr/5.2.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:38.736564892Z" +generated: "2021-06-10T23:36:25.809346884Z" diff --git a/stable/sonarr/5.2.4/Chart.lock b/stable/sonarr/5.2.4/Chart.lock index cdc7af3c146..f59e62932f8 100644 --- a/stable/sonarr/5.2.4/Chart.lock +++ b/stable/sonarr/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:39.688509993Z" +generated: "2021-06-10T23:36:26.764503788Z" diff --git a/stable/syncthing/5.3.5/Chart.lock b/stable/syncthing/5.3.5/Chart.lock index b33a704c8ea..db09b6cf293 100644 --- a/stable/syncthing/5.3.5/Chart.lock +++ b/stable/syncthing/5.3.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:40.610694655Z" +generated: "2021-06-10T23:36:27.750006967Z" diff --git a/stable/tautulli/5.2.4/Chart.lock b/stable/tautulli/5.2.4/Chart.lock index 860583badc6..4c9f159d022 100644 --- a/stable/tautulli/5.2.4/Chart.lock +++ b/stable/tautulli/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:41.711637176Z" +generated: "2021-06-10T23:36:28.666354635Z" diff --git a/stable/traefik/5.0.0/Chart.lock b/stable/traefik/5.0.0/Chart.lock index e6a761825a4..c09fd4c3b84 100644 --- a/stable/traefik/5.0.0/Chart.lock +++ b/stable/traefik/5.0.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 3.5.8 digest: sha256:3971287359f37fa19d595fdaebb5f719657f6cf61a53db51f00004cd30e82073 -generated: "2021-06-10T22:14:42.70444689Z" +generated: "2021-06-10T23:36:29.625618516Z" diff --git a/stable/transmission/5.2.4/Chart.lock b/stable/transmission/5.2.4/Chart.lock index 5ccd4086a0e..c0477ef18fa 100644 --- a/stable/transmission/5.2.4/Chart.lock +++ b/stable/transmission/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:43.973492677Z" +generated: "2021-06-10T23:36:30.844102011Z" diff --git a/stable/truecommand/5.2.4/Chart.lock b/stable/truecommand/5.2.4/Chart.lock index 42b0611af1b..2b17f8802b5 100644 --- a/stable/truecommand/5.2.4/Chart.lock +++ b/stable/truecommand/5.2.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:45.044807915Z" +generated: "2021-06-10T23:36:31.846940257Z" diff --git a/stable/vaultwarden/2.2.8/Chart.lock b/stable/vaultwarden/2.2.8/Chart.lock index a61fc18a9e3..7f3e9b0222f 100644 --- a/stable/vaultwarden/2.2.8/Chart.lock +++ b/stable/vaultwarden/2.2.8/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.4.9 digest: sha256:299d4839c2ac8b84cf7388efce1d04df7d17e938bcd433a459e64baa21181adc -generated: "2021-06-10T22:14:49.202902626Z" +generated: "2021-06-10T23:36:35.896554722Z" diff --git a/stable/zwavejs2mqtt/5.2.6/Chart.lock b/stable/zwavejs2mqtt/5.2.6/Chart.lock index 9cacf9176ec..95ccfb8cebb 100644 --- a/stable/zwavejs2mqtt/5.2.6/Chart.lock +++ b/stable/zwavejs2mqtt/5.2.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.3 digest: sha256:46cfe3fd743066d150b4909dc15f72e333c802c771966ec439e4b1d409c8547b -generated: "2021-06-10T22:14:53.477309009Z" +generated: "2021-06-10T23:36:40.389319691Z"