diff --git a/deprecated/nzbhydra/6.2.10/Chart.lock b/deprecated/nzbhydra/6.2.10/Chart.lock index 2f4462c99a..d60a46a48a 100644 --- a/deprecated/nzbhydra/6.2.10/Chart.lock +++ b/deprecated/nzbhydra/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:57.675993326Z" +generated: "2021-07-02T18:36:24.599792922Z" diff --git a/develop/nextcloud/1.0.0/CONFIG.md b/develop/nextcloud/1.0.0/CONFIG.md new file mode 100644 index 0000000000..dddbce2007 --- /dev/null +++ b/develop/nextcloud/1.0.0/CONFIG.md @@ -0,0 +1,9 @@ +# 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/nextcloud/1.0.0/Chart.lock b/develop/nextcloud/1.0.0/Chart.lock new file mode 100644 index 0000000000..2732dd9497 --- /dev/null +++ b/develop/nextcloud/1.0.0/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.4.6 +- name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 10.5.1 +- name: redis + repository: https://charts.bitnami.com/bitnami + version: 14.6.3 +digest: sha256:83777a64d83278c46b7ff4dbe0d706309de3327be6d5ca2d87628ed30d52f0ab +generated: "2021-07-02T18:36:14.163691295Z" diff --git a/develop/nextcloud/1.0.0/Chart.yaml b/develop/nextcloud/1.0.0/Chart.yaml new file mode 100644 index 0000000000..ce03dd2f7f --- /dev/null +++ b/develop/nextcloud/1.0.0/Chart.yaml @@ -0,0 +1,38 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.4.6 +- condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 10.5.1 +- name: redis + version: 14.6.3 + repository: https://charts.bitnami.com/bitnami + condition: redis.enabled +deprecated: false +description: A private cloud server that puts the control and security of your own data back into your hands. +home: https://nextcloud.com/ +icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png +keywords: +- nextcloud +- storage +- http +- web +- php +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +- email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org +name: nextcloud +sources: +- https://github.com/nextcloud/docker +- https://github.com/nextcloud/helm +type: application +version: 1.0.0 diff --git a/develop/nextcloud/1.0.0/README.md b/develop/nextcloud/1.0.0/README.md new file mode 100644 index 0000000000..a6c0421d33 --- /dev/null +++ b/develop/nextcloud/1.0.0/README.md @@ -0,0 +1,56 @@ +# Introduction + +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +A private cloud server that puts the control and security of your own data back into your hands. + +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://charts.bitnami.com/bitnami | postgresql | 10.5.1 | +| https://truecharts.org/ | common | 6.4.6 | + +## Installing the Chart + +To install the chart with the release name `nextcloud` + +- Open TrueNAS SCALE +- Go to Apps +- Click "Install" for this specific Apps +- Fill out the configuration form + +## Uninstalling the Chart + +To uninstall the `nextcloud` 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/nextcloud/1.0.0/app-readme.md b/develop/nextcloud/1.0.0/app-readme.md new file mode 100644 index 0000000000..6989aad394 --- /dev/null +++ b/develop/nextcloud/1.0.0/app-readme.md @@ -0,0 +1 @@ +A private cloud server that puts the control and security of your own data back into your hands. diff --git a/develop/nextcloud/1.0.0/charts/common-6.4.6.tgz b/develop/nextcloud/1.0.0/charts/common-6.4.6.tgz new file mode 100644 index 0000000000..e164276cc5 Binary files /dev/null and b/develop/nextcloud/1.0.0/charts/common-6.4.6.tgz differ diff --git a/develop/nextcloud/1.0.0/charts/postgresql-10.5.1.tgz b/develop/nextcloud/1.0.0/charts/postgresql-10.5.1.tgz new file mode 100644 index 0000000000..9e316da600 Binary files /dev/null and b/develop/nextcloud/1.0.0/charts/postgresql-10.5.1.tgz differ diff --git a/develop/nextcloud/1.0.0/charts/redis-14.6.3.tgz b/develop/nextcloud/1.0.0/charts/redis-14.6.3.tgz new file mode 100644 index 0000000000..b95f7f9dfd Binary files /dev/null and b/develop/nextcloud/1.0.0/charts/redis-14.6.3.tgz differ diff --git a/develop/nextcloud/1.0.0/ix_values.yaml b/develop/nextcloud/1.0.0/ix_values.yaml new file mode 100644 index 0000000000..b040e532bd --- /dev/null +++ b/develop/nextcloud/1.0.0/ix_values.yaml @@ -0,0 +1,98 @@ +## +# 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: nextcloud + pullPolicy: IfNotPresent + tag: 21.0.2 + +strategy: + type: Recreate + +env: {} + + +envTpl: + POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}" + POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}" + + +envFrom: + - configMapRef: + name: nextcloudconfig + + +envValueFrom: + POSTGRES_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + POSTGRES_HOST: + secretKeyRef: + name: dbcreds + key: host + REDIS_HOST: + secretKeyRef: + name: rediscreds + key: masterhost + REDIS_PASSWORD: + secretKeyRef: + name: rediscreds + key: redis-password + +probes: + startup: + spec: + initialDelaySeconds: 3 + timeoutSeconds: 2 + ## This means it has a maximum of 10*60=600 seconds to start up before it fails + periodSeconds: 10 + failureThreshold: 60 + +## Cronjob to execute Nextcloud background tasks +## ref: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#webcron +## +cronjob: + # Every 5 minutes + # Note: Setting this to any any other value than 5 minutes might + # cause issues with how nextcloud background jobs are executed + schedule: "*/5 * * * *" + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 + +# Enabled postgres +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql +postgresql: + enabled: true + postgresqlUsername: nextcloud + postgresqlDatabase: nextcloud + existingSecret: dbcreds + persistence: + enabled: true + existingClaim: db + +# Enabled redis +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis +redis: + architecture: standalone + enabled: true + auth: + existingSecret: rediscreds + existingSecretPasswordKey: redis-password + master: + persistence: + enabled: true + existingClaim: redismaster + replica: + replicaCount: 0 + persistence: + enabled: false + +## +# 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/nextcloud/1.0.0/questions.yaml b/develop/nextcloud/1.0.0/questions.yaml new file mode 100644 index 0000000000..58039815ff --- /dev/null +++ b/develop/nextcloud/1.0.0/questions.yaml @@ -0,0 +1,855 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + + + + # Configure Enviroment Variables + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: hostNetwork + group: "Networking and Services" + label: "Enable Host Networking" + schema: + type: boolean + default: false + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: port + label: "Container Port" + schema: + type: int + default: 80 + editable: false + hidden: true + - variable: targetport + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 80 + 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: 38011 + required: true + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + 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: "/var/www" + 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: db + label: "Database Storage" + description: "Stores the Application database." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: forceName + label: "Override PVC Name (advanced)" + description: "Forces a certain name for the PVC" + schema: + type: string + default: "db" + hidden: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "pvc" + hidden: true + 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: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + 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: redismaster + label: "Redis Storage" + description: "Stores the Application redis-master-database." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: forceName + label: "Override PVC Name (advanced)" + description: "Forces a certain name for the PVC" + schema: + type: string + default: "db" + hidden: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "pvc" + hidden: true + 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: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + 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: dbbackup + label: "Database Backup Storage" + description: "Stores the Application database backups." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: storageClass + label: "Type of Storage" + description: " Warning: Anything other than Internal will break rollback!" + schema: + type: string + default: "SCALE-ZFS" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + 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: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 33 + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + - variable: resources + group: "Resources and Devices" + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "2000m" + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "2Gi" + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" diff --git a/develop/nextcloud/1.0.0/templates/_configmap.tpl b/develop/nextcloud/1.0.0/templates/_configmap.tpl new file mode 100644 index 0000000000..b73c5a77f7 --- /dev/null +++ b/develop/nextcloud/1.0.0/templates/_configmap.tpl @@ -0,0 +1,21 @@ +{{/* Define the configmap */}} +{{- define "nextcloud.configmap" -}} + +{{- $hosts := "" }} +{{- if .Values.ingress.main.enabled }} +{{ range $index, $host := .Values.ingress.main.hosts }} + {{- if $index }} + {{ $hosts = ( printf "%v %v" $hosts $host ) }} + {{- else }} + {{ $hosts = ( printf "%s" $host ) }} + {{- end }} +{{ end }} +{{- end }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: nextcloudconfig +data: + NEXTCLOUD_TRUSTED_DOMAINS: {{ $hosts | quote }} +{{- end -}} diff --git a/develop/nextcloud/1.0.0/templates/_cronjob.tpl b/develop/nextcloud/1.0.0/templates/_cronjob.tpl new file mode 100644 index 0000000000..e59e99f774 --- /dev/null +++ b/develop/nextcloud/1.0.0/templates/_cronjob.tpl @@ -0,0 +1,47 @@ +{{/* Define the cronjob */}} +{{- define "nextcloud.cronjob" -}} +{{- $jobName := include "common.names.fullname" . -}} +--- +apiVersion: batch/v1beta1 +kind: CronJob +metadata: + name: {{ printf "%s-auto-permissions" $jobName }} + labels: + {{- include "common.labels" . | nindent 4 }} +spec: + schedule: "{{ .Values.cronjob.schedule }}" + concurrencyPolicy: Forbid + {{- with .Values.cronjob.failedJobsHistoryLimit }} + failedJobsHistoryLimit: {{ . }} + {{- end }} + {{- with .Values.cronjob.successfulJobsHistoryLimit }} + successfulJobsHistoryLimit: {{ . }} + {{- end }} + jobTemplate: + metadata: + spec: + template: + metadata: + spec: + restartPolicy: Never + containers: + - name: {{ .Chart.Name }} + image: "{{ .Values.image.repository }}:{{ default .Values.image.tag }}" + imagePullPolicy: {{ default .Values.image.pullPolicy }} + command: [ "curl" ] + args: + - "-k" + - "--fail" + - "-L" + - "http://{{ template "common.names.fullname" . }}:{{ .Values.service.main.ports.main.port }}/cron.php" + # Will mount configuration files as www-data (id: 33) by default for nextcloud + securityContext: + {{- if .Values.securityContext }} + {{- with .Values.securityContext }} + {{- toYaml . | nindent 17 }} + {{- end }} + {{- end }} + resources: +{{ toYaml (default .Values.resources .Values.cronjob.resources) | indent 16 }} + +{{- end -}} diff --git a/develop/nextcloud/1.0.0/templates/_secrets.tpl b/develop/nextcloud/1.0.0/templates/_secrets.tpl new file mode 100644 index 0000000000..ef43adcd45 --- /dev/null +++ b/develop/nextcloud/1.0.0/templates/_secrets.tpl @@ -0,0 +1,49 @@ +{{/* Define the secrets */}} +{{- define "nextcloud.secrets" -}} + +--- + +apiVersion: v1 +kind: Secret +metadata: + labels: + {{- include "common.labels" . | nindent 4 }} + name: dbcreds +{{- $previous := lookup "v1" "Secret" .Release.Namespace "dbcreds" }} +{{- $dbPass := "" }} +data: +{{- if $previous }} + {{- $dbPass = ( index $previous.data "postgresql-password" ) | b64dec }} + postgresql-password: {{ ( index $previous.data "postgresql-password" ) }} + postgresql-postgres-password: {{ ( index $previous.data "postgresql-postgres-password" ) }} +{{- else }} + {{- $dbPass = randAlphaNum 50 }} + postgresql-password: {{ $dbPass | b64enc | quote }} + postgresql-postgres-password: {{ randAlphaNum 50 | b64enc | quote }} +{{- end }} + url: {{ ( printf "%v%v:%v@%v-%v:%v/%v" "postgresql://" .Values.postgresql.postgresqlUsername $dbPass .Release.Name "postgresql" "5432" .Values.postgresql.postgresqlDatabase ) | b64enc | quote }} + host: {{ ( printf "%v-%v:5432" .Release.Name "postgresql" ) | b64enc | quote }} +type: Opaque + +--- + +apiVersion: v1 +kind: Secret +metadata: + labels: + {{- include "common.labels" . | nindent 4 }} + name: rediscreds +{{- $redisprevious := lookup "v1" "Secret" .Release.Namespace "rediscreds" }} +{{- $redisPass := "" }} +data: +{{- if $redisprevious }} + {{- $redisPass = ( index $redisprevious.data "redis-password" ) | b64dec }} + redis-password: {{ ( index $redisprevious.data "redis-password" ) }} +{{- else }} + {{- $redisPass = randAlphaNum 50 }} + redis-password: {{ $redisPass | b64enc | quote }} +{{- end }} + masterhost: {{ ( printf "%v-%v" .Release.Name "redis-master" ) | b64enc | quote }} + slavehost: {{ ( printf "%v-%v" .Release.Name "redis-master" ) | b64enc | quote }} +type: Opaque +{{- end -}} diff --git a/develop/nextcloud/1.0.0/templates/common.yaml b/develop/nextcloud/1.0.0/templates/common.yaml new file mode 100644 index 0000000000..8e72c538b1 --- /dev/null +++ b/develop/nextcloud/1.0.0/templates/common.yaml @@ -0,0 +1,14 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.values.setup" . }} + +{{/* Render the templates */}} +{{ include "common.all" . }} + +{{/* Render configmap for nextcloud */}} +{{- include "nextcloud.configmap" . }} + +{{/* Render secrets for nextcloud */}} +{{- include "nextcloud.secrets" . }} + +{{/* Render cronjob for nextcloud */}} +{{- include "nextcloud.cronjob" . }} diff --git a/develop/nextcloud/1.0.0/test_values.yaml b/develop/nextcloud/1.0.0/test_values.yaml new file mode 100644 index 0000000000..b45a78db9a --- /dev/null +++ b/develop/nextcloud/1.0.0/test_values.yaml @@ -0,0 +1,119 @@ +# Default values for Bitwarden. + +image: + repository: nextcloud + pullPolicy: IfNotPresent + tag: 21.0.2 + +strategy: + type: Recreate + +service: + main: + ports: + main: + port: 80 + +env: {} + +envTpl: + POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}" + POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}" + + +envFrom: + - configMapRef: + name: nextcloudconfig + +envValueFrom: + POSTGRES_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + POSTGRES_HOST: + secretKeyRef: + name: dbcreds + key: host + # REDIS_HOST: + # secretKeyRef: + # name: rediscreds + # key: masterhost + # REDIS_PASSWORD: + # secretKeyRef: + # name: rediscreds + # key: redis-password + +persistence: + data: + enabled: true + mountPath: "/var/www" + type: emptyDir + + db: + forceName: "db" + enabled: true + type: emptyDir + + redismaster: + forceName: "redismaster" + enabled: true + type: emptyDir + + dbbackup: + enabled: true + type: emptyDir + + +podSecurityContext: + fsGroup: 33 + +# test +probes: + startup: + spec: + initialDelaySeconds: 3 + timeoutSeconds: 2 + ## This means it has a maximum of 10*60=600 seconds to start up before it fails + periodSeconds: 10 + failureThreshold: 60 + + +## Cronjob to execute Nextcloud background tasks +## ref: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#webcron +## +cronjob: + # Every 5 minutes + # Note: Setting this to any any other value than 5 minutes might + # cause issues with how nextcloud background jobs are executed + schedule: "*/5 * * * *" + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 + +# Enabled postgres +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql +postgresql: + enabled: true + postgresqlUsername: nextcloud + postgresqlDatabase: nextcloud + existingSecret: dbcreds + persistence: + enabled: false + existingClaim: db + +# Enabled redis +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis +redis: + architecture: standalone + enabled: true + auth: + existingSecret: rediscreds + existingSecretPasswordKey: redis-password + master: + persistence: + enabled: false + existingClaim: redismaster + replica: + replicaCount: 0 + persistence: + enabled: false diff --git a/develop/nextcloud/1.0.0/values.yaml b/develop/nextcloud/1.0.0/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/develop/nextcloud/item.yaml b/develop/nextcloud/item.yaml new file mode 100644 index 0000000000..6879541837 --- /dev/null +++ b/develop/nextcloud/item.yaml @@ -0,0 +1,3 @@ +categories: + - cloud +icon_url: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png diff --git a/develop/prototype-gui/1.3.12/Chart.lock b/develop/prototype-gui/1.3.12/Chart.lock index aa6ab58596..f1aca94214 100644 --- a/develop/prototype-gui/1.3.12/Chart.lock +++ b/develop/prototype-gui/1.3.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:54.538339367Z" +generated: "2021-07-02T18:36:21.621881113Z" diff --git a/incubator/airsonic/1.2.10/Chart.lock b/incubator/airsonic/1.2.10/Chart.lock index 4675a0eaa5..c87b7f1a9c 100644 --- a/incubator/airsonic/1.2.10/Chart.lock +++ b/incubator/airsonic/1.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:18.316411077Z" +generated: "2021-07-02T18:34:37.786662641Z" diff --git a/incubator/appdaemon/3.2.11/Chart.lock b/incubator/appdaemon/3.2.11/Chart.lock index de747b4b4e..345a103a9a 100644 --- a/incubator/appdaemon/3.2.11/Chart.lock +++ b/incubator/appdaemon/3.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:19.869073098Z" +generated: "2021-07-02T18:34:39.311876521Z" diff --git a/incubator/bazarr/6.2.10/Chart.lock b/incubator/bazarr/6.2.10/Chart.lock index 9025fd10fb..a19686cc86 100644 --- a/incubator/bazarr/6.2.10/Chart.lock +++ b/incubator/bazarr/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:21.456812692Z" +generated: "2021-07-02T18:34:40.78652681Z" diff --git a/incubator/booksonic-air/1.0.1/Chart.lock b/incubator/booksonic-air/1.0.1/Chart.lock index 5c30257b80..c3b01d1cad 100644 --- a/incubator/booksonic-air/1.0.1/Chart.lock +++ b/incubator/booksonic-air/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:23.072517663Z" +generated: "2021-07-02T18:34:42.283212287Z" diff --git a/incubator/calibre-web/6.2.10/Chart.lock b/incubator/calibre-web/6.2.10/Chart.lock index 1c47d1d75a..1e400c3908 100644 --- a/incubator/calibre-web/6.2.10/Chart.lock +++ b/incubator/calibre-web/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:26.270003601Z" +generated: "2021-07-02T18:34:45.326325294Z" diff --git a/incubator/calibre/1.0.1/Chart.lock b/incubator/calibre/1.0.1/Chart.lock index 0591777865..2e30e7b433 100644 --- a/incubator/calibre/1.0.1/Chart.lock +++ b/incubator/calibre/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:24.720495769Z" +generated: "2021-07-02T18:34:43.791989284Z" diff --git a/incubator/deconz/1.0.1/Chart.lock b/incubator/deconz/1.0.1/Chart.lock index 709d485e90..006f0b87f4 100644 --- a/incubator/deconz/1.0.1/Chart.lock +++ b/incubator/deconz/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:27.875593442Z" +generated: "2021-07-02T18:34:46.816122538Z" diff --git a/incubator/deluge/6.2.10/Chart.lock b/incubator/deluge/6.2.10/Chart.lock index 247f23934d..6acc56685c 100644 --- a/incubator/deluge/6.2.10/Chart.lock +++ b/incubator/deluge/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:29.425305504Z" +generated: "2021-07-02T18:34:48.368459131Z" diff --git a/incubator/dizquetv/1.0.1/Chart.lock b/incubator/dizquetv/1.0.1/Chart.lock index 868ebdcd30..b4062b3bb0 100644 --- a/incubator/dizquetv/1.0.1/Chart.lock +++ b/incubator/dizquetv/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:30.957709655Z" +generated: "2021-07-02T18:34:49.875618574Z" diff --git a/incubator/duplicati/1.0.1/Chart.lock b/incubator/duplicati/1.0.1/Chart.lock index 9b96f7e5ef..dc784ef0db 100644 --- a/incubator/duplicati/1.0.1/Chart.lock +++ b/incubator/duplicati/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:32.536991776Z" +generated: "2021-07-02T18:34:51.369657487Z" diff --git a/incubator/fireflyiii/4.3.11/Chart.lock b/incubator/fireflyiii/4.3.11/Chart.lock index 9668f0e608..3f98979438 100644 --- a/incubator/fireflyiii/4.3.11/Chart.lock +++ b/incubator/fireflyiii/4.3.11/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.5.1 digest: sha256:149bdb1d86af9ee151a969f50173fe78b5608cf9686bfe670c42bc8bd44941eb -generated: "2021-07-02T08:13:37.268331106Z" +generated: "2021-07-02T18:34:55.520769946Z" diff --git a/incubator/flaresolverr/1.0.1/Chart.lock b/incubator/flaresolverr/1.0.1/Chart.lock index c46b58efa2..bf901cb1eb 100644 --- a/incubator/flaresolverr/1.0.1/Chart.lock +++ b/incubator/flaresolverr/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:42.34588191Z" +generated: "2021-07-02T18:34:59.996461608Z" diff --git a/incubator/flood/1.0.1/Chart.lock b/incubator/flood/1.0.1/Chart.lock index f310be6ca4..b0c04388a2 100644 --- a/incubator/flood/1.0.1/Chart.lock +++ b/incubator/flood/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:43.913054317Z" +generated: "2021-07-02T18:35:01.474231859Z" diff --git a/incubator/focalboard/1.0.1/Chart.lock b/incubator/focalboard/1.0.1/Chart.lock index 1fccfd9eff..a148d33bfe 100644 --- a/incubator/focalboard/1.0.1/Chart.lock +++ b/incubator/focalboard/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:45.449408348Z" +generated: "2021-07-02T18:35:02.945925225Z" diff --git a/incubator/freshrss/6.2.10/Chart.lock b/incubator/freshrss/6.2.10/Chart.lock index 0213c91e6f..a5067ac83b 100644 --- a/incubator/freshrss/6.2.10/Chart.lock +++ b/incubator/freshrss/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:46.966392543Z" +generated: "2021-07-02T18:35:04.433149151Z" diff --git a/incubator/gaps/6.2.10/Chart.lock b/incubator/gaps/6.2.10/Chart.lock index 733191800a..1a94ff93b5 100644 --- a/incubator/gaps/6.2.10/Chart.lock +++ b/incubator/gaps/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:48.501639761Z" +generated: "2021-07-02T18:35:05.918509045Z" diff --git a/incubator/gonic/1.0.1/Chart.lock b/incubator/gonic/1.0.1/Chart.lock index 87dd056d22..5e519a200c 100644 --- a/incubator/gonic/1.0.1/Chart.lock +++ b/incubator/gonic/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:50.029315694Z" +generated: "2021-07-02T18:35:07.447762504Z" diff --git a/incubator/grocy/6.2.10/Chart.lock b/incubator/grocy/6.2.10/Chart.lock index 13cd4341da..7fd798286b 100644 --- a/incubator/grocy/6.2.10/Chart.lock +++ b/incubator/grocy/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:51.602999142Z" +generated: "2021-07-02T18:35:08.921743403Z" diff --git a/incubator/haste-server/1.2.10/Chart.lock b/incubator/haste-server/1.2.10/Chart.lock index 2eca839a54..26279225f0 100644 --- a/incubator/haste-server/1.2.10/Chart.lock +++ b/incubator/haste-server/1.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:53.197691748Z" +generated: "2021-07-02T18:35:10.504090625Z" diff --git a/incubator/healthchecks/1.0.1/Chart.lock b/incubator/healthchecks/1.0.1/Chart.lock index 87f573c20b..7b65de29f8 100644 --- a/incubator/healthchecks/1.0.1/Chart.lock +++ b/incubator/healthchecks/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:54.737841583Z" +generated: "2021-07-02T18:35:12.032219921Z" diff --git a/incubator/heimdall/6.2.10/Chart.lock b/incubator/heimdall/6.2.10/Chart.lock index 94956df9c8..f822822fbd 100644 --- a/incubator/heimdall/6.2.10/Chart.lock +++ b/incubator/heimdall/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:56.238583834Z" +generated: "2021-07-02T18:35:13.515799557Z" diff --git a/incubator/hyperion-ng/1.0.1/Chart.lock b/incubator/hyperion-ng/1.0.1/Chart.lock index ccbf5d5b07..f8dbea5e01 100644 --- a/incubator/hyperion-ng/1.0.1/Chart.lock +++ b/incubator/hyperion-ng/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:57.747227582Z" +generated: "2021-07-02T18:35:15.012896623Z" diff --git a/incubator/komga/1.0.1/Chart.lock b/incubator/komga/1.0.1/Chart.lock index b192bf54ab..c98dff20d3 100644 --- a/incubator/komga/1.0.1/Chart.lock +++ b/incubator/komga/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:13:59.28809529Z" +generated: "2021-07-02T18:35:16.51923819Z" diff --git a/incubator/lazylibrarian/6.2.10/Chart.lock b/incubator/lazylibrarian/6.2.10/Chart.lock index d4855763e3..d479e82942 100644 --- a/incubator/lazylibrarian/6.2.10/Chart.lock +++ b/incubator/lazylibrarian/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:00.852933257Z" +generated: "2021-07-02T18:35:18.042197238Z" diff --git a/incubator/librespeed/1.0.1/Chart.lock b/incubator/librespeed/1.0.1/Chart.lock index 874d2a9ece..ddbf0a5daf 100644 --- a/incubator/librespeed/1.0.1/Chart.lock +++ b/incubator/librespeed/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:02.394717953Z" +generated: "2021-07-02T18:35:19.592350064Z" diff --git a/incubator/lychee/6.2.10/Chart.lock b/incubator/lychee/6.2.10/Chart.lock index 5624b32d27..d5143fbffe 100644 --- a/incubator/lychee/6.2.10/Chart.lock +++ b/incubator/lychee/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:03.944904748Z" +generated: "2021-07-02T18:35:21.078518863Z" diff --git a/incubator/mealie/1.2.10/Chart.lock b/incubator/mealie/1.2.10/Chart.lock index ab304adbec..397d288323 100644 --- a/incubator/mealie/1.2.10/Chart.lock +++ b/incubator/mealie/1.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:05.520567942Z" +generated: "2021-07-02T18:35:22.579446822Z" diff --git a/incubator/mosquitto/1.2.10/Chart.lock b/incubator/mosquitto/1.2.10/Chart.lock index 7adc741d6a..13762002fc 100644 --- a/incubator/mosquitto/1.2.10/Chart.lock +++ b/incubator/mosquitto/1.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:07.08459871Z" +generated: "2021-07-02T18:35:24.094929994Z" diff --git a/incubator/mylar/1.0.1/Chart.lock b/incubator/mylar/1.0.1/Chart.lock index 53039797c9..f289a12eaf 100644 --- a/incubator/mylar/1.0.1/Chart.lock +++ b/incubator/mylar/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:08.640318365Z" +generated: "2021-07-02T18:35:25.630224894Z" diff --git a/incubator/navidrome/6.2.10/Chart.lock b/incubator/navidrome/6.2.10/Chart.lock index 1847f304c9..87e7491c88 100644 --- a/incubator/navidrome/6.2.10/Chart.lock +++ b/incubator/navidrome/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:10.220460011Z" +generated: "2021-07-02T18:35:27.138845517Z" diff --git a/incubator/node-red/6.2.10/Chart.lock b/incubator/node-red/6.2.10/Chart.lock index cf12e16df1..0d47557e73 100644 --- a/incubator/node-red/6.2.10/Chart.lock +++ b/incubator/node-red/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:11.831117521Z" +generated: "2021-07-02T18:35:28.634319704Z" diff --git a/incubator/nullserv/1.0.1/Chart.lock b/incubator/nullserv/1.0.1/Chart.lock index 44ce31af42..9f3bacbe1c 100644 --- a/incubator/nullserv/1.0.1/Chart.lock +++ b/incubator/nullserv/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:13.401158747Z" +generated: "2021-07-02T18:35:30.191404895Z" diff --git a/incubator/nzbget/6.2.10/Chart.lock b/incubator/nzbget/6.2.10/Chart.lock index a298791a21..616b725260 100644 --- a/incubator/nzbget/6.2.10/Chart.lock +++ b/incubator/nzbget/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:14.950260475Z" +generated: "2021-07-02T18:35:31.674652284Z" diff --git a/incubator/octoprint/1.0.1/Chart.lock b/incubator/octoprint/1.0.1/Chart.lock index 4bc6250b62..d4f2858601 100644 --- a/incubator/octoprint/1.0.1/Chart.lock +++ b/incubator/octoprint/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:16.433537925Z" +generated: "2021-07-02T18:35:33.170125717Z" diff --git a/incubator/omada-controller/1.0.1/Chart.lock b/incubator/omada-controller/1.0.1/Chart.lock index 83237272b0..aa9d0db57b 100644 --- a/incubator/omada-controller/1.0.1/Chart.lock +++ b/incubator/omada-controller/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:18.041280188Z" +generated: "2021-07-02T18:35:34.675861036Z" diff --git a/incubator/organizr/6.2.11/Chart.lock b/incubator/organizr/6.2.11/Chart.lock index a2a8f4d88b..5f8fd8ff2a 100644 --- a/incubator/organizr/6.2.11/Chart.lock +++ b/incubator/organizr/6.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:19.569210745Z" +generated: "2021-07-02T18:35:36.167611702Z" diff --git a/incubator/overseerr/1.0.1/Chart.lock b/incubator/overseerr/1.0.1/Chart.lock index c37c5427ab..6b8f564bfa 100644 --- a/incubator/overseerr/1.0.1/Chart.lock +++ b/incubator/overseerr/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:21.061179694Z" +generated: "2021-07-02T18:35:37.661009498Z" diff --git a/incubator/owncast/1.0.1/Chart.lock b/incubator/owncast/1.0.1/Chart.lock index 033e2ee3e2..cff2384a1c 100644 --- a/incubator/owncast/1.0.1/Chart.lock +++ b/incubator/owncast/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:22.672451141Z" +generated: "2021-07-02T18:35:39.172369219Z" diff --git a/incubator/owncloud-ocis/1.0.1/Chart.lock b/incubator/owncloud-ocis/1.0.1/Chart.lock index 676043d9b2..29aae8c2c8 100644 --- a/incubator/owncloud-ocis/1.0.1/Chart.lock +++ b/incubator/owncloud-ocis/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:24.524697764Z" +generated: "2021-07-02T18:35:40.683139376Z" diff --git a/incubator/photoprism/1.0.1/Chart.lock b/incubator/photoprism/1.0.1/Chart.lock index 837424975a..6394a18720 100644 --- a/incubator/photoprism/1.0.1/Chart.lock +++ b/incubator/photoprism/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:26.315992947Z" +generated: "2021-07-02T18:35:42.148197978Z" diff --git a/incubator/piaware/1.0.1/Chart.lock b/incubator/piaware/1.0.1/Chart.lock index 721f4a1028..81bf68ce93 100644 --- a/incubator/piaware/1.0.1/Chart.lock +++ b/incubator/piaware/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:27.936147948Z" +generated: "2021-07-02T18:35:43.637180896Z" diff --git a/incubator/podgrab/4.2.10/Chart.lock b/incubator/podgrab/4.2.10/Chart.lock index 2330bb0bc1..d036f771c5 100644 --- a/incubator/podgrab/4.2.10/Chart.lock +++ b/incubator/podgrab/4.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:29.498237643Z" +generated: "2021-07-02T18:35:45.151701759Z" diff --git a/incubator/pretend-youre-xyzzy/1.0.1/Chart.lock b/incubator/pretend-youre-xyzzy/1.0.1/Chart.lock index 8b15762253..a175a797d4 100644 --- a/incubator/pretend-youre-xyzzy/1.0.1/Chart.lock +++ b/incubator/pretend-youre-xyzzy/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:31.02987153Z" +generated: "2021-07-02T18:35:46.649857737Z" diff --git a/incubator/protonmail-bridge/1.0.1/Chart.lock b/incubator/protonmail-bridge/1.0.1/Chart.lock index 4f1c81a79c..69a991a6b2 100644 --- a/incubator/protonmail-bridge/1.0.1/Chart.lock +++ b/incubator/protonmail-bridge/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:32.607020692Z" +generated: "2021-07-02T18:35:48.130299806Z" diff --git a/incubator/prowlarr/1.2.11/Chart.lock b/incubator/prowlarr/1.2.11/Chart.lock index 69f9f69e32..e77fd60df2 100644 --- a/incubator/prowlarr/1.2.11/Chart.lock +++ b/incubator/prowlarr/1.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:34.179649995Z" +generated: "2021-07-02T18:35:49.684410757Z" diff --git a/incubator/pyload/1.0.1/Chart.lock b/incubator/pyload/1.0.1/Chart.lock index 80e261ca0c..db8afa6b4a 100644 --- a/incubator/pyload/1.0.1/Chart.lock +++ b/incubator/pyload/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:35.732674537Z" +generated: "2021-07-02T18:35:51.200755451Z" diff --git a/incubator/qbittorrent/6.2.10/Chart.lock b/incubator/qbittorrent/6.2.10/Chart.lock index e752a7680e..34cbc462e4 100644 --- a/incubator/qbittorrent/6.2.10/Chart.lock +++ b/incubator/qbittorrent/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:37.351326552Z" +generated: "2021-07-02T18:35:52.763292248Z" diff --git a/incubator/readarr/6.2.11/Chart.lock b/incubator/readarr/6.2.11/Chart.lock index 384fcb10cc..7b953e80fc 100644 --- a/incubator/readarr/6.2.11/Chart.lock +++ b/incubator/readarr/6.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:38.875304936Z" +generated: "2021-07-02T18:35:54.227189229Z" diff --git a/incubator/reg/1.2.9/Chart.lock b/incubator/reg/1.2.9/Chart.lock index c9b2aa170d..0641fca85e 100644 --- a/incubator/reg/1.2.9/Chart.lock +++ b/incubator/reg/1.2.9/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:40.394603619Z" +generated: "2021-07-02T18:35:55.774005948Z" diff --git a/incubator/sabnzbd/6.2.10/Chart.lock b/incubator/sabnzbd/6.2.10/Chart.lock index 5eb49317c9..b05fb8e084 100644 --- a/incubator/sabnzbd/6.2.10/Chart.lock +++ b/incubator/sabnzbd/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:42.096748026Z" +generated: "2021-07-02T18:35:57.253688486Z" diff --git a/incubator/ser2sock/1.0.1/Chart.lock b/incubator/ser2sock/1.0.1/Chart.lock index 47fc4b0136..5d5f0e462a 100644 --- a/incubator/ser2sock/1.0.1/Chart.lock +++ b/incubator/ser2sock/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:43.663316783Z" +generated: "2021-07-02T18:35:58.967698738Z" diff --git a/incubator/stash/1.0.3/Chart.lock b/incubator/stash/1.0.3/Chart.lock index d9ce3e0a4d..b3db5e9711 100644 --- a/incubator/stash/1.0.3/Chart.lock +++ b/incubator/stash/1.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:45.226186496Z" +generated: "2021-07-02T18:36:00.520257217Z" diff --git a/incubator/thelounge/1.2.10/Chart.lock b/incubator/thelounge/1.2.10/Chart.lock index f917022c94..54081c658f 100644 --- a/incubator/thelounge/1.2.10/Chart.lock +++ b/incubator/thelounge/1.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:46.767440906Z" +generated: "2021-07-02T18:36:02.031104229Z" diff --git a/incubator/tvheadend/7.2.10/Chart.lock b/incubator/tvheadend/7.2.10/Chart.lock index 145e0eb7ef..5bf15aeacf 100644 --- a/incubator/tvheadend/7.2.10/Chart.lock +++ b/incubator/tvheadend/7.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:48.298392045Z" +generated: "2021-07-02T18:36:03.552487135Z" diff --git a/incubator/unifi/6.2.10/Chart.lock b/incubator/unifi/6.2.10/Chart.lock index c309b2aff4..93238ed828 100644 --- a/incubator/unifi/6.2.10/Chart.lock +++ b/incubator/unifi/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:49.842133437Z" +generated: "2021-07-02T18:36:05.044813859Z" diff --git a/incubator/unpackerr/1.2.10/Chart.lock b/incubator/unpackerr/1.2.10/Chart.lock index 1e611ae34c..ea60b11ca2 100644 --- a/incubator/unpackerr/1.2.10/Chart.lock +++ b/incubator/unpackerr/1.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:14:51.38683624Z" +generated: "2021-07-02T18:36:06.548271038Z" diff --git a/incubator/xteve/1.0.1/Chart.lock b/incubator/xteve/1.0.1/Chart.lock index 811b37644f..c1a8b91de6 100644 --- a/incubator/xteve/1.0.1/Chart.lock +++ b/incubator/xteve/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:52.962579016Z" +generated: "2021-07-02T18:36:08.106098063Z" diff --git a/non-free/resilio-sync/1.0.1/Chart.lock b/non-free/resilio-sync/1.0.1/Chart.lock index 161ffdb678..e1d640b191 100644 --- a/non-free/resilio-sync/1.0.1/Chart.lock +++ b/non-free/resilio-sync/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-02T08:14:56.044203633Z" +generated: "2021-07-02T18:36:23.114409233Z" diff --git a/stable/collabora-online/6.2.11/Chart.lock b/stable/collabora-online/6.2.11/Chart.lock index 3b325e5f04..c36383d00c 100644 --- a/stable/collabora-online/6.2.11/Chart.lock +++ b/stable/collabora-online/6.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:39.594380033Z" +generated: "2021-07-02T18:33:59.671218478Z" diff --git a/stable/deepstack-cpu/4.2.10/Chart.lock b/stable/deepstack-cpu/4.2.10/Chart.lock index 21d72a80c9..25e3cf87da 100644 --- a/stable/deepstack-cpu/4.2.10/Chart.lock +++ b/stable/deepstack-cpu/4.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:41.163330749Z" +generated: "2021-07-02T18:34:01.397236207Z" diff --git a/stable/emby/6.2.10/Chart.lock b/stable/emby/6.2.10/Chart.lock index 3e2b734506..d250d9624a 100644 --- a/stable/emby/6.2.10/Chart.lock +++ b/stable/emby/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:42.741988148Z" +generated: "2021-07-02T18:34:02.972172776Z" diff --git a/stable/esphome/6.2.10/Chart.lock b/stable/esphome/6.2.10/Chart.lock index c9703270c9..e188168719 100644 --- a/stable/esphome/6.2.10/Chart.lock +++ b/stable/esphome/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:44.269421712Z" +generated: "2021-07-02T18:34:04.482613622Z" diff --git a/stable/handbrake/6.2.10/Chart.lock b/stable/handbrake/6.2.10/Chart.lock index a2f843a480..2aac3999f6 100644 --- a/stable/handbrake/6.2.10/Chart.lock +++ b/stable/handbrake/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:45.837393821Z" +generated: "2021-07-02T18:34:06.088194105Z" diff --git a/stable/home-assistant/6.2.10/Chart.lock b/stable/home-assistant/6.2.10/Chart.lock index c787b2afb5..741151ec16 100644 --- a/stable/home-assistant/6.2.10/Chart.lock +++ b/stable/home-assistant/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:47.379106973Z" +generated: "2021-07-02T18:34:07.597186075Z" diff --git a/stable/jackett/6.2.11/Chart.lock b/stable/jackett/6.2.11/Chart.lock index 0a3bfe1425..95eaea2af4 100644 --- a/stable/jackett/6.2.11/Chart.lock +++ b/stable/jackett/6.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:48.969351703Z" +generated: "2021-07-02T18:34:09.211562014Z" diff --git a/stable/jellyfin/6.2.10/Chart.lock b/stable/jellyfin/6.2.10/Chart.lock index cc31dc3793..9bd7f54e5b 100644 --- a/stable/jellyfin/6.2.10/Chart.lock +++ b/stable/jellyfin/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:50.509884394Z" +generated: "2021-07-02T18:34:10.71920126Z" diff --git a/stable/kms/6.2.10/Chart.lock b/stable/kms/6.2.10/Chart.lock index d277015a75..3ffe1f6099 100644 --- a/stable/kms/6.2.10/Chart.lock +++ b/stable/kms/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:52.091008589Z" +generated: "2021-07-02T18:34:12.295234635Z" diff --git a/stable/lidarr/6.2.10/Chart.lock b/stable/lidarr/6.2.10/Chart.lock index 029db56bff..f70d68ddb4 100644 --- a/stable/lidarr/6.2.10/Chart.lock +++ b/stable/lidarr/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:53.591084579Z" +generated: "2021-07-02T18:34:13.816934059Z" diff --git a/stable/ombi/6.2.11/Chart.lock b/stable/ombi/6.2.11/Chart.lock index 1fc35c1818..575b5dc8a3 100644 --- a/stable/ombi/6.2.11/Chart.lock +++ b/stable/ombi/6.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:55.156867264Z" +generated: "2021-07-02T18:34:15.33333969Z" diff --git a/stable/plex/5.2.10/Chart.lock b/stable/plex/5.2.10/Chart.lock index 0d4cf060c0..163a379386 100644 --- a/stable/plex/5.2.10/Chart.lock +++ b/stable/plex/5.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:56.676095085Z" +generated: "2021-07-02T18:34:16.809025798Z" diff --git a/stable/radarr/6.2.10/Chart.lock b/stable/radarr/6.2.10/Chart.lock index 636d1742dc..4b24737f9e 100644 --- a/stable/radarr/6.2.10/Chart.lock +++ b/stable/radarr/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:58.189405124Z" +generated: "2021-07-02T18:34:18.312669202Z" diff --git a/stable/sonarr/6.2.10/Chart.lock b/stable/sonarr/6.2.10/Chart.lock index 241a87ec20..257adb4767 100644 --- a/stable/sonarr/6.2.10/Chart.lock +++ b/stable/sonarr/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:12:59.705498502Z" +generated: "2021-07-02T18:34:19.868216231Z" diff --git a/stable/syncthing/6.2.10/Chart.lock b/stable/syncthing/6.2.10/Chart.lock index 8e98b73c44..d60d9aafb2 100644 --- a/stable/syncthing/6.2.10/Chart.lock +++ b/stable/syncthing/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:01.243052276Z" +generated: "2021-07-02T18:34:21.369987813Z" diff --git a/stable/tautulli/6.2.10/Chart.lock b/stable/tautulli/6.2.10/Chart.lock index d5039bd962..0ab651c4af 100644 --- a/stable/tautulli/6.2.10/Chart.lock +++ b/stable/tautulli/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:02.812074759Z" +generated: "2021-07-02T18:34:22.90632071Z" diff --git a/stable/traefik/6.3.17/Chart.lock b/stable/traefik/6.3.17/Chart.lock index 22547c9d2f..f0f1b9e372 100644 --- a/stable/traefik/6.3.17/Chart.lock +++ b/stable/traefik/6.3.17/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:04.321878565Z" +generated: "2021-07-02T18:34:24.410254131Z" diff --git a/stable/transmission/6.2.10/Chart.lock b/stable/transmission/6.2.10/Chart.lock index 3759f7d95a..902c87425d 100644 --- a/stable/transmission/6.2.10/Chart.lock +++ b/stable/transmission/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:06.006127621Z" +generated: "2021-07-02T18:34:25.923975126Z" diff --git a/stable/truecommand/6.2.10/Chart.lock b/stable/truecommand/6.2.10/Chart.lock index e59f8e7ab5..f6c3211c41 100644 --- a/stable/truecommand/6.2.10/Chart.lock +++ b/stable/truecommand/6.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:07.534114452Z" +generated: "2021-07-02T18:34:27.477678632Z" diff --git a/stable/vaultwarden/3.3.11/Chart.lock b/stable/vaultwarden/3.3.11/Chart.lock index a3a27a4d49..5e6bd6bca5 100644 --- a/stable/vaultwarden/3.3.11/Chart.lock +++ b/stable/vaultwarden/3.3.11/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.5.1 digest: sha256:149bdb1d86af9ee151a969f50173fe78b5608cf9686bfe670c42bc8bd44941eb -generated: "2021-07-02T08:13:11.956420462Z" +generated: "2021-07-02T18:34:31.766176818Z" diff --git a/stable/zwavejs2mqtt/6.2.11/Chart.lock b/stable/zwavejs2mqtt/6.2.11/Chart.lock index 3c260b7515..e014e1f79d 100644 --- a/stable/zwavejs2mqtt/6.2.11/Chart.lock +++ b/stable/zwavejs2mqtt/6.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-02T08:13:16.73568335Z" +generated: "2021-07-02T18:34:36.230678218Z"