diff --git a/deprecated/nzbhydra/6.3.0/Chart.lock b/deprecated/nzbhydra/6.3.0/Chart.lock index 41ec71ac22e..4e3ec4a016d 100644 --- a/deprecated/nzbhydra/6.3.0/Chart.lock +++ b/deprecated/nzbhydra/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:53.240234083Z" +generated: "2021-07-04T11:09:15.536654591Z" diff --git a/develop/nextcloud/1.0.17/CONFIG.md b/develop/nextcloud/1.0.17/CONFIG.md new file mode 100644 index 00000000000..dddbce20079 --- /dev/null +++ b/develop/nextcloud/1.0.17/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.17/Chart.lock b/develop/nextcloud/1.0.17/Chart.lock new file mode 100644 index 00000000000..bcf27234352 --- /dev/null +++ b/develop/nextcloud/1.0.17/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.5.0 +- 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:1feab7236f71fa25a92831c1a6cf62a50c1af47404fbf9327a0a1c1e712d97b9 +generated: "2021-07-04T11:09:03.927533818Z" diff --git a/develop/nextcloud/1.0.17/Chart.yaml b/develop/nextcloud/1.0.17/Chart.yaml new file mode 100644 index 00000000000..fb8821c0dea --- /dev/null +++ b/develop/nextcloud/1.0.17/Chart.yaml @@ -0,0 +1,38 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.5.0 +- 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.17 diff --git a/develop/nextcloud/1.0.17/README.md b/develop/nextcloud/1.0.17/README.md new file mode 100644 index 00000000000..a6c0421d33c --- /dev/null +++ b/develop/nextcloud/1.0.17/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.17/app-readme.md b/develop/nextcloud/1.0.17/app-readme.md new file mode 100644 index 00000000000..6989aad3944 --- /dev/null +++ b/develop/nextcloud/1.0.17/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.17/charts/common-6.5.0.tgz b/develop/nextcloud/1.0.17/charts/common-6.5.0.tgz new file mode 100644 index 00000000000..9437e21fc80 Binary files /dev/null and b/develop/nextcloud/1.0.17/charts/common-6.5.0.tgz differ diff --git a/develop/nextcloud/1.0.17/charts/postgresql-10.5.1.tgz b/develop/nextcloud/1.0.17/charts/postgresql-10.5.1.tgz new file mode 100644 index 00000000000..9e316da6000 Binary files /dev/null and b/develop/nextcloud/1.0.17/charts/postgresql-10.5.1.tgz differ diff --git a/develop/nextcloud/1.0.17/charts/redis-14.6.3.tgz b/develop/nextcloud/1.0.17/charts/redis-14.6.3.tgz new file mode 100644 index 00000000000..b95f7f9dfd3 Binary files /dev/null and b/develop/nextcloud/1.0.17/charts/redis-14.6.3.tgz differ diff --git a/develop/nextcloud/1.0.17/ix_values.yaml b/develop/nextcloud/1.0.17/ix_values.yaml new file mode 100644 index 00000000000..c97d17db9bd --- /dev/null +++ b/develop/nextcloud/1.0.17/ix_values.yaml @@ -0,0 +1,136 @@ +## +# 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_HOST_PASSWORD: + secretKeyRef: + name: rediscreds + key: redis-password + +initContainers: + - name: init-postgresdb + image: postgres:13.1 + command: + - "sh" + - "-c" + - "until pg_isready -h ${pghost} ; do sleep 2 ; done" + imagePullPolicy: IfNotPresent + env: + - name: pghost + valueFrom: + secretKeyRef: + name: dbcreds + key: plainhost + +# -- Probe configuration +# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) +# @default -- See below +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: /status.php + + # -- Redainess probe configuration + # @default -- See below + readiness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: /status.php + + # -- Startup probe configuration + # @default -- See below + startup: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: /status.php + +## 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.17/questions.yaml b/develop/nextcloud/1.0.17/questions.yaml new file mode 100644 index 00000000000..e6472c95bce --- /dev/null +++ b/develop/nextcloud/1.0.17/questions.yaml @@ -0,0 +1,831 @@ +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" + - variable: NEXTCLOUD_ADMIN_USER + label: "NEXTCLOUD_ADMIN_USER" + description: "Sets nextcloud admin username" + schema: + type: string + required: true + default: "" + - variable: NEXTCLOUD_ADMIN_PASSWORD + label: "NEXTCLOUD_ADMIN_PASSWORD" + description: "Sets nextcloud admin password" + schema: + type: string + required: true + default: "" + - variable: TRUSTED_PROXIES + label: "TRUSTED_PROXIES" + description: "Sets nextcloud Trusted Proxies" + schema: + type: string + default: "172.16.0.0/16" + + + # 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: 36091 + 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: noMount + label: "Do not mount this storage inside the main pod" + 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: noMount + label: "Do not mount this storage inside the main pod" + 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: "redismaster" + 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: 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.17/templates/_configmap.tpl b/develop/nextcloud/1.0.17/templates/_configmap.tpl new file mode 100644 index 00000000000..efb3060f3df --- /dev/null +++ b/develop/nextcloud/1.0.17/templates/_configmap.tpl @@ -0,0 +1,25 @@ +{{/* 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.host ) }} + {{- else }} + {{ $hosts = ( printf "%s" $host.host ) }} + {{- end }} +{{ end }} +{{- end }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: nextcloudconfig +data: + NEXTCLOUD_TRUSTED_DOMAINS: {{ $hosts | quote }} + {{- if .Values.ingress.main.enabled }} + APACHE_DISABLE_REWRITE_IP: "1" + {{- end }} + +{{- end -}} diff --git a/develop/nextcloud/1.0.17/templates/_cronjob.tpl b/develop/nextcloud/1.0.17/templates/_cronjob.tpl new file mode 100644 index 00000000000..c2ed1ca20f8 --- /dev/null +++ b/develop/nextcloud/1.0.17/templates/_cronjob.tpl @@ -0,0 +1,51 @@ +{{/* Define the cronjob */}} +{{- define "nextcloud.cronjob" -}} +{{- $jobName := include "common.names.fullname" . -}} + +--- +apiVersion: batch/v1beta1 +kind: CronJob +metadata: + name: {{ printf "%s-cronjob" $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 + {{- with (include "common.controller.volumes" . | trim) }} + volumes: + {{- nindent 12 . }} + {{- end }} + containers: + - name: {{ .Chart.Name }} + image: "{{ .Values.image.repository }}:{{ default .Values.image.tag }}" + imagePullPolicy: {{ default .Values.image.pullPolicy }} + command: [ "php" ] + args: + - "-f" + - "/var/www/html/cron.php" + # Will mount configuration files as www-data (id: 33) by default for nextcloud + {{- with (include "common.controller.volumeMounts" . | trim) }} + volumeMounts: + {{ nindent 16 . }} + {{- end }} + securityContext: + runAsUser: 33 + runAsGroup: 33 + resources: +{{ toYaml .Values.resources | indent 16 }} + +{{- end -}} diff --git a/develop/nextcloud/1.0.17/templates/_secrets.tpl b/develop/nextcloud/1.0.17/templates/_secrets.tpl new file mode 100644 index 00000000000..d9ae0df858c --- /dev/null +++ b/develop/nextcloud/1.0.17/templates/_secrets.tpl @@ -0,0 +1,50 @@ +{{/* 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 }} + plainhost: {{ ( printf "%v-%v" .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.17/templates/common.yaml b/develop/nextcloud/1.0.17/templates/common.yaml new file mode 100644 index 00000000000..8e72c538b1d --- /dev/null +++ b/develop/nextcloud/1.0.17/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.17/test_values.yaml b/develop/nextcloud/1.0.17/test_values.yaml new file mode 100644 index 00000000000..e9b26889a1f --- /dev/null +++ b/develop/nextcloud/1.0.17/test_values.yaml @@ -0,0 +1,160 @@ +# Default values for Bitwarden. + +image: + repository: nextcloud + pullPolicy: IfNotPresent + tag: 21.0.2 + +strategy: + type: Recreate + +service: + main: + ports: + main: + port: 80 + +env: + NEXTCLOUD_ADMIN_USER: "admin" + NEXTCLOUD_ADMIN_PASSWORD: "adminpass" + TRUSTED_PROXIES: "172.16.0.0/16" + +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_HOST_PASSWORD: + secretKeyRef: + name: rediscreds + key: redis-password + +persistence: + data: + enabled: true + mountPath: "/var/www" + type: emptyDir + + db: + noMount: true + forceName: "db" + enabled: true + type: emptyDir + + redismaster: + noMount: true + forceName: "redismaster" + enabled: true + type: emptyDir + +initContainers: + - name: init-postgresdb + image: postgres:13.1 + command: + - "sh" + - "-c" + - "until pg_isready -h ${pghost} ; do sleep 2 ; done" + imagePullPolicy: IfNotPresent + env: + - name: pghost + valueFrom: + secretKeyRef: + name: dbcreds + key: plainhost + +podSecurityContext: + fsGroup: 33 + +# -- Probe configuration +# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) +# @default -- See below +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: /status.php + + # -- Redainess probe configuration + # @default -- See below + readiness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: /status.php + + # -- Startup probe configuration + # @default -- See below + startup: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: HTTP + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + path: /status.php + +## 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: + volumePermissions: + enabled: true + 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: + volumePermissions: + enabled: true + 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.17/values.yaml b/develop/nextcloud/1.0.17/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/develop/prototype-gui/1.4.0/Chart.lock b/develop/prototype-gui/1.4.0/Chart.lock index c8117043bc6..8e3abb78c3a 100644 --- a/develop/prototype-gui/1.4.0/Chart.lock +++ b/develop/prototype-gui/1.4.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:49.729083847Z" +generated: "2021-07-04T11:09:12.065325871Z" diff --git a/incubator/airsonic/1.3.0/Chart.lock b/incubator/airsonic/1.3.0/Chart.lock index 66cd8c00bfa..40ef837a4d8 100644 --- a/incubator/airsonic/1.3.0/Chart.lock +++ b/incubator/airsonic/1.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:49.242946986Z" +generated: "2021-07-04T11:07:14.798700066Z" diff --git a/incubator/appdaemon/3.3.0/Chart.lock b/incubator/appdaemon/3.3.0/Chart.lock index 5d563a75345..910ad69b26d 100644 --- a/incubator/appdaemon/3.3.0/Chart.lock +++ b/incubator/appdaemon/3.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:51.016308629Z" +generated: "2021-07-04T11:07:16.4996026Z" diff --git a/incubator/bazarr/6.3.0/Chart.lock b/incubator/bazarr/6.3.0/Chart.lock index d2319ce5964..99cbc295eaa 100644 --- a/incubator/bazarr/6.3.0/Chart.lock +++ b/incubator/bazarr/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:52.730067743Z" +generated: "2021-07-04T11:07:18.189541668Z" diff --git a/incubator/booksonic-air/1.1.0/Chart.lock b/incubator/booksonic-air/1.1.0/Chart.lock index fc3cfb3be71..75ff7f8ce70 100644 --- a/incubator/booksonic-air/1.1.0/Chart.lock +++ b/incubator/booksonic-air/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:47:54.563026187Z" +generated: "2021-07-04T11:07:19.852534874Z" diff --git a/incubator/calibre-web/6.3.0/Chart.lock b/incubator/calibre-web/6.3.0/Chart.lock index 8eb1c3d2bc0..3aec2192069 100644 --- a/incubator/calibre-web/6.3.0/Chart.lock +++ b/incubator/calibre-web/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:58.048439962Z" +generated: "2021-07-04T11:07:23.336524169Z" diff --git a/incubator/calibre/1.1.0/Chart.lock b/incubator/calibre/1.1.0/Chart.lock index fff9a7b35ef..d32cd04519d 100644 --- a/incubator/calibre/1.1.0/Chart.lock +++ b/incubator/calibre/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:47:56.298372935Z" +generated: "2021-07-04T11:07:21.553260479Z" diff --git a/incubator/deconz/1.1.0/Chart.lock b/incubator/deconz/1.1.0/Chart.lock index 6322383481a..68cf44af35e 100644 --- a/incubator/deconz/1.1.0/Chart.lock +++ b/incubator/deconz/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:47:59.826874603Z" +generated: "2021-07-04T11:07:25.030183921Z" diff --git a/incubator/deluge/6.3.0/Chart.lock b/incubator/deluge/6.3.0/Chart.lock index 67da991a2dd..832a68045eb 100644 --- a/incubator/deluge/6.3.0/Chart.lock +++ b/incubator/deluge/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:01.630975606Z" +generated: "2021-07-04T11:07:26.753184549Z" diff --git a/incubator/dizquetv/1.1.0/Chart.lock b/incubator/dizquetv/1.1.0/Chart.lock index 3581eab24e1..5bc60752b42 100644 --- a/incubator/dizquetv/1.1.0/Chart.lock +++ b/incubator/dizquetv/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:03.414188882Z" +generated: "2021-07-04T11:07:28.501107519Z" diff --git a/incubator/duplicati/1.1.0/Chart.lock b/incubator/duplicati/1.1.0/Chart.lock index bce54332f0a..c031f18db24 100644 --- a/incubator/duplicati/1.1.0/Chart.lock +++ b/incubator/duplicati/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:05.136538593Z" +generated: "2021-07-04T11:07:30.224430559Z" diff --git a/incubator/fireflyiii/4.4.0/Chart.lock b/incubator/fireflyiii/4.4.0/Chart.lock index 119648a12cc..233952b6fb2 100644 --- a/incubator/fireflyiii/4.4.0/Chart.lock +++ b/incubator/fireflyiii/4.4.0/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.5.1 digest: sha256:f2f3785dc828ecd632f6571e8fbdb30fe438c84eac615b15ea180c65fdcd5ffc -generated: "2021-07-03T10:48:09.741408666Z" +generated: "2021-07-04T11:07:34.826955508Z" diff --git a/incubator/flaresolverr/1.1.0/Chart.lock b/incubator/flaresolverr/1.1.0/Chart.lock index dc35c65c699..96000c38729 100644 --- a/incubator/flaresolverr/1.1.0/Chart.lock +++ b/incubator/flaresolverr/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:14.838550842Z" +generated: "2021-07-04T11:07:39.767627306Z" diff --git a/incubator/flood/1.1.0/Chart.lock b/incubator/flood/1.1.0/Chart.lock index a24c3feec5b..5390fce719e 100644 --- a/incubator/flood/1.1.0/Chart.lock +++ b/incubator/flood/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:16.580949333Z" +generated: "2021-07-04T11:07:41.554402288Z" diff --git a/incubator/focalboard/1.1.0/Chart.lock b/incubator/focalboard/1.1.0/Chart.lock index ab19e86e0e5..76960efc924 100644 --- a/incubator/focalboard/1.1.0/Chart.lock +++ b/incubator/focalboard/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:18.358693117Z" +generated: "2021-07-04T11:07:43.254248459Z" diff --git a/incubator/freshrss/6.3.0/Chart.lock b/incubator/freshrss/6.3.0/Chart.lock index 2ea741f5d72..a46e8ce1219 100644 --- a/incubator/freshrss/6.3.0/Chart.lock +++ b/incubator/freshrss/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:20.113988915Z" +generated: "2021-07-04T11:07:44.939645592Z" diff --git a/incubator/gaps/6.3.0/Chart.lock b/incubator/gaps/6.3.0/Chart.lock index ad8a6931e1d..4d2e3df0d7d 100644 --- a/incubator/gaps/6.3.0/Chart.lock +++ b/incubator/gaps/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:21.87185853Z" +generated: "2021-07-04T11:07:46.628041433Z" diff --git a/incubator/gonic/1.1.0/Chart.lock b/incubator/gonic/1.1.0/Chart.lock index a15a3bebf91..9610a97b390 100644 --- a/incubator/gonic/1.1.0/Chart.lock +++ b/incubator/gonic/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:23.605318594Z" +generated: "2021-07-04T11:07:48.291090823Z" diff --git a/incubator/grocy/6.3.0/Chart.lock b/incubator/grocy/6.3.0/Chart.lock index d46e30081b3..28a1bd27cf0 100644 --- a/incubator/grocy/6.3.0/Chart.lock +++ b/incubator/grocy/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:25.330380106Z" +generated: "2021-07-04T11:07:49.998175776Z" diff --git a/incubator/haste-server/1.3.0/Chart.lock b/incubator/haste-server/1.3.0/Chart.lock index 0a299c53fbd..f280909f1c7 100644 --- a/incubator/haste-server/1.3.0/Chart.lock +++ b/incubator/haste-server/1.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:27.089497912Z" +generated: "2021-07-04T11:07:51.710442059Z" diff --git a/incubator/healthchecks/1.1.0/Chart.lock b/incubator/healthchecks/1.1.0/Chart.lock index cdd78ed2228..b5a318c549b 100644 --- a/incubator/healthchecks/1.1.0/Chart.lock +++ b/incubator/healthchecks/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:28.892163466Z" +generated: "2021-07-04T11:07:53.407690732Z" diff --git a/incubator/heimdall/6.3.0/Chart.lock b/incubator/heimdall/6.3.0/Chart.lock index 3e55b2a9af5..22589a04e39 100644 --- a/incubator/heimdall/6.3.0/Chart.lock +++ b/incubator/heimdall/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:30.646089657Z" +generated: "2021-07-04T11:07:55.082381358Z" diff --git a/incubator/hyperion-ng/1.1.0/Chart.lock b/incubator/hyperion-ng/1.1.0/Chart.lock index a23b8402907..77c802491b2 100644 --- a/incubator/hyperion-ng/1.1.0/Chart.lock +++ b/incubator/hyperion-ng/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:32.357559031Z" +generated: "2021-07-04T11:07:56.738960776Z" diff --git a/incubator/komga/1.1.0/Chart.lock b/incubator/komga/1.1.0/Chart.lock index 596350dd955..d2b2be16bcd 100644 --- a/incubator/komga/1.1.0/Chart.lock +++ b/incubator/komga/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:34.109451907Z" +generated: "2021-07-04T11:07:58.555292941Z" diff --git a/incubator/lazylibrarian/6.3.0/Chart.lock b/incubator/lazylibrarian/6.3.0/Chart.lock index 5108af082eb..cfa33d00945 100644 --- a/incubator/lazylibrarian/6.3.0/Chart.lock +++ b/incubator/lazylibrarian/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:35.852312275Z" +generated: "2021-07-04T11:08:00.236411905Z" diff --git a/incubator/librespeed/1.1.0/Chart.lock b/incubator/librespeed/1.1.0/Chart.lock index c8149491f1e..63fa28f4e77 100644 --- a/incubator/librespeed/1.1.0/Chart.lock +++ b/incubator/librespeed/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:37.626837624Z" +generated: "2021-07-04T11:08:02.015010236Z" diff --git a/incubator/lychee/6.3.0/Chart.lock b/incubator/lychee/6.3.0/Chart.lock index 7576c2332bf..7eed7bb9a49 100644 --- a/incubator/lychee/6.3.0/Chart.lock +++ b/incubator/lychee/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:39.403796086Z" +generated: "2021-07-04T11:08:03.718378017Z" diff --git a/incubator/mealie/1.3.0/Chart.lock b/incubator/mealie/1.3.0/Chart.lock index cf9a63b272c..1b9e0f66569 100644 --- a/incubator/mealie/1.3.0/Chart.lock +++ b/incubator/mealie/1.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:41.17339141Z" +generated: "2021-07-04T11:08:05.397665356Z" diff --git a/incubator/mosquitto/1.3.0/Chart.lock b/incubator/mosquitto/1.3.0/Chart.lock index f9190682139..04e79404187 100644 --- a/incubator/mosquitto/1.3.0/Chart.lock +++ b/incubator/mosquitto/1.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:42.892262466Z" +generated: "2021-07-04T11:08:07.084034637Z" diff --git a/incubator/mylar/1.1.0/Chart.lock b/incubator/mylar/1.1.0/Chart.lock index 9b9210e58bd..30242adcea8 100644 --- a/incubator/mylar/1.1.0/Chart.lock +++ b/incubator/mylar/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:44.694517792Z" +generated: "2021-07-04T11:08:08.878001786Z" diff --git a/incubator/navidrome/6.3.0/Chart.lock b/incubator/navidrome/6.3.0/Chart.lock index cc5fa7c066d..b838cafb7c8 100644 --- a/incubator/navidrome/6.3.0/Chart.lock +++ b/incubator/navidrome/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:46.542719503Z" +generated: "2021-07-04T11:08:10.649605806Z" diff --git a/incubator/node-red/6.3.0/Chart.lock b/incubator/node-red/6.3.0/Chart.lock index ad2e94850d3..5ac869881dd 100644 --- a/incubator/node-red/6.3.0/Chart.lock +++ b/incubator/node-red/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:48.331800018Z" +generated: "2021-07-04T11:08:12.403958024Z" diff --git a/incubator/nullserv/1.1.0/Chart.lock b/incubator/nullserv/1.1.0/Chart.lock index d0b981e587a..445f5aae321 100644 --- a/incubator/nullserv/1.1.0/Chart.lock +++ b/incubator/nullserv/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:50.110177943Z" +generated: "2021-07-04T11:08:14.186905512Z" diff --git a/incubator/nzbget/6.3.0/Chart.lock b/incubator/nzbget/6.3.0/Chart.lock index fd180e07ddb..c0f7642678e 100644 --- a/incubator/nzbget/6.3.0/Chart.lock +++ b/incubator/nzbget/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:51.826452909Z" +generated: "2021-07-04T11:08:15.924539731Z" diff --git a/incubator/octoprint/1.1.0/Chart.lock b/incubator/octoprint/1.1.0/Chart.lock index 1e9b7eb7b69..ea14d219c8b 100644 --- a/incubator/octoprint/1.1.0/Chart.lock +++ b/incubator/octoprint/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:53.548940115Z" +generated: "2021-07-04T11:08:17.648316153Z" diff --git a/incubator/omada-controller/1.1.0/Chart.lock b/incubator/omada-controller/1.1.0/Chart.lock index 1812dd5ce0e..d965ec90553 100644 --- a/incubator/omada-controller/1.1.0/Chart.lock +++ b/incubator/omada-controller/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:55.284225619Z" +generated: "2021-07-04T11:08:19.403594757Z" diff --git a/incubator/organizr/6.3.0/Chart.lock b/incubator/organizr/6.3.0/Chart.lock index af1b6e39380..d55b2e50c5c 100644 --- a/incubator/organizr/6.3.0/Chart.lock +++ b/incubator/organizr/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:48:57.03867757Z" +generated: "2021-07-04T11:08:21.1990798Z" diff --git a/incubator/overseerr/1.1.0/Chart.lock b/incubator/overseerr/1.1.0/Chart.lock index 90c622054df..f5e8e1364dd 100644 --- a/incubator/overseerr/1.1.0/Chart.lock +++ b/incubator/overseerr/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:48:58.755417342Z" +generated: "2021-07-04T11:08:22.907575326Z" diff --git a/incubator/owncast/1.1.0/Chart.lock b/incubator/owncast/1.1.0/Chart.lock index e327df746d7..54ea50f9794 100644 --- a/incubator/owncast/1.1.0/Chart.lock +++ b/incubator/owncast/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:00.505825608Z" +generated: "2021-07-04T11:08:24.673029359Z" diff --git a/incubator/owncloud-ocis/1.1.0/Chart.lock b/incubator/owncloud-ocis/1.1.0/Chart.lock index e73f296572d..46189c9335f 100644 --- a/incubator/owncloud-ocis/1.1.0/Chart.lock +++ b/incubator/owncloud-ocis/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:02.280482754Z" +generated: "2021-07-04T11:08:26.32539165Z" diff --git a/incubator/photoprism/1.1.0/Chart.lock b/incubator/photoprism/1.1.0/Chart.lock index 5e49c3f978a..96c021abcf4 100644 --- a/incubator/photoprism/1.1.0/Chart.lock +++ b/incubator/photoprism/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:04.03884038Z" +generated: "2021-07-04T11:08:28.093726814Z" diff --git a/incubator/piaware/1.1.0/Chart.lock b/incubator/piaware/1.1.0/Chart.lock index c9c1382bafb..e2fb93cb1ad 100644 --- a/incubator/piaware/1.1.0/Chart.lock +++ b/incubator/piaware/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:05.841451033Z" +generated: "2021-07-04T11:08:29.748112717Z" diff --git a/incubator/podgrab/4.3.0/Chart.lock b/incubator/podgrab/4.3.0/Chart.lock index 73db011048c..4416891ca17 100644 --- a/incubator/podgrab/4.3.0/Chart.lock +++ b/incubator/podgrab/4.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:07.612942165Z" +generated: "2021-07-04T11:08:31.405233036Z" diff --git a/incubator/pretend-youre-xyzzy/1.1.0/Chart.lock b/incubator/pretend-youre-xyzzy/1.1.0/Chart.lock index ec5a061b369..7c328f78195 100644 --- a/incubator/pretend-youre-xyzzy/1.1.0/Chart.lock +++ b/incubator/pretend-youre-xyzzy/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:09.431585493Z" +generated: "2021-07-04T11:08:33.157658229Z" diff --git a/incubator/protonmail-bridge/1.1.0/Chart.lock b/incubator/protonmail-bridge/1.1.0/Chart.lock index 046cf512e27..0078cee3072 100644 --- a/incubator/protonmail-bridge/1.1.0/Chart.lock +++ b/incubator/protonmail-bridge/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:11.160795095Z" +generated: "2021-07-04T11:08:34.776883076Z" diff --git a/incubator/prowlarr/1.3.0/Chart.lock b/incubator/prowlarr/1.3.0/Chart.lock index fb034b438f6..0d481cf2b81 100644 --- a/incubator/prowlarr/1.3.0/Chart.lock +++ b/incubator/prowlarr/1.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:12.910776442Z" +generated: "2021-07-04T11:08:36.448672829Z" diff --git a/incubator/pyload/1.1.0/Chart.lock b/incubator/pyload/1.1.0/Chart.lock index 5e52bb66a9f..120fdbe355d 100644 --- a/incubator/pyload/1.1.0/Chart.lock +++ b/incubator/pyload/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:14.732129906Z" +generated: "2021-07-04T11:08:38.151846566Z" diff --git a/incubator/qbittorrent/6.3.0/Chart.lock b/incubator/qbittorrent/6.3.0/Chart.lock index e02852cdf73..de1db15d9c0 100644 --- a/incubator/qbittorrent/6.3.0/Chart.lock +++ b/incubator/qbittorrent/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:16.471218871Z" +generated: "2021-07-04T11:08:39.873821812Z" diff --git a/incubator/readarr/6.3.0/Chart.lock b/incubator/readarr/6.3.0/Chart.lock index fdf8f784c38..db0d4674889 100644 --- a/incubator/readarr/6.3.0/Chart.lock +++ b/incubator/readarr/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:18.278296816Z" +generated: "2021-07-04T11:08:41.570545967Z" diff --git a/incubator/reg/1.3.0/Chart.lock b/incubator/reg/1.3.0/Chart.lock index a4fe19e41b6..0b7ca732442 100644 --- a/incubator/reg/1.3.0/Chart.lock +++ b/incubator/reg/1.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:20.041528452Z" +generated: "2021-07-04T11:08:43.302121601Z" diff --git a/incubator/sabnzbd/6.3.0/Chart.lock b/incubator/sabnzbd/6.3.0/Chart.lock index e6d58fce755..82400240991 100644 --- a/incubator/sabnzbd/6.3.0/Chart.lock +++ b/incubator/sabnzbd/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:21.77105945Z" +generated: "2021-07-04T11:08:45.12069434Z" diff --git a/incubator/ser2sock/1.1.0/Chart.lock b/incubator/ser2sock/1.1.0/Chart.lock index 3fffb1b2e46..251a41e4880 100644 --- a/incubator/ser2sock/1.1.0/Chart.lock +++ b/incubator/ser2sock/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:23.510418062Z" +generated: "2021-07-04T11:08:46.793705635Z" diff --git a/incubator/stash/1.1.0/Chart.lock b/incubator/stash/1.1.0/Chart.lock index a2671e06a42..e84c8cba5b6 100644 --- a/incubator/stash/1.1.0/Chart.lock +++ b/incubator/stash/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:25.249126785Z" +generated: "2021-07-04T11:08:48.492876283Z" diff --git a/incubator/thelounge/1.3.0/Chart.lock b/incubator/thelounge/1.3.0/Chart.lock index 9edcd096a86..a923a19fb6e 100644 --- a/incubator/thelounge/1.3.0/Chart.lock +++ b/incubator/thelounge/1.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:27.003261269Z" +generated: "2021-07-04T11:08:50.198744556Z" diff --git a/incubator/tvheadend/7.3.0/Chart.lock b/incubator/tvheadend/7.3.0/Chart.lock index 2ec1b5f970b..2e2b48d3a49 100644 --- a/incubator/tvheadend/7.3.0/Chart.lock +++ b/incubator/tvheadend/7.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:28.827022871Z" +generated: "2021-07-04T11:08:51.937213319Z" diff --git a/incubator/unifi/6.3.0/Chart.lock b/incubator/unifi/6.3.0/Chart.lock index e8df9c49817..ab703969eb6 100644 --- a/incubator/unifi/6.3.0/Chart.lock +++ b/incubator/unifi/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:30.570057229Z" +generated: "2021-07-04T11:08:53.691578076Z" diff --git a/incubator/unpackerr/1.3.0/Chart.lock b/incubator/unpackerr/1.3.0/Chart.lock index 8a081622974..95ea3d2a7ac 100644 --- a/incubator/unpackerr/1.3.0/Chart.lock +++ b/incubator/unpackerr/1.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:49:32.298901061Z" +generated: "2021-07-04T11:08:55.408207512Z" diff --git a/incubator/xteve/1.1.0/Chart.lock b/incubator/xteve/1.1.0/Chart.lock index d1c21245667..24e7478a1ba 100644 --- a/incubator/xteve/1.1.0/Chart.lock +++ b/incubator/xteve/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:34.019289869Z" +generated: "2021-07-04T11:08:57.135444137Z" diff --git a/non-free/resilio-sync/1.1.0/Chart.lock b/non-free/resilio-sync/1.1.0/Chart.lock index a38ed54dd60..7db83815cbd 100644 --- a/non-free/resilio-sync/1.1.0/Chart.lock +++ b/non-free/resilio-sync/1.1.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.5.0 digest: sha256:3316b39ae975dc3dfaad55bc8a3cbe688c69874dbcabbed57d538a6b42416f9e -generated: "2021-07-03T10:49:51.492126364Z" +generated: "2021-07-04T11:09:13.840291582Z" diff --git a/stable/collabora-online/6.3.0/Chart.lock b/stable/collabora-online/6.3.0/Chart.lock index 2edd410898b..981fb1f15db 100644 --- a/stable/collabora-online/6.3.0/Chart.lock +++ b/stable/collabora-online/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:04.692679212Z" +generated: "2021-07-04T11:06:32.499536227Z" diff --git a/stable/deepstack-cpu/4.3.0/Chart.lock b/stable/deepstack-cpu/4.3.0/Chart.lock index c92d1653e1d..50a5aa59b49 100644 --- a/stable/deepstack-cpu/4.3.0/Chart.lock +++ b/stable/deepstack-cpu/4.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:07.114866116Z" +generated: "2021-07-04T11:06:34.334419861Z" diff --git a/stable/emby/6.3.0/Chart.lock b/stable/emby/6.3.0/Chart.lock index 60f4823250a..bb095997e77 100644 --- a/stable/emby/6.3.0/Chart.lock +++ b/stable/emby/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:08.880091623Z" +generated: "2021-07-04T11:06:36.042974937Z" diff --git a/stable/esphome/6.3.0/Chart.lock b/stable/esphome/6.3.0/Chart.lock index 7ebb699460f..e5a2a55224c 100644 --- a/stable/esphome/6.3.0/Chart.lock +++ b/stable/esphome/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:10.627808597Z" +generated: "2021-07-04T11:06:37.755310934Z" diff --git a/stable/handbrake/6.3.0/Chart.lock b/stable/handbrake/6.3.0/Chart.lock index 771312a919c..986a4a303cc 100644 --- a/stable/handbrake/6.3.0/Chart.lock +++ b/stable/handbrake/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:12.50192193Z" +generated: "2021-07-04T11:06:39.59871582Z" diff --git a/stable/home-assistant/6.3.0/Chart.lock b/stable/home-assistant/6.3.0/Chart.lock index 31dc9f48b4b..16664f889fc 100644 --- a/stable/home-assistant/6.3.0/Chart.lock +++ b/stable/home-assistant/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:14.280021486Z" +generated: "2021-07-04T11:06:41.245259405Z" diff --git a/stable/jackett/6.3.0/Chart.lock b/stable/jackett/6.3.0/Chart.lock index 3448e496035..82d9818e3b1 100644 --- a/stable/jackett/6.3.0/Chart.lock +++ b/stable/jackett/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:16.061950157Z" +generated: "2021-07-04T11:06:43.064186102Z" diff --git a/stable/jellyfin/6.3.0/Chart.lock b/stable/jellyfin/6.3.0/Chart.lock index b3ca7d439cf..3b2ce546e4f 100644 --- a/stable/jellyfin/6.3.0/Chart.lock +++ b/stable/jellyfin/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:17.832408514Z" +generated: "2021-07-04T11:06:44.832342589Z" diff --git a/stable/kms/6.3.0/Chart.lock b/stable/kms/6.3.0/Chart.lock index 17089bbac84..aa98b035a25 100644 --- a/stable/kms/6.3.0/Chart.lock +++ b/stable/kms/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:19.613801088Z" +generated: "2021-07-04T11:06:46.588258801Z" diff --git a/stable/lidarr/6.3.0/Chart.lock b/stable/lidarr/6.3.0/Chart.lock index 458c3f35a5d..95ceb4da248 100644 --- a/stable/lidarr/6.3.0/Chart.lock +++ b/stable/lidarr/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:21.392259542Z" +generated: "2021-07-04T11:06:48.341887705Z" diff --git a/stable/ombi/6.3.0/Chart.lock b/stable/ombi/6.3.0/Chart.lock index 6b023f852e5..bd984395b00 100644 --- a/stable/ombi/6.3.0/Chart.lock +++ b/stable/ombi/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:23.169344097Z" +generated: "2021-07-04T11:06:49.998465107Z" diff --git a/stable/plex/5.3.0/Chart.lock b/stable/plex/5.3.0/Chart.lock index 1b5df8a8a31..55fbe699703 100644 --- a/stable/plex/5.3.0/Chart.lock +++ b/stable/plex/5.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:24.937169392Z" +generated: "2021-07-04T11:06:51.656210616Z" diff --git a/stable/radarr/6.3.0/Chart.lock b/stable/radarr/6.3.0/Chart.lock index b3c56661449..0ba65eaa7b7 100644 --- a/stable/radarr/6.3.0/Chart.lock +++ b/stable/radarr/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:26.699453771Z" +generated: "2021-07-04T11:06:53.338672679Z" diff --git a/stable/sonarr/6.3.0/Chart.lock b/stable/sonarr/6.3.0/Chart.lock index 0e3fa1eb2d8..932388adeb8 100644 --- a/stable/sonarr/6.3.0/Chart.lock +++ b/stable/sonarr/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:28.412431697Z" +generated: "2021-07-04T11:06:55.086889151Z" diff --git a/stable/syncthing/6.3.0/Chart.lock b/stable/syncthing/6.3.0/Chart.lock index 9d0ef1a16ee..80b4a50aee5 100644 --- a/stable/syncthing/6.3.0/Chart.lock +++ b/stable/syncthing/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:30.190507638Z" +generated: "2021-07-04T11:06:56.777711947Z" diff --git a/stable/tautulli/6.3.0/Chart.lock b/stable/tautulli/6.3.0/Chart.lock index f2d30302ec7..e45de453ca1 100644 --- a/stable/tautulli/6.3.0/Chart.lock +++ b/stable/tautulli/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:31.92154484Z" +generated: "2021-07-04T11:06:58.448782354Z" diff --git a/stable/traefik/6.4.0/Chart.lock b/stable/traefik/6.4.0/Chart.lock index 8bc13a93f53..2bac30d0cb5 100644 --- a/stable/traefik/6.4.0/Chart.lock +++ b/stable/traefik/6.4.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:33.671865256Z" +generated: "2021-07-04T11:07:00.112610919Z" diff --git a/stable/transmission/6.3.0/Chart.lock b/stable/transmission/6.3.0/Chart.lock index 90e2fb89f46..9a6a3bc973b 100644 --- a/stable/transmission/6.3.0/Chart.lock +++ b/stable/transmission/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:35.453929221Z" +generated: "2021-07-04T11:07:01.858470156Z" diff --git a/stable/truecommand/6.3.0/Chart.lock b/stable/truecommand/6.3.0/Chart.lock index 77f378d132b..38957aac496 100644 --- a/stable/truecommand/6.3.0/Chart.lock +++ b/stable/truecommand/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:37.231151364Z" +generated: "2021-07-04T11:07:03.560044738Z" diff --git a/stable/vaultwarden/3.4.0/Chart.lock b/stable/vaultwarden/3.4.0/Chart.lock index 2f739caf413..b922a220bba 100644 --- a/stable/vaultwarden/3.4.0/Chart.lock +++ b/stable/vaultwarden/3.4.0/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 10.5.1 digest: sha256:f2f3785dc828ecd632f6571e8fbdb30fe438c84eac615b15ea180c65fdcd5ffc -generated: "2021-07-03T10:47:42.143277579Z" +generated: "2021-07-04T11:07:08.135323621Z" diff --git a/stable/zwavejs2mqtt/6.3.0/Chart.lock b/stable/zwavejs2mqtt/6.3.0/Chart.lock index 25de7f00898..b5b92dd2659 100644 --- a/stable/zwavejs2mqtt/6.3.0/Chart.lock +++ b/stable/zwavejs2mqtt/6.3.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.5.0 digest: sha256:ed596d2f9e2a64ab7aa4d46950d27ade9b8f11fde1cfd14f4142f6409f6b5e84 -generated: "2021-07-03T10:47:47.503912726Z" +generated: "2021-07-04T11:07:13.129599224Z"