diff --git a/deprecated/nzbhydra/6.2.10/Chart.lock b/deprecated/nzbhydra/6.2.10/Chart.lock index d86bbce1450..754ad014b72 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-03T07:55:41.290236661Z" +generated: "2021-07-03T08:39:24.389340753Z" diff --git a/develop/nextcloud/1.0.9/CONFIG.md b/develop/nextcloud/1.0.9/CONFIG.md new file mode 100644 index 00000000000..dddbce20079 --- /dev/null +++ b/develop/nextcloud/1.0.9/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.9/Chart.lock b/develop/nextcloud/1.0.9/Chart.lock new file mode 100644 index 00000000000..3363024ae0a --- /dev/null +++ b/develop/nextcloud/1.0.9/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-03T08:39:13.42996639Z" diff --git a/develop/nextcloud/1.0.9/Chart.yaml b/develop/nextcloud/1.0.9/Chart.yaml new file mode 100644 index 00000000000..340da832be3 --- /dev/null +++ b/develop/nextcloud/1.0.9/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.9 diff --git a/develop/nextcloud/1.0.9/README.md b/develop/nextcloud/1.0.9/README.md new file mode 100644 index 00000000000..a6c0421d33c --- /dev/null +++ b/develop/nextcloud/1.0.9/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.9/app-readme.md b/develop/nextcloud/1.0.9/app-readme.md new file mode 100644 index 00000000000..6989aad3944 --- /dev/null +++ b/develop/nextcloud/1.0.9/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.9/charts/common-6.4.6.tgz b/develop/nextcloud/1.0.9/charts/common-6.4.6.tgz new file mode 100644 index 00000000000..e164276cc56 Binary files /dev/null and b/develop/nextcloud/1.0.9/charts/common-6.4.6.tgz differ diff --git a/develop/nextcloud/1.0.9/charts/postgresql-10.5.1.tgz b/develop/nextcloud/1.0.9/charts/postgresql-10.5.1.tgz new file mode 100644 index 00000000000..9e316da6000 Binary files /dev/null and b/develop/nextcloud/1.0.9/charts/postgresql-10.5.1.tgz differ diff --git a/develop/nextcloud/1.0.9/charts/redis-14.6.3.tgz b/develop/nextcloud/1.0.9/charts/redis-14.6.3.tgz new file mode 100644 index 00000000000..b95f7f9dfd3 Binary files /dev/null and b/develop/nextcloud/1.0.9/charts/redis-14.6.3.tgz differ diff --git a/develop/nextcloud/1.0.9/ix_values.yaml b/develop/nextcloud/1.0.9/ix_values.yaml new file mode 100644 index 00000000000..c97d17db9bd --- /dev/null +++ b/develop/nextcloud/1.0.9/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.9/questions.yaml b/develop/nextcloud/1.0.9/questions.yaml new file mode 100644 index 00000000000..e06f046a97c --- /dev/null +++ b/develop/nextcloud/1.0.9/questions.yaml @@ -0,0 +1,812 @@ +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: "" + + # 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: 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: "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.9/templates/_configmap.tpl b/develop/nextcloud/1.0.9/templates/_configmap.tpl new file mode 100644 index 00000000000..c89bdb3f13b --- /dev/null +++ b/develop/nextcloud/1.0.9/templates/_configmap.tpl @@ -0,0 +1,22 @@ +{{/* 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.9/templates/_cronjob.tpl b/develop/nextcloud/1.0.9/templates/_cronjob.tpl new file mode 100644 index 00000000000..9346ea6690a --- /dev/null +++ b/develop/nextcloud/1.0.9/templates/_cronjob.tpl @@ -0,0 +1,54 @@ +{{/* 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: + {{- if .Values.securityContext }} + {{- with .Values.securityContext }} + {{- toYaml . | nindent 17 }} + {{- end }} + {{- end }} + resources: +{{ toYaml .Values.resources | indent 16 }} + +{{- end -}} diff --git a/develop/nextcloud/1.0.9/templates/_secrets.tpl b/develop/nextcloud/1.0.9/templates/_secrets.tpl new file mode 100644 index 00000000000..d9ae0df858c --- /dev/null +++ b/develop/nextcloud/1.0.9/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.9/templates/common.yaml b/develop/nextcloud/1.0.9/templates/common.yaml new file mode 100644 index 00000000000..8e72c538b1d --- /dev/null +++ b/develop/nextcloud/1.0.9/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.9/test_values.yaml b/develop/nextcloud/1.0.9/test_values.yaml new file mode 100644 index 00000000000..1ddab62391e --- /dev/null +++ b/develop/nextcloud/1.0.9/test_values.yaml @@ -0,0 +1,153 @@ +# 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" + +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: + forceName: "db" + enabled: true + type: emptyDir + + redismaster: + 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: + 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.9/values.yaml b/develop/nextcloud/1.0.9/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/develop/prototype-gui/1.3.12/Chart.lock b/develop/prototype-gui/1.3.12/Chart.lock index 1e68a28c029..fb7c2c06284 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-03T07:55:38.126950805Z" +generated: "2021-07-03T08:39:21.154635447Z" diff --git a/incubator/airsonic/1.2.11/Chart.lock b/incubator/airsonic/1.2.11/Chart.lock index b478163e3e8..25762659e92 100644 --- a/incubator/airsonic/1.2.11/Chart.lock +++ b/incubator/airsonic/1.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-03T07:53:46.418894048Z" +generated: "2021-07-03T08:37:31.898933612Z" diff --git a/incubator/appdaemon/3.2.12/Chart.lock b/incubator/appdaemon/3.2.12/Chart.lock index 76c7e8cfa94..ba36a861978 100644 --- a/incubator/appdaemon/3.2.12/Chart.lock +++ b/incubator/appdaemon/3.2.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-03T07:53:47.952426973Z" +generated: "2021-07-03T08:37:33.491844957Z" diff --git a/incubator/bazarr/6.2.10/Chart.lock b/incubator/bazarr/6.2.10/Chart.lock index 0ad1bde821f..3d32328ef28 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-03T07:53:49.506655342Z" +generated: "2021-07-03T08:37:35.034474566Z" diff --git a/incubator/booksonic-air/1.0.2/Chart.lock b/incubator/booksonic-air/1.0.2/Chart.lock index 4d3534bda52..84adb4be453 100644 --- a/incubator/booksonic-air/1.0.2/Chart.lock +++ b/incubator/booksonic-air/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:53:51.026550792Z" +generated: "2021-07-03T08:37:36.607809127Z" diff --git a/incubator/calibre-web/6.2.10/Chart.lock b/incubator/calibre-web/6.2.10/Chart.lock index 4738004346f..ce581fe0ed3 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-03T07:53:54.166959728Z" +generated: "2021-07-03T08:37:39.742345533Z" diff --git a/incubator/calibre/1.0.2/Chart.lock b/incubator/calibre/1.0.2/Chart.lock index 33b6397bd92..2a7f27bf68c 100644 --- a/incubator/calibre/1.0.2/Chart.lock +++ b/incubator/calibre/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:53:52.646690459Z" +generated: "2021-07-03T08:37:38.147923083Z" diff --git a/incubator/deconz/1.0.2/Chart.lock b/incubator/deconz/1.0.2/Chart.lock index bbc4467bf2e..ef1b4520539 100644 --- a/incubator/deconz/1.0.2/Chart.lock +++ b/incubator/deconz/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:53:55.697346723Z" +generated: "2021-07-03T08:37:41.387557381Z" diff --git a/incubator/deluge/6.2.10/Chart.lock b/incubator/deluge/6.2.10/Chart.lock index 9293b67d93e..6968028acd3 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-03T07:53:57.30060615Z" +generated: "2021-07-03T08:37:42.944087409Z" diff --git a/incubator/dizquetv/1.0.2/Chart.lock b/incubator/dizquetv/1.0.2/Chart.lock index 9b4134a5381..ffa26542baf 100644 --- a/incubator/dizquetv/1.0.2/Chart.lock +++ b/incubator/dizquetv/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:53:58.866673311Z" +generated: "2021-07-03T08:37:44.508861585Z" diff --git a/incubator/duplicati/1.0.2/Chart.lock b/incubator/duplicati/1.0.2/Chart.lock index a88f6c45794..fefd43bc639 100644 --- a/incubator/duplicati/1.0.2/Chart.lock +++ b/incubator/duplicati/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:00.42252506Z" +generated: "2021-07-03T08:37:46.141285697Z" diff --git a/incubator/fireflyiii/4.3.11/Chart.lock b/incubator/fireflyiii/4.3.11/Chart.lock index cc47a329c6e..ddc550e6484 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-03T07:54:05.085837599Z" +generated: "2021-07-03T08:37:50.444577658Z" diff --git a/incubator/flaresolverr/1.0.2/Chart.lock b/incubator/flaresolverr/1.0.2/Chart.lock index 8b0b52ee7b3..8e30e958338 100644 --- a/incubator/flaresolverr/1.0.2/Chart.lock +++ b/incubator/flaresolverr/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:10.144835355Z" +generated: "2021-07-03T08:37:55.540177797Z" diff --git a/incubator/flood/1.0.2/Chart.lock b/incubator/flood/1.0.2/Chart.lock index 7c086642694..0ebfcc6a12e 100644 --- a/incubator/flood/1.0.2/Chart.lock +++ b/incubator/flood/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:11.663468531Z" +generated: "2021-07-03T08:37:57.059922901Z" diff --git a/incubator/focalboard/1.0.2/Chart.lock b/incubator/focalboard/1.0.2/Chart.lock index 8804c242fc2..798c90cbadd 100644 --- a/incubator/focalboard/1.0.2/Chart.lock +++ b/incubator/focalboard/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:13.210724381Z" +generated: "2021-07-03T08:37:58.587083048Z" diff --git a/incubator/freshrss/6.2.10/Chart.lock b/incubator/freshrss/6.2.10/Chart.lock index f74a06cb4c0..8c2b342c359 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-03T07:54:14.773939228Z" +generated: "2021-07-03T08:38:00.12349675Z" diff --git a/incubator/gaps/6.2.10/Chart.lock b/incubator/gaps/6.2.10/Chart.lock index 54fa1d8710c..840040759bf 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-03T07:54:16.297831809Z" +generated: "2021-07-03T08:38:01.686334206Z" diff --git a/incubator/gonic/1.0.2/Chart.lock b/incubator/gonic/1.0.2/Chart.lock index e3edb4a65a7..b3e93d88f52 100644 --- a/incubator/gonic/1.0.2/Chart.lock +++ b/incubator/gonic/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:17.811010054Z" +generated: "2021-07-03T08:38:03.244932706Z" diff --git a/incubator/grocy/6.2.10/Chart.lock b/incubator/grocy/6.2.10/Chart.lock index e233fadc419..18391ad16d9 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-03T07:54:19.35010706Z" +generated: "2021-07-03T08:38:04.805056915Z" diff --git a/incubator/haste-server/1.2.10/Chart.lock b/incubator/haste-server/1.2.10/Chart.lock index 480ee4dfe35..9622a9f77f5 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-03T07:54:20.868432639Z" +generated: "2021-07-03T08:38:06.340609279Z" diff --git a/incubator/healthchecks/1.0.2/Chart.lock b/incubator/healthchecks/1.0.2/Chart.lock index 972d6740dbf..ffdf952c91b 100644 --- a/incubator/healthchecks/1.0.2/Chart.lock +++ b/incubator/healthchecks/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:22.428195094Z" +generated: "2021-07-03T08:38:07.9541586Z" diff --git a/incubator/heimdall/6.2.10/Chart.lock b/incubator/heimdall/6.2.10/Chart.lock index 37f294b4efb..eb7b0fad5a9 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-03T07:54:23.968760488Z" +generated: "2021-07-03T08:38:09.489193162Z" diff --git a/incubator/hyperion-ng/1.0.2/Chart.lock b/incubator/hyperion-ng/1.0.2/Chart.lock index b63ed07c1bc..b29c413622c 100644 --- a/incubator/hyperion-ng/1.0.2/Chart.lock +++ b/incubator/hyperion-ng/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:25.536883662Z" +generated: "2021-07-03T08:38:11.080017037Z" diff --git a/incubator/komga/1.0.2/Chart.lock b/incubator/komga/1.0.2/Chart.lock index d5e684fa5fe..d9bc2254ade 100644 --- a/incubator/komga/1.0.2/Chart.lock +++ b/incubator/komga/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:27.103477837Z" +generated: "2021-07-03T08:38:12.704345788Z" diff --git a/incubator/lazylibrarian/6.2.10/Chart.lock b/incubator/lazylibrarian/6.2.10/Chart.lock index 8ab04e847fd..8cfd6e21888 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-03T07:54:28.697011159Z" +generated: "2021-07-03T08:38:14.298355963Z" diff --git a/incubator/librespeed/1.0.2/Chart.lock b/incubator/librespeed/1.0.2/Chart.lock index 4d995a8cb8c..0d73b6d8dbd 100644 --- a/incubator/librespeed/1.0.2/Chart.lock +++ b/incubator/librespeed/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:30.284149662Z" +generated: "2021-07-03T08:38:15.893313945Z" diff --git a/incubator/lychee/6.2.10/Chart.lock b/incubator/lychee/6.2.10/Chart.lock index c8c3f1112f5..1f785f5598f 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-03T07:54:31.80663763Z" +generated: "2021-07-03T08:38:17.770473639Z" diff --git a/incubator/mealie/1.2.11/Chart.lock b/incubator/mealie/1.2.11/Chart.lock index dc7bdf01c52..b373d17e2cb 100644 --- a/incubator/mealie/1.2.11/Chart.lock +++ b/incubator/mealie/1.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-03T07:54:33.415790034Z" +generated: "2021-07-03T08:38:19.506997829Z" diff --git a/incubator/mosquitto/1.2.11/Chart.lock b/incubator/mosquitto/1.2.11/Chart.lock index b18f53d8a3e..ffbe91777ef 100644 --- a/incubator/mosquitto/1.2.11/Chart.lock +++ b/incubator/mosquitto/1.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-03T07:54:35.095357931Z" +generated: "2021-07-03T08:38:21.083364035Z" diff --git a/incubator/mylar/1.0.2/Chart.lock b/incubator/mylar/1.0.2/Chart.lock index 5dc13dad941..cbc4c11fd46 100644 --- a/incubator/mylar/1.0.2/Chart.lock +++ b/incubator/mylar/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:36.736428556Z" +generated: "2021-07-03T08:38:22.597891198Z" diff --git a/incubator/navidrome/6.2.10/Chart.lock b/incubator/navidrome/6.2.10/Chart.lock index d74a9204e79..fd906f02d01 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-03T07:54:38.43538027Z" +generated: "2021-07-03T08:38:24.176030014Z" diff --git a/incubator/node-red/6.2.10/Chart.lock b/incubator/node-red/6.2.10/Chart.lock index 5e885872664..16818aa59cc 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-03T07:54:40.040247187Z" +generated: "2021-07-03T08:38:25.769961421Z" diff --git a/incubator/nullserv/1.0.2/Chart.lock b/incubator/nullserv/1.0.2/Chart.lock index 000531d90cc..c1d25023819 100644 --- a/incubator/nullserv/1.0.2/Chart.lock +++ b/incubator/nullserv/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:41.67787914Z" +generated: "2021-07-03T08:38:27.334670674Z" diff --git a/incubator/nzbget/6.2.10/Chart.lock b/incubator/nzbget/6.2.10/Chart.lock index 47a044d6b06..fc8ef3945d6 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-03T07:54:43.286401258Z" +generated: "2021-07-03T08:38:28.868695053Z" diff --git a/incubator/octoprint/1.0.2/Chart.lock b/incubator/octoprint/1.0.2/Chart.lock index e02eaf0b2f2..2f956570d89 100644 --- a/incubator/octoprint/1.0.2/Chart.lock +++ b/incubator/octoprint/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:44.894353894Z" +generated: "2021-07-03T08:38:30.403692437Z" diff --git a/incubator/omada-controller/1.0.2/Chart.lock b/incubator/omada-controller/1.0.2/Chart.lock index 6816e1a7ed5..21dd7598d59 100644 --- a/incubator/omada-controller/1.0.2/Chart.lock +++ b/incubator/omada-controller/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:46.520851957Z" +generated: "2021-07-03T08:38:31.953471105Z" diff --git a/incubator/organizr/6.2.11/Chart.lock b/incubator/organizr/6.2.11/Chart.lock index bd41faa14a8..98232b738a8 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-03T07:54:48.107464028Z" +generated: "2021-07-03T08:38:33.531477733Z" diff --git a/incubator/overseerr/1.0.2/Chart.lock b/incubator/overseerr/1.0.2/Chart.lock index b9c2ae9df32..d36f7e85130 100644 --- a/incubator/overseerr/1.0.2/Chart.lock +++ b/incubator/overseerr/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:49.699645376Z" +generated: "2021-07-03T08:38:35.086705254Z" diff --git a/incubator/owncast/1.0.2/Chart.lock b/incubator/owncast/1.0.2/Chart.lock index 3623f6056be..237872c336b 100644 --- a/incubator/owncast/1.0.2/Chart.lock +++ b/incubator/owncast/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:51.307994232Z" +generated: "2021-07-03T08:38:36.644400692Z" diff --git a/incubator/owncloud-ocis/1.0.2/Chart.lock b/incubator/owncloud-ocis/1.0.2/Chart.lock index 96c4a701136..f78edaa2002 100644 --- a/incubator/owncloud-ocis/1.0.2/Chart.lock +++ b/incubator/owncloud-ocis/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:52.908084076Z" +generated: "2021-07-03T08:38:38.236846027Z" diff --git a/incubator/photoprism/1.0.2/Chart.lock b/incubator/photoprism/1.0.2/Chart.lock index 3ac7d56288f..caa91e22c6c 100644 --- a/incubator/photoprism/1.0.2/Chart.lock +++ b/incubator/photoprism/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:54.545780598Z" +generated: "2021-07-03T08:38:39.77605036Z" diff --git a/incubator/piaware/1.0.2/Chart.lock b/incubator/piaware/1.0.2/Chart.lock index 65c8a146fa7..7bca6380725 100644 --- a/incubator/piaware/1.0.2/Chart.lock +++ b/incubator/piaware/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:56.194835488Z" +generated: "2021-07-03T08:38:41.316157099Z" diff --git a/incubator/podgrab/4.2.10/Chart.lock b/incubator/podgrab/4.2.10/Chart.lock index 177704b08e7..3749753a140 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-03T07:54:57.896115087Z" +generated: "2021-07-03T08:38:42.889762685Z" diff --git a/incubator/pretend-youre-xyzzy/1.0.2/Chart.lock b/incubator/pretend-youre-xyzzy/1.0.2/Chart.lock index 4c31f6a46b3..66cafd9583c 100644 --- a/incubator/pretend-youre-xyzzy/1.0.2/Chart.lock +++ b/incubator/pretend-youre-xyzzy/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:54:59.772832951Z" +generated: "2021-07-03T08:38:44.420706248Z" diff --git a/incubator/protonmail-bridge/1.0.2/Chart.lock b/incubator/protonmail-bridge/1.0.2/Chart.lock index 87bbb7cc383..b4db654c122 100644 --- a/incubator/protonmail-bridge/1.0.2/Chart.lock +++ b/incubator/protonmail-bridge/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:55:01.834623984Z" +generated: "2021-07-03T08:38:46.053034593Z" diff --git a/incubator/prowlarr/1.2.12/Chart.lock b/incubator/prowlarr/1.2.12/Chart.lock index 13a07737a7c..d9128b24f3f 100644 --- a/incubator/prowlarr/1.2.12/Chart.lock +++ b/incubator/prowlarr/1.2.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-03T07:55:03.523262333Z" +generated: "2021-07-03T08:38:47.616504043Z" diff --git a/incubator/pyload/1.0.2/Chart.lock b/incubator/pyload/1.0.2/Chart.lock index d1feac6dc3c..b899589ece9 100644 --- a/incubator/pyload/1.0.2/Chart.lock +++ b/incubator/pyload/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:55:05.214666721Z" +generated: "2021-07-03T08:38:49.144226588Z" diff --git a/incubator/qbittorrent/6.2.10/Chart.lock b/incubator/qbittorrent/6.2.10/Chart.lock index 59b5f4aca1d..4274c5082e9 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-03T07:55:06.885073155Z" +generated: "2021-07-03T08:38:50.772627785Z" diff --git a/incubator/readarr/6.2.11/Chart.lock b/incubator/readarr/6.2.11/Chart.lock index e97a83676c5..6c486b7b755 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-03T07:55:08.521803572Z" +generated: "2021-07-03T08:38:52.394696491Z" diff --git a/incubator/reg/1.2.10/Chart.lock b/incubator/reg/1.2.10/Chart.lock index 40288faa985..544108fac10 100644 --- a/incubator/reg/1.2.10/Chart.lock +++ b/incubator/reg/1.2.10/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-03T07:55:10.173996562Z" +generated: "2021-07-03T08:38:54.026107946Z" diff --git a/incubator/sabnzbd/6.2.10/Chart.lock b/incubator/sabnzbd/6.2.10/Chart.lock index 5a59722f792..cd031014125 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-03T07:55:11.816723578Z" +generated: "2021-07-03T08:38:55.638096197Z" diff --git a/incubator/ser2sock/1.0.2/Chart.lock b/incubator/ser2sock/1.0.2/Chart.lock index 2a9ceed3b1b..936b4297821 100644 --- a/incubator/ser2sock/1.0.2/Chart.lock +++ b/incubator/ser2sock/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:55:13.470201632Z" +generated: "2021-07-03T08:38:57.316283601Z" diff --git a/incubator/stash/1.0.4/Chart.lock b/incubator/stash/1.0.4/Chart.lock index 6f88d6b2634..a35d136387a 100644 --- a/incubator/stash/1.0.4/Chart.lock +++ b/incubator/stash/1.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:55:15.138477938Z" +generated: "2021-07-03T08:38:58.907520518Z" diff --git a/incubator/thelounge/1.2.11/Chart.lock b/incubator/thelounge/1.2.11/Chart.lock index 5d02695daf0..d5e55f7bdb0 100644 --- a/incubator/thelounge/1.2.11/Chart.lock +++ b/incubator/thelounge/1.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-03T07:55:17.276546708Z" +generated: "2021-07-03T08:39:00.542687377Z" diff --git a/incubator/tvheadend/7.2.10/Chart.lock b/incubator/tvheadend/7.2.10/Chart.lock index 55969cc8638..b0808b5406d 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-03T07:55:18.89596203Z" +generated: "2021-07-03T08:39:02.155957711Z" diff --git a/incubator/unifi/6.2.10/Chart.lock b/incubator/unifi/6.2.10/Chart.lock index 1e752f72286..e98ec11ce16 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-03T07:55:20.513371151Z" +generated: "2021-07-03T08:39:03.77365437Z" diff --git a/incubator/unpackerr/1.2.10/Chart.lock b/incubator/unpackerr/1.2.10/Chart.lock index 68ce454a4a2..cfafae29556 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-03T07:55:22.090499457Z" +generated: "2021-07-03T08:39:05.330278079Z" diff --git a/incubator/xteve/1.0.2/Chart.lock b/incubator/xteve/1.0.2/Chart.lock index bd429c525d8..7f65116b479 100644 --- a/incubator/xteve/1.0.2/Chart.lock +++ b/incubator/xteve/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:55:23.664772811Z" +generated: "2021-07-03T08:39:06.883520777Z" diff --git a/non-free/resilio-sync/1.0.2/Chart.lock b/non-free/resilio-sync/1.0.2/Chart.lock index fbe0728c347..65723d281d0 100644 --- a/non-free/resilio-sync/1.0.2/Chart.lock +++ b/non-free/resilio-sync/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.4.6 digest: sha256:62462b014e612993c96d9c3dc6837db165d640a7c7240ce8849b35bd902d46a5 -generated: "2021-07-03T07:55:39.708345146Z" +generated: "2021-07-03T08:39:22.789953086Z" diff --git a/stable/collabora-online/6.2.11/Chart.lock b/stable/collabora-online/6.2.11/Chart.lock index 85b1cfda8d2..f0a84715398 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-03T07:53:07.207205243Z" +generated: "2021-07-03T08:36:52.402347404Z" diff --git a/stable/deepstack-cpu/4.2.10/Chart.lock b/stable/deepstack-cpu/4.2.10/Chart.lock index 02862de76bb..957f56c46b5 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-03T07:53:08.827426411Z" +generated: "2021-07-03T08:36:54.213981231Z" diff --git a/stable/emby/6.2.10/Chart.lock b/stable/emby/6.2.10/Chart.lock index 3b12ebaa665..d733f68daca 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-03T07:53:10.390589253Z" +generated: "2021-07-03T08:36:55.86205029Z" diff --git a/stable/esphome/6.2.10/Chart.lock b/stable/esphome/6.2.10/Chart.lock index dd596b98bb7..f3ee9497498 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-03T07:53:11.976947643Z" +generated: "2021-07-03T08:36:57.401499875Z" diff --git a/stable/handbrake/6.2.10/Chart.lock b/stable/handbrake/6.2.10/Chart.lock index 8b8e732e6c0..1ed2a23e868 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-03T07:53:13.595240716Z" +generated: "2021-07-03T08:36:58.959874542Z" diff --git a/stable/home-assistant/6.2.10/Chart.lock b/stable/home-assistant/6.2.10/Chart.lock index e51f4919180..65bc2f3587e 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-03T07:53:15.129277581Z" +generated: "2021-07-03T08:37:00.530061977Z" diff --git a/stable/jackett/6.2.11/Chart.lock b/stable/jackett/6.2.11/Chart.lock index d1ef9471bd6..0e1938682c5 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-03T07:53:16.679357754Z" +generated: "2021-07-03T08:37:02.100594353Z" diff --git a/stable/jellyfin/6.2.10/Chart.lock b/stable/jellyfin/6.2.10/Chart.lock index ceeb3bf55eb..80dacacc2bc 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-03T07:53:18.316133921Z" +generated: "2021-07-03T08:37:03.631545452Z" diff --git a/stable/kms/6.2.10/Chart.lock b/stable/kms/6.2.10/Chart.lock index f850ef8aa7f..2d0f8779c3e 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-03T07:53:19.875042342Z" +generated: "2021-07-03T08:37:05.212312074Z" diff --git a/stable/lidarr/6.2.10/Chart.lock b/stable/lidarr/6.2.10/Chart.lock index e304e74bca7..94306a7a7e0 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-03T07:53:21.436428588Z" +generated: "2021-07-03T08:37:06.746155827Z" diff --git a/stable/ombi/6.2.11/Chart.lock b/stable/ombi/6.2.11/Chart.lock index fef6169bf09..7aa4e34d7de 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-03T07:53:23.005100183Z" +generated: "2021-07-03T08:37:08.274049663Z" diff --git a/stable/plex/5.2.10/Chart.lock b/stable/plex/5.2.10/Chart.lock index 0b172002378..9ed7f3d223b 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-03T07:53:24.595551702Z" +generated: "2021-07-03T08:37:09.849254817Z" diff --git a/stable/radarr/6.2.10/Chart.lock b/stable/radarr/6.2.10/Chart.lock index 390f4ddb8b1..7b406319d51 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-03T07:53:26.148242523Z" +generated: "2021-07-03T08:37:11.440365344Z" diff --git a/stable/sonarr/6.2.10/Chart.lock b/stable/sonarr/6.2.10/Chart.lock index c1caaac85ef..e57630af00c 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-03T07:53:27.675081046Z" +generated: "2021-07-03T08:37:13.064485823Z" diff --git a/stable/syncthing/6.2.10/Chart.lock b/stable/syncthing/6.2.10/Chart.lock index 1828ef32f3e..8aba417f9fc 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-03T07:53:29.234668813Z" +generated: "2021-07-03T08:37:14.644757679Z" diff --git a/stable/tautulli/6.2.10/Chart.lock b/stable/tautulli/6.2.10/Chart.lock index 74f1328be75..68cee139fd9 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-03T07:53:30.82014486Z" +generated: "2021-07-03T08:37:16.190483494Z" diff --git a/stable/traefik/6.3.17/Chart.lock b/stable/traefik/6.3.17/Chart.lock index 716de3eff71..1b22093c12a 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-03T07:53:32.432065598Z" +generated: "2021-07-03T08:37:17.736377309Z" diff --git a/stable/transmission/6.2.11/Chart.lock b/stable/transmission/6.2.11/Chart.lock index bbe59e43448..5265a8fd4e4 100644 --- a/stable/transmission/6.2.11/Chart.lock +++ b/stable/transmission/6.2.11/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.4.6 digest: sha256:538720a0b7dae2557bbf660fcf8e3ab31dffb049f87238f80b4e958dc92ad543 -generated: "2021-07-03T07:53:34.131630716Z" +generated: "2021-07-03T08:37:19.280948216Z" diff --git a/stable/truecommand/6.2.10/Chart.lock b/stable/truecommand/6.2.10/Chart.lock index b6095e2c2ed..8ceb7b96d55 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-03T07:53:35.700374997Z" +generated: "2021-07-03T08:37:20.838711511Z" diff --git a/stable/vaultwarden/3.3.11/Chart.lock b/stable/vaultwarden/3.3.11/Chart.lock index 56e3a85782a..76143a6f79b 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-03T07:53:40.46142346Z" +generated: "2021-07-03T08:37:25.754858059Z" diff --git a/stable/zwavejs2mqtt/6.2.11/Chart.lock b/stable/zwavejs2mqtt/6.2.11/Chart.lock index 59654316aca..15cf11f1f6f 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-03T07:53:44.878221445Z" +generated: "2021-07-03T08:37:30.346576883Z"