diff --git a/incubator/custom-app/0.2.15/Chart.lock b/incubator/custom-app/0.2.15/Chart.lock index 1e70d15fa65..502e64c892e 100644 --- a/incubator/custom-app/0.2.15/Chart.lock +++ b/incubator/custom-app/0.2.15/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:37:45.415528093Z" +generated: "2021-09-04T22:22:58.678956314Z" diff --git a/incubator/nextcloud/3.7.8/CONFIG.md b/incubator/nextcloud/3.7.8/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/incubator/nextcloud/3.7.8/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### 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/incubator/nextcloud/3.7.8/Chart.lock b/incubator/nextcloud/3.7.8/Chart.lock new file mode 100644 index 00000000000..8de1f33c3aa --- /dev/null +++ b/incubator/nextcloud/3.7.8/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.13.7 +- name: postgresql + repository: https://truecharts.org/ + version: 1.6.1 +- name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.3.1 +digest: sha256:8e1539556c3970833500f4afd64a93b92f3a89d55f215a85a6788408feb3e809 +generated: "2021-09-04T22:23:06.364462167Z" diff --git a/incubator/nextcloud/3.7.8/Chart.yaml b/incubator/nextcloud/3.7.8/Chart.yaml new file mode 100644 index 00000000000..8c919d3cb1a --- /dev/null +++ b/incubator/nextcloud/3.7.8/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.13.7 +- condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.6.1 +- condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.3.1 +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 +name: nextcloud +sources: +- https://github.com/nextcloud/docker +- https://github.com/nextcloud/helm +type: application +version: 3.7.8 diff --git a/incubator/nextcloud/3.7.8/README.md b/incubator/nextcloud/3.7.8/README.md new file mode 100644 index 00000000000..b905a538513 --- /dev/null +++ b/incubator/nextcloud/3.7.8/README.md @@ -0,0 +1,40 @@ +# Introduction + +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 | redis | 15.2.0 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/incubator/nextcloud/3.7.8/app-readme.md b/incubator/nextcloud/3.7.8/app-readme.md new file mode 100644 index 00000000000..e7f74fea014 --- /dev/null +++ b/incubator/nextcloud/3.7.8/app-readme.md @@ -0,0 +1,4 @@ +A private cloud server that puts the control and security of your own data back into your hands. + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org +A private cloud server that puts the control and security of your own diff --git a/incubator/nextcloud/3.7.8/charts/common-6.13.7.tgz b/incubator/nextcloud/3.7.8/charts/common-6.13.7.tgz new file mode 100644 index 00000000000..6b300369a41 Binary files /dev/null and b/incubator/nextcloud/3.7.8/charts/common-6.13.7.tgz differ diff --git a/incubator/nextcloud/3.7.8/charts/postgresql-1.6.1.tgz b/incubator/nextcloud/3.7.8/charts/postgresql-1.6.1.tgz new file mode 100644 index 00000000000..9974292e241 Binary files /dev/null and b/incubator/nextcloud/3.7.8/charts/postgresql-1.6.1.tgz differ diff --git a/incubator/nextcloud/3.7.8/charts/redis-15.3.1.tgz b/incubator/nextcloud/3.7.8/charts/redis-15.3.1.tgz new file mode 100644 index 00000000000..7bfdadbc26a Binary files /dev/null and b/incubator/nextcloud/3.7.8/charts/redis-15.3.1.tgz differ diff --git a/incubator/nextcloud/3.7.8/helm-values.md b/incubator/nextcloud/3.7.8/helm-values.md new file mode 100644 index 00000000000..2c6e8863377 --- /dev/null +++ b/incubator/nextcloud/3.7.8/helm-values.md @@ -0,0 +1,98 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| additionalContainers[0].args[0] | string | `"while [ ! -f \"/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push\" ]; do sleep 30; echo \"notify_push not found, waiting\"; done && /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php"` | | +| additionalContainers[0].command[0] | string | `"/bin/bash"` | | +| additionalContainers[0].command[1] | string | `"-c"` | | +| additionalContainers[0].command[2] | string | `"--"` | | +| additionalContainers[0].envFrom[0].configMapRef.name | string | `"hpbconfig"` | | +| additionalContainers[0].env[0].name | string | `"PORT"` | | +| additionalContainers[0].env[0].value | string | `"7867"` | | +| additionalContainers[0].image | string | `"nextcloud:21.0.2"` | | +| additionalContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | +| additionalContainers[0].name | string | `"hpb"` | | +| additionalContainers[0].ports[0].containerPort | int | `7867` | | +| additionalContainers[0].ports[0].name | string | `"hpb"` | | +| additionalContainers[0].securityContext.runAsGroup | int | `33` | | +| additionalContainers[0].securityContext.runAsUser | int | `33` | | +| additionalContainers[0].volumeMounts[0].mountPath | string | `"/var/www/html"` | | +| additionalContainers[0].volumeMounts[0].name | string | `"data"` | | +| cronjob.annotations | object | `{}` | | +| cronjob.failedJobsHistoryLimit | int | `5` | | +| cronjob.schedule | string | `"*/5 * * * *"` | | +| cronjob.successfulJobsHistoryLimit | int | `2` | | +| env.NEXTCLOUD_ADMIN_PASSWORD | string | `"adminpass"` | | +| env.NEXTCLOUD_ADMIN_USER | string | `"admin"` | | +| env.TRUSTED_PROXIES | string | `"172.16.0.0/16"` | | +| envFrom[0].configMapRef.name | string | `"nextcloudconfig"` | | +| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | +| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | +| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"host"` | | +| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | +| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | +| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | +| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"masterhost"` | | +| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | +| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | +| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"nextcloud"` | | +| image.tag | string | `"22.1.1"` | | +| initContainers[0].command[0] | string | `"sh"` | | +| initContainers[0].command[1] | string | `"-c"` | | +| initContainers[0].command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | | +| initContainers[0].env[0].name | string | `"pghost"` | | +| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | +| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | +| initContainers[0].image | string | `"postgres:13.1"` | | +| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | +| initContainers[0].name | string | `"init-postgresdb"` | | +| persistence.data.accessMode | string | `"ReadWriteOnce"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/www/html"` | | +| persistence.data.size | string | `"100Gi"` | | +| persistence.data.type | string | `"pvc"` | | +| persistence.redismaster.accessMode | string | `"ReadWriteOnce"` | | +| persistence.redismaster.enabled | bool | `true` | | +| persistence.redismaster.forceName | string | `"redismaster"` | | +| persistence.redismaster.noMount | bool | `true` | | +| persistence.redismaster.size | string | `"100Gi"` | | +| persistence.redismaster.type | string | `"pvc"` | | +| podSecurityContext.fsGroup | int | `33` | | +| postgresql.enabled | bool | `true` | | +| postgresql.existingSecret | string | `"dbcreds"` | | +| postgresql.postgresqlDatabase | string | `"nextcloud"` | | +| postgresql.postgresqlUsername | string | `"nextcloud"` | | +| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | +| probes.liveness | object | See below | Liveness probe configuration | +| probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| probes.readiness | object | See below | Redainess probe configuration | +| probes.readiness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| probes.startup | object | See below | Startup probe configuration | +| probes.startup.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| redis.architecture | string | `"standalone"` | | +| redis.auth.existingSecret | string | `"rediscreds"` | | +| redis.auth.existingSecretPasswordKey | string | `"redis-password"` | | +| redis.enabled | bool | `true` | | +| redis.master.persistence.enabled | bool | `false` | | +| redis.master.persistence.existingClaim | string | `"redismaster"` | | +| redis.replica.persistence.enabled | bool | `false` | | +| redis.replica.replicaCount | int | `0` | | +| redis.volumePermissions.enabled | bool | `true` | | +| service.hpb.enabled | bool | `true` | | +| service.hpb.ports.hpb.enabled | bool | `true` | | +| service.hpb.ports.hpb.port | int | `7867` | | +| service.main.ports.main.port | int | `80` | | +| strategy.type | string | `"Recreate"` | | + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/nextcloud/3.7.8/ix_values.yaml b/incubator/nextcloud/3.7.8/ix_values.yaml new file mode 100644 index 00000000000..101abb3208c --- /dev/null +++ b/incubator/nextcloud/3.7.8/ix_values.yaml @@ -0,0 +1,187 @@ +## +# 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: 22.1.1 + +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 -U nextcloud -h ${pghost} ; do sleep 2 ; done" + imagePullPolicy: IfNotPresent + env: + - name: pghost + valueFrom: + secretKeyRef: + name: dbcreds + key: plainhost + +additionalContainers: +- name: hpb + image: nextcloud:21.0.2 + imagePullPolicy: IfNotPresent + command: + - "/bin/bash" + - "-c" + - "--" + args: + - 'while [ ! -f "/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push" ]; do sleep 30; echo "notify_push not found, waiting"; done && /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php' + env: + - name: PORT + value: "7867" + envFrom: + - configMapRef: + name: hpbconfig + ports: + - name: hpb + containerPort: 7867 + volumeMounts: + - mountPath: /var/www/html + name: data + securityContext: + runAsUser: 33 + runAsGroup: 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: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 2 + failureThreshold: 5 + + # -- Redainess probe configuration + # @default -- See below + readiness: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 2 + failureThreshold: 5 + + # -- Startup probe configuration + # @default -- See below + startup: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 2 + failureThreshold: 5 + +## 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 +postgresql: + enabled: true + postgresqlUsername: nextcloud + postgresqlDatabase: nextcloud + existingSecret: dbcreds + persistence: + db: + storageClass: "SCALE-ZFS" + dbbackups: + storageClass: "SCALE-ZFS" + +# 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/incubator/nextcloud/3.7.8/questions.yaml b/incubator/nextcloud/3.7.8/questions.yaml new file mode 100644 index 00000000000..6d98702aae1 --- /dev/null +++ b/incubator/nextcloud/3.7.8/questions.yaml @@ -0,0 +1,1278 @@ +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: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + + - 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" + - variable: NODE_IP + label: "NODE_IP" + description: "Sets nextcloud nodeip for nodeport connections" + schema: + type: string + $ref: + - "definitions/nodeIP" + + + # 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: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 80 + editable: false + hidden: true + - variable: port + label: "Container Port" + 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: hpb + label: "High Performance Backend Service" + description: "The service which runs the High Performance Backend" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: false + - 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: hpb + 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: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 7867 + editable: false + hidden: true + - variable: port + label: "Container Port" + schema: + type: int + default: 7867 + 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: 36092 + 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/html" + 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: hpb + label: "High Performance Backend 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: "/push" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Service" + schema: + type: dict + hidden: true + attrs: + - variable: name + label: "service name" + schema: + type: string + hidden: true + default: "{{ .Release.Name }}-nextcloud-hpb" + - variable: port + label: "serviceport" + schema: + type: int + hidden: true + default: 7867 + - 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: ingressList + label: "Additional Ingress" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - 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: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - 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" + + + + - variable: autoscaling + group: "Resources and Devices" + label: "Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 diff --git a/incubator/nextcloud/3.7.8/templates/_configmap.tpl b/incubator/nextcloud/3.7.8/templates/_configmap.tpl new file mode 100644 index 00000000000..aa6473aaf29 --- /dev/null +++ b/incubator/nextcloud/3.7.8/templates/_configmap.tpl @@ -0,0 +1,33 @@ +{{/* 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: {{ ( printf "%v %v %v %v %v" "test.fakedomain.dns" ( .Values.env.NODE_IP | default "localhost" ) ( printf "%v-%v" .Release.Name "nextcloud" ) ( printf "%v-%v" .Release.Name "nextcloud-hpb" ) $hosts ) | quote }} + {{- if .Values.ingress.main.enabled }} + APACHE_DISABLE_REWRITE_IP: "1" + {{- end }} + +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: hpbconfig +data: + NEXTCLOUD_URL: {{ ( printf "%v-%v" .Release.Name "nextcloud" ) | quote }} + +{{- end -}} diff --git a/incubator/nextcloud/3.7.8/templates/_cronjob.tpl b/incubator/nextcloud/3.7.8/templates/_cronjob.tpl new file mode 100644 index 00000000000..c2ed1ca20f8 --- /dev/null +++ b/incubator/nextcloud/3.7.8/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/incubator/nextcloud/3.7.8/templates/_secrets.tpl b/incubator/nextcloud/3.7.8/templates/_secrets.tpl new file mode 100644 index 00000000000..d9ae0df858c --- /dev/null +++ b/incubator/nextcloud/3.7.8/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/incubator/nextcloud/3.7.8/templates/common.yaml b/incubator/nextcloud/3.7.8/templates/common.yaml new file mode 100644 index 00000000000..8e72c538b1d --- /dev/null +++ b/incubator/nextcloud/3.7.8/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/incubator/nextcloud/3.7.8/test_values.yaml b/incubator/nextcloud/3.7.8/test_values.yaml new file mode 100644 index 00000000000..0e066ac090a --- /dev/null +++ b/incubator/nextcloud/3.7.8/test_values.yaml @@ -0,0 +1,210 @@ +# Default values for Bitwarden. + +image: + repository: nextcloud + pullPolicy: IfNotPresent + tag: 22.1.1 + +strategy: + type: Recreate + +service: + main: + ports: + main: + port: 80 + hpb: + enabled: true + ports: + hpb: + enabled: true + port: 7867 + +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/html" + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" + + redismaster: + noMount: true + forceName: "redismaster" + enabled: true + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" + +initContainers: + - name: init-postgresdb + image: postgres:13.1 + command: + - "sh" + - "-c" + - "until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done" + imagePullPolicy: IfNotPresent + env: + - name: pghost + valueFrom: + secretKeyRef: + name: dbcreds + key: plainhost + +additionalContainers: +- name: hpb + image: nextcloud:21.0.2 + imagePullPolicy: IfNotPresent + command: + - "/bin/bash" + - "-c" + - "--" + args: + - 'while [ ! -f "/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push" ]; do sleep 30; echo "notify_push not found, waiting"; done && /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php' + env: + - name: PORT + value: "7867" + envFrom: + - configMapRef: + name: hpbconfig + ports: + - name: hpb + containerPort: 7867 + volumeMounts: + - mountPath: /var/www/html + name: data + securityContext: + runAsUser: 33 + runAsGroup: 33 + + +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: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 2 + failureThreshold: 5 + + # -- Redainess probe configuration + # @default -- See below + readiness: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 2 + failureThreshold: 5 + + # -- Startup probe configuration + # @default -- See below + startup: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 2 + failureThreshold: 5 + + +## 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 +postgresql: + enabled: true + postgresqlUsername: nextcloud + postgresqlDatabase: nextcloud + existingSecret: dbcreds + +# 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/incubator/nextcloud/3.7.8/values.yaml b/incubator/nextcloud/3.7.8/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/airsonic/1.11.12/Chart.lock b/stable/airsonic/1.11.12/Chart.lock index 0df921be3be..3e3cf949931 100644 --- a/stable/airsonic/1.11.12/Chart.lock +++ b/stable/airsonic/1.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:29:16.621194373Z" +generated: "2021-09-04T22:15:19.093329796Z" diff --git a/stable/appdaemon/3.11.12/Chart.lock b/stable/appdaemon/3.11.12/Chart.lock index 23e39c19b93..a00df31e6eb 100644 --- a/stable/appdaemon/3.11.12/Chart.lock +++ b/stable/appdaemon/3.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:29:21.897391381Z" +generated: "2021-09-04T22:15:24.348697298Z" diff --git a/stable/authelia/1.6.21/Chart.lock b/stable/authelia/1.6.21/Chart.lock index 2d055be0d5d..616f984dc32 100644 --- a/stable/authelia/1.6.21/Chart.lock +++ b/stable/authelia/1.6.21/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 15.3.1 digest: sha256:8e1539556c3970833500f4afd64a93b92f3a89d55f215a85a6788408feb3e809 -generated: "2021-09-04T21:29:30.093830111Z" +generated: "2021-09-04T22:15:31.963313631Z" diff --git a/stable/bazarr/6.11.13/Chart.lock b/stable/bazarr/6.11.13/Chart.lock index 91834641f15..fb6659b3ff6 100644 --- a/stable/bazarr/6.11.13/Chart.lock +++ b/stable/bazarr/6.11.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:29:39.80922586Z" +generated: "2021-09-04T22:15:40.947495645Z" diff --git a/stable/booksonic-air/1.9.12/Chart.lock b/stable/booksonic-air/1.9.12/Chart.lock index 8658b6a4e49..7617210e961 100644 --- a/stable/booksonic-air/1.9.12/Chart.lock +++ b/stable/booksonic-air/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:29:45.191588482Z" +generated: "2021-09-04T22:15:45.811638896Z" diff --git a/stable/calibre-web/6.11.12/Chart.lock b/stable/calibre-web/6.11.12/Chart.lock index 04799c86c52..7a37caa6b20 100644 --- a/stable/calibre-web/6.11.12/Chart.lock +++ b/stable/calibre-web/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:29:55.751276346Z" +generated: "2021-09-04T22:15:55.656594897Z" diff --git a/stable/calibre/1.9.12/Chart.lock b/stable/calibre/1.9.12/Chart.lock index 92beaa563f6..13948e0b036 100644 --- a/stable/calibre/1.9.12/Chart.lock +++ b/stable/calibre/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:29:50.48467287Z" +generated: "2021-09-04T22:15:50.751835241Z" diff --git a/stable/collabora-online/6.11.12/Chart.lock b/stable/collabora-online/6.11.12/Chart.lock index 9fb2617e718..d1eefe900cc 100644 --- a/stable/collabora-online/6.11.12/Chart.lock +++ b/stable/collabora-online/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:30:01.026433716Z" +generated: "2021-09-04T22:16:00.54395526Z" diff --git a/stable/deconz/1.9.12/Chart.lock b/stable/deconz/1.9.12/Chart.lock index ff3714eb210..bf9c9e6e59b 100644 --- a/stable/deconz/1.9.12/Chart.lock +++ b/stable/deconz/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:30:06.330218955Z" +generated: "2021-09-04T22:16:05.474572341Z" diff --git a/stable/deepstack-cpu/4.11.12/Chart.lock b/stable/deepstack-cpu/4.11.12/Chart.lock index 118d552c44f..8c3db549753 100644 --- a/stable/deepstack-cpu/4.11.12/Chart.lock +++ b/stable/deepstack-cpu/4.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:30:11.608580221Z" +generated: "2021-09-04T22:16:10.380629792Z" diff --git a/stable/deluge/6.11.12/Chart.lock b/stable/deluge/6.11.12/Chart.lock index e0c504ff984..306c0ddd3e9 100644 --- a/stable/deluge/6.11.12/Chart.lock +++ b/stable/deluge/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:30:16.915168673Z" +generated: "2021-09-04T22:16:15.285269436Z" diff --git a/stable/dizquetv/1.9.12/Chart.lock b/stable/dizquetv/1.9.12/Chart.lock index 35d86c6cfc1..62dca4ea4c7 100644 --- a/stable/dizquetv/1.9.12/Chart.lock +++ b/stable/dizquetv/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:30:22.229937424Z" +generated: "2021-09-04T22:16:20.189561476Z" diff --git a/stable/duplicati/1.9.12/Chart.lock b/stable/duplicati/1.9.12/Chart.lock index 8f42ea86e3b..7cbddc106b7 100644 --- a/stable/duplicati/1.9.12/Chart.lock +++ b/stable/duplicati/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:30:27.600099158Z" +generated: "2021-09-04T22:16:25.087898085Z" diff --git a/stable/emby/6.11.12/Chart.lock b/stable/emby/6.11.12/Chart.lock index 497f0ee3681..a4a1a078075 100644 --- a/stable/emby/6.11.12/Chart.lock +++ b/stable/emby/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:30:32.948413164Z" +generated: "2021-09-04T22:16:29.988664106Z" diff --git a/stable/esphome/6.11.12/Chart.lock b/stable/esphome/6.11.12/Chart.lock index 5deb0182310..be3419db0ad 100644 --- a/stable/esphome/6.11.12/Chart.lock +++ b/stable/esphome/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:30:38.24615243Z" +generated: "2021-09-04T22:16:34.878398969Z" diff --git a/stable/external-service/1.4.12/Chart.lock b/stable/external-service/1.4.12/Chart.lock index 95f4b745a9d..f44ed3b4188 100644 --- a/stable/external-service/1.4.12/Chart.lock +++ b/stable/external-service/1.4.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:30:43.507602458Z" +generated: "2021-09-04T22:16:39.781358601Z" diff --git a/stable/fireflyiii/6.1.7/Chart.lock b/stable/fireflyiii/6.1.7/Chart.lock index 905141baf1b..2f7191e0c89 100644 --- a/stable/fireflyiii/6.1.7/Chart.lock +++ b/stable/fireflyiii/6.1.7/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 1.6.1 digest: sha256:7d052f87287c75c33137e6e8a856ef71bb138717949069ee2102c0c11cad8a85 -generated: "2021-09-04T21:30:50.006011349Z" +generated: "2021-09-04T22:16:45.675774136Z" diff --git a/stable/flaresolverr/1.9.12/Chart.lock b/stable/flaresolverr/1.9.12/Chart.lock index db97c5c9ca1..7ab00a0ccb6 100644 --- a/stable/flaresolverr/1.9.12/Chart.lock +++ b/stable/flaresolverr/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:30:56.485009062Z" +generated: "2021-09-04T22:16:51.664892868Z" diff --git a/stable/flood/1.9.12/Chart.lock b/stable/flood/1.9.12/Chart.lock index 235f3bdd3a4..249249f3b4a 100644 --- a/stable/flood/1.9.12/Chart.lock +++ b/stable/flood/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:31:01.887236779Z" +generated: "2021-09-04T22:16:56.58116067Z" diff --git a/stable/focalboard/1.9.12/Chart.lock b/stable/focalboard/1.9.12/Chart.lock index ff1ae5b2bd4..4a28817c61a 100644 --- a/stable/focalboard/1.9.12/Chart.lock +++ b/stable/focalboard/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:31:07.138522729Z" +generated: "2021-09-04T22:17:01.540084492Z" diff --git a/stable/freeradius/1.7.15/Chart.lock b/stable/freeradius/1.7.15/Chart.lock index 89064467515..78e4db01f70 100644 --- a/stable/freeradius/1.7.15/Chart.lock +++ b/stable/freeradius/1.7.15/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:31:12.437674328Z" +generated: "2021-09-04T22:17:06.476002193Z" diff --git a/stable/freshrss/6.11.12/Chart.lock b/stable/freshrss/6.11.12/Chart.lock index f0c14aa8ade..59c0e2344c7 100644 --- a/stable/freshrss/6.11.12/Chart.lock +++ b/stable/freshrss/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:31:17.709196948Z" +generated: "2021-09-04T22:17:11.358761913Z" diff --git a/stable/gaps/6.11.12/Chart.lock b/stable/gaps/6.11.12/Chart.lock index 36436c5e017..e9ceb2d742f 100644 --- a/stable/gaps/6.11.12/Chart.lock +++ b/stable/gaps/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:31:23.02594107Z" +generated: "2021-09-04T22:17:16.304376094Z" diff --git a/stable/gonic/1.9.12/Chart.lock b/stable/gonic/1.9.12/Chart.lock index 0d5d15b0736..2dd021bc5b1 100644 --- a/stable/gonic/1.9.12/Chart.lock +++ b/stable/gonic/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:31:28.426413184Z" +generated: "2021-09-04T22:17:21.197916411Z" diff --git a/stable/grocy/6.11.12/Chart.lock b/stable/grocy/6.11.12/Chart.lock index 7f5fe400b10..011b7fc5a4a 100644 --- a/stable/grocy/6.11.12/Chart.lock +++ b/stable/grocy/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:31:33.933651056Z" +generated: "2021-09-04T22:17:26.102675198Z" diff --git a/stable/handbrake/6.11.12/Chart.lock b/stable/handbrake/6.11.12/Chart.lock index 081f6017204..2e5350b4cfa 100644 --- a/stable/handbrake/6.11.12/Chart.lock +++ b/stable/handbrake/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:31:39.277334844Z" +generated: "2021-09-04T22:17:31.110877666Z" diff --git a/stable/haste-server/1.11.12/Chart.lock b/stable/haste-server/1.11.12/Chart.lock index 6612e04dd71..5b85ccea8af 100644 --- a/stable/haste-server/1.11.12/Chart.lock +++ b/stable/haste-server/1.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:31:44.676286567Z" +generated: "2021-09-04T22:17:36.036788929Z" diff --git a/stable/healthchecks/1.9.12/Chart.lock b/stable/healthchecks/1.9.12/Chart.lock index 12b9a6f9862..19eae34950d 100644 --- a/stable/healthchecks/1.9.12/Chart.lock +++ b/stable/healthchecks/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:31:49.953110431Z" +generated: "2021-09-04T22:17:40.954075707Z" diff --git a/stable/heimdall/6.11.12/Chart.lock b/stable/heimdall/6.11.12/Chart.lock index eeb6d4f93fb..26746e5ecf7 100644 --- a/stable/heimdall/6.11.12/Chart.lock +++ b/stable/heimdall/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:31:55.278733558Z" +generated: "2021-09-04T22:17:45.811855551Z" diff --git a/stable/home-assistant/6.11.12/Chart.lock b/stable/home-assistant/6.11.12/Chart.lock index e8634ca1ae2..aacc4f6c8d0 100644 --- a/stable/home-assistant/6.11.12/Chart.lock +++ b/stable/home-assistant/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:00.558080365Z" +generated: "2021-09-04T22:17:50.772460294Z" diff --git a/stable/hyperion-ng/1.9.12/Chart.lock b/stable/hyperion-ng/1.9.12/Chart.lock index b02dc7c9b8b..89fa8d1cf21 100644 --- a/stable/hyperion-ng/1.9.12/Chart.lock +++ b/stable/hyperion-ng/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:32:05.894707377Z" +generated: "2021-09-04T22:17:55.719748764Z" diff --git a/stable/jackett/6.11.14/Chart.lock b/stable/jackett/6.11.14/Chart.lock index f516231e84c..45229c56966 100644 --- a/stable/jackett/6.11.14/Chart.lock +++ b/stable/jackett/6.11.14/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:11.21776006Z" +generated: "2021-09-04T22:18:00.634308864Z" diff --git a/stable/jdownloader2/1.0.2/Chart.lock b/stable/jdownloader2/1.0.2/Chart.lock index a425fade2cb..51abe3221a3 100644 --- a/stable/jdownloader2/1.0.2/Chart.lock +++ b/stable/jdownloader2/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:16.577267614Z" +generated: "2021-09-04T22:18:05.548002772Z" diff --git a/stable/jellyfin/6.11.12/Chart.lock b/stable/jellyfin/6.11.12/Chart.lock index e33f3c43737..3951bbc29c1 100644 --- a/stable/jellyfin/6.11.12/Chart.lock +++ b/stable/jellyfin/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:21.840890544Z" +generated: "2021-09-04T22:18:10.51831812Z" diff --git a/stable/k8s-gateway/1.0.7/Chart.lock b/stable/k8s-gateway/1.0.7/Chart.lock index a8cdc86a6d6..1c6b7893d3c 100644 --- a/stable/k8s-gateway/1.0.7/Chart.lock +++ b/stable/k8s-gateway/1.0.7/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:27.150487088Z" +generated: "2021-09-04T22:18:15.497085463Z" diff --git a/stable/kms/6.11.12/Chart.lock b/stable/kms/6.11.12/Chart.lock index b2b939290bd..a67b95578aa 100644 --- a/stable/kms/6.11.12/Chart.lock +++ b/stable/kms/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:32.454625876Z" +generated: "2021-09-04T22:18:20.421783562Z" diff --git a/stable/komga/1.9.15/Chart.lock b/stable/komga/1.9.15/Chart.lock index 30d296b6182..d93ef4daa2b 100644 --- a/stable/komga/1.9.15/Chart.lock +++ b/stable/komga/1.9.15/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:32:37.739305711Z" +generated: "2021-09-04T22:18:25.343047426Z" diff --git a/stable/lazylibrarian/6.11.12/Chart.lock b/stable/lazylibrarian/6.11.12/Chart.lock index ee1443d22e2..00c9e11297c 100644 --- a/stable/lazylibrarian/6.11.12/Chart.lock +++ b/stable/lazylibrarian/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:43.103740837Z" +generated: "2021-09-04T22:18:30.354734543Z" diff --git a/stable/librespeed/1.9.12/Chart.lock b/stable/librespeed/1.9.12/Chart.lock index a7a414cdaf3..49fb179ce71 100644 --- a/stable/librespeed/1.9.12/Chart.lock +++ b/stable/librespeed/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:32:48.335897576Z" +generated: "2021-09-04T22:18:35.27408379Z" diff --git a/stable/lidarr/6.11.12/Chart.lock b/stable/lidarr/6.11.12/Chart.lock index f3e76e53c1a..e0a4294edb5 100644 --- a/stable/lidarr/6.11.12/Chart.lock +++ b/stable/lidarr/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:53.578406793Z" +generated: "2021-09-04T22:18:40.152257829Z" diff --git a/stable/littlelink/1.5.12/Chart.lock b/stable/littlelink/1.5.12/Chart.lock index 37a8722ec33..b2f043442f4 100644 --- a/stable/littlelink/1.5.12/Chart.lock +++ b/stable/littlelink/1.5.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:32:58.969089656Z" +generated: "2021-09-04T22:18:45.102831218Z" diff --git a/stable/lychee/6.11.12/Chart.lock b/stable/lychee/6.11.12/Chart.lock index 9a69de5a483..92338a04d97 100644 --- a/stable/lychee/6.11.12/Chart.lock +++ b/stable/lychee/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:33:04.414339744Z" +generated: "2021-09-04T22:18:50.065868528Z" diff --git a/stable/mealie/1.11.12/Chart.lock b/stable/mealie/1.11.12/Chart.lock index 6bd3f76f9f6..abdfe62a627 100644 --- a/stable/mealie/1.11.12/Chart.lock +++ b/stable/mealie/1.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:33:09.835134703Z" +generated: "2021-09-04T22:18:54.997357587Z" diff --git a/stable/mosquitto/1.11.12/Chart.lock b/stable/mosquitto/1.11.12/Chart.lock index 5381d94322a..dafdc669619 100644 --- a/stable/mosquitto/1.11.12/Chart.lock +++ b/stable/mosquitto/1.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:33:15.284424463Z" +generated: "2021-09-04T22:18:59.864624184Z" diff --git a/stable/mylar/1.9.12/Chart.lock b/stable/mylar/1.9.12/Chart.lock index cd2b1034630..209d3f68e7c 100644 --- a/stable/mylar/1.9.12/Chart.lock +++ b/stable/mylar/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:33:20.815584086Z" +generated: "2021-09-04T22:19:04.792333083Z" diff --git a/stable/navidrome/6.11.12/Chart.lock b/stable/navidrome/6.11.12/Chart.lock index 1ae97dcdbf4..07ea7e00675 100644 --- a/stable/navidrome/6.11.12/Chart.lock +++ b/stable/navidrome/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:33:26.262736153Z" +generated: "2021-09-04T22:19:09.76837257Z" diff --git a/stable/node-red/6.11.12/Chart.lock b/stable/node-red/6.11.12/Chart.lock index 6774266b455..c53d18a9e81 100644 --- a/stable/node-red/6.11.12/Chart.lock +++ b/stable/node-red/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:33:44.170780692Z" +generated: "2021-09-04T22:19:14.666231174Z" diff --git a/stable/nullserv/1.9.12/Chart.lock b/stable/nullserv/1.9.12/Chart.lock index 23be79ec3c6..1725d013934 100644 --- a/stable/nullserv/1.9.12/Chart.lock +++ b/stable/nullserv/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:33:49.329200068Z" +generated: "2021-09-04T22:19:19.574865165Z" diff --git a/stable/nzbget/6.11.12/Chart.lock b/stable/nzbget/6.11.12/Chart.lock index af91f7ec2ed..e49e0b0cc28 100644 --- a/stable/nzbget/6.11.12/Chart.lock +++ b/stable/nzbget/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:33:54.688692983Z" +generated: "2021-09-04T22:19:24.488157284Z" diff --git a/stable/nzbhydra/6.11.12/Chart.lock b/stable/nzbhydra/6.11.12/Chart.lock index 82838a36904..283a7af5f17 100644 --- a/stable/nzbhydra/6.11.12/Chart.lock +++ b/stable/nzbhydra/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:34:00.08284122Z" +generated: "2021-09-04T22:19:29.485875925Z" diff --git a/stable/octoprint/1.9.12/Chart.lock b/stable/octoprint/1.9.12/Chart.lock index 145ac68e9a9..9da288e4b8d 100644 --- a/stable/octoprint/1.9.12/Chart.lock +++ b/stable/octoprint/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:34:05.360202868Z" +generated: "2021-09-04T22:19:34.492166012Z" diff --git a/stable/omada-controller/1.9.12/Chart.lock b/stable/omada-controller/1.9.12/Chart.lock index b212e1f454b..77df6f9ff3f 100644 --- a/stable/omada-controller/1.9.12/Chart.lock +++ b/stable/omada-controller/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:34:10.587249668Z" +generated: "2021-09-04T22:19:39.4366417Z" diff --git a/stable/ombi/6.11.13/Chart.lock b/stable/ombi/6.11.13/Chart.lock index 46eae9359d3..4c6ba82bf69 100644 --- a/stable/ombi/6.11.13/Chart.lock +++ b/stable/ombi/6.11.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:34:15.837726026Z" +generated: "2021-09-04T22:19:44.364497616Z" diff --git a/stable/openldap/1.7.16/Chart.lock b/stable/openldap/1.7.16/Chart.lock index 3424835d26a..a2ecbcccc22 100644 --- a/stable/openldap/1.7.16/Chart.lock +++ b/stable/openldap/1.7.16/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:34:21.172200154Z" +generated: "2021-09-04T22:19:49.226461935Z" diff --git a/stable/organizr/6.11.12/Chart.lock b/stable/organizr/6.11.12/Chart.lock index 4925ca24f7c..9312a98ceab 100644 --- a/stable/organizr/6.11.12/Chart.lock +++ b/stable/organizr/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:34:26.625486073Z" +generated: "2021-09-04T22:19:54.126554356Z" diff --git a/stable/overseerr/1.9.12/Chart.lock b/stable/overseerr/1.9.12/Chart.lock index b870011bb94..beb7cf4e8d0 100644 --- a/stable/overseerr/1.9.12/Chart.lock +++ b/stable/overseerr/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:34:31.971219637Z" +generated: "2021-09-04T22:19:59.069083602Z" diff --git a/stable/owncast/1.9.12/Chart.lock b/stable/owncast/1.9.12/Chart.lock index a8a9cc137a7..5deaa29c8cf 100644 --- a/stable/owncast/1.9.12/Chart.lock +++ b/stable/owncast/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:34:37.272005158Z" +generated: "2021-09-04T22:20:03.988239466Z" diff --git a/stable/owncloud-ocis/1.9.12/Chart.lock b/stable/owncloud-ocis/1.9.12/Chart.lock index 67f0a4d206f..ca7910cc466 100644 --- a/stable/owncloud-ocis/1.9.12/Chart.lock +++ b/stable/owncloud-ocis/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:34:42.600557886Z" +generated: "2021-09-04T22:20:08.887530599Z" diff --git a/stable/pgadmin/1.8.12/Chart.lock b/stable/pgadmin/1.8.12/Chart.lock index 1f3f614862e..1f4eaa78896 100644 --- a/stable/pgadmin/1.8.12/Chart.lock +++ b/stable/pgadmin/1.8.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:34:47.858952541Z" +generated: "2021-09-04T22:20:13.809710492Z" diff --git a/stable/photoprism/1.9.12/Chart.lock b/stable/photoprism/1.9.12/Chart.lock index 04bd17fef2b..3d94effe6ad 100644 --- a/stable/photoprism/1.9.12/Chart.lock +++ b/stable/photoprism/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:34:53.094672139Z" +generated: "2021-09-04T22:20:18.693686715Z" diff --git a/stable/phpldapadmin/1.8.12/Chart.lock b/stable/phpldapadmin/1.8.12/Chart.lock index 7a51b006ea5..5a856929533 100644 --- a/stable/phpldapadmin/1.8.12/Chart.lock +++ b/stable/phpldapadmin/1.8.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:34:58.330782527Z" +generated: "2021-09-04T22:20:23.609218839Z" diff --git a/stable/piaware/1.9.12/Chart.lock b/stable/piaware/1.9.12/Chart.lock index 1615c284577..6778e1819ee 100644 --- a/stable/piaware/1.9.12/Chart.lock +++ b/stable/piaware/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:35:03.623880277Z" +generated: "2021-09-04T22:20:28.570782545Z" diff --git a/stable/pihole/1.0.1/Chart.lock b/stable/pihole/1.0.1/Chart.lock index 8494e3d236c..1d54dadf6df 100644 --- a/stable/pihole/1.0.1/Chart.lock +++ b/stable/pihole/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:35:09.033678983Z" +generated: "2021-09-04T22:20:33.490256551Z" diff --git a/stable/plex/5.11.13/Chart.lock b/stable/plex/5.11.13/Chart.lock index 91ce2037045..06e011cd530 100644 --- a/stable/plex/5.11.13/Chart.lock +++ b/stable/plex/5.11.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:35:14.369359956Z" +generated: "2021-09-04T22:20:38.429444479Z" diff --git a/stable/podgrab/4.11.12/Chart.lock b/stable/podgrab/4.11.12/Chart.lock index 7aee553577e..79e6cc2350c 100644 --- a/stable/podgrab/4.11.12/Chart.lock +++ b/stable/podgrab/4.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:35:19.669281273Z" +generated: "2021-09-04T22:20:43.341827162Z" diff --git a/stable/postgresql/1.6.1/Chart.lock b/stable/postgresql/1.6.1/Chart.lock index 8eff634106e..2298f93922b 100644 --- a/stable/postgresql/1.6.1/Chart.lock +++ b/stable/postgresql/1.6.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:35:25.128629191Z" +generated: "2021-09-04T22:20:48.270292527Z" diff --git a/stable/pretend-youre-xyzzy/1.9.12/Chart.lock b/stable/pretend-youre-xyzzy/1.9.12/Chart.lock index 5da638ac735..33c3c695e9c 100644 --- a/stable/pretend-youre-xyzzy/1.9.12/Chart.lock +++ b/stable/pretend-youre-xyzzy/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:35:30.412283055Z" +generated: "2021-09-04T22:20:53.192856858Z" diff --git a/stable/protonmail-bridge/1.9.12/Chart.lock b/stable/protonmail-bridge/1.9.12/Chart.lock index f896d806a7a..facc2eccdd7 100644 --- a/stable/protonmail-bridge/1.9.12/Chart.lock +++ b/stable/protonmail-bridge/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:35:35.61186719Z" +generated: "2021-09-04T22:20:58.104636632Z" diff --git a/stable/prowlarr/1.11.14/Chart.lock b/stable/prowlarr/1.11.14/Chart.lock index 01da28afe4b..5b952f92708 100644 --- a/stable/prowlarr/1.11.14/Chart.lock +++ b/stable/prowlarr/1.11.14/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:35:40.986925064Z" +generated: "2021-09-04T22:21:02.987882656Z" diff --git a/stable/pyload/1.9.12/Chart.lock b/stable/pyload/1.9.12/Chart.lock index 1a20d1de9e8..ec42334fac0 100644 --- a/stable/pyload/1.9.12/Chart.lock +++ b/stable/pyload/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:35:46.270213518Z" +generated: "2021-09-04T22:21:07.917194564Z" diff --git a/stable/qbittorrent/6.11.12/Chart.lock b/stable/qbittorrent/6.11.12/Chart.lock index d5917da87e7..110b1da1785 100644 --- a/stable/qbittorrent/6.11.12/Chart.lock +++ b/stable/qbittorrent/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:35:51.655717221Z" +generated: "2021-09-04T22:21:12.85064616Z" diff --git a/stable/radarr/6.11.12/Chart.lock b/stable/radarr/6.11.12/Chart.lock index 954382a22e1..120cea14938 100644 --- a/stable/radarr/6.11.12/Chart.lock +++ b/stable/radarr/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:35:56.937889274Z" +generated: "2021-09-04T22:21:17.75489191Z" diff --git a/stable/readarr/6.11.12/Chart.lock b/stable/readarr/6.11.12/Chart.lock index 050e310a1e6..5f1e7764bda 100644 --- a/stable/readarr/6.11.12/Chart.lock +++ b/stable/readarr/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:36:02.181588344Z" +generated: "2021-09-04T22:21:22.686195905Z" diff --git a/stable/reg/1.11.12/Chart.lock b/stable/reg/1.11.12/Chart.lock index c98858ab3b0..0bebcbb1715 100644 --- a/stable/reg/1.11.12/Chart.lock +++ b/stable/reg/1.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:36:07.469375623Z" +generated: "2021-09-04T22:21:27.617610706Z" diff --git a/stable/resilio-sync/1.9.12/Chart.lock b/stable/resilio-sync/1.9.12/Chart.lock index 07cfdb16eab..37648db7c9c 100644 --- a/stable/resilio-sync/1.9.12/Chart.lock +++ b/stable/resilio-sync/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:36:12.683086295Z" +generated: "2021-09-04T22:21:32.550470334Z" diff --git a/stable/sabnzbd/6.11.12/Chart.lock b/stable/sabnzbd/6.11.12/Chart.lock index 03586348aee..0f534fc9d39 100644 --- a/stable/sabnzbd/6.11.12/Chart.lock +++ b/stable/sabnzbd/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:36:17.971816035Z" +generated: "2021-09-04T22:21:37.562528582Z" diff --git a/stable/ser2sock/1.9.12/Chart.lock b/stable/ser2sock/1.9.12/Chart.lock index 1fe04825752..58a21a04c22 100644 --- a/stable/ser2sock/1.9.12/Chart.lock +++ b/stable/ser2sock/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:36:23.311678601Z" +generated: "2021-09-04T22:21:42.469244474Z" diff --git a/stable/sonarr/6.11.12/Chart.lock b/stable/sonarr/6.11.12/Chart.lock index d9796763ac0..1679574efce 100644 --- a/stable/sonarr/6.11.12/Chart.lock +++ b/stable/sonarr/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:36:28.619878938Z" +generated: "2021-09-04T22:21:47.441299818Z" diff --git a/stable/stash/1.9.13/Chart.lock b/stable/stash/1.9.13/Chart.lock index b9edd832778..939ecd69406 100644 --- a/stable/stash/1.9.13/Chart.lock +++ b/stable/stash/1.9.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:36:33.958118972Z" +generated: "2021-09-04T22:21:52.353272353Z" diff --git a/stable/syncthing/6.11.12/Chart.lock b/stable/syncthing/6.11.12/Chart.lock index 7f9a5bd70f1..709538d5786 100644 --- a/stable/syncthing/6.11.12/Chart.lock +++ b/stable/syncthing/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:36:39.163335607Z" +generated: "2021-09-04T22:21:57.245827289Z" diff --git a/stable/tautulli/6.11.12/Chart.lock b/stable/tautulli/6.11.12/Chart.lock index 0b7aeedac0b..46243c58c8c 100644 --- a/stable/tautulli/6.11.12/Chart.lock +++ b/stable/tautulli/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:36:44.424002038Z" +generated: "2021-09-04T22:22:02.154904606Z" diff --git a/stable/thelounge/1.11.12/Chart.lock b/stable/thelounge/1.11.12/Chart.lock index c734a199039..02d0647c620 100644 --- a/stable/thelounge/1.11.12/Chart.lock +++ b/stable/thelounge/1.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:36:49.691548607Z" +generated: "2021-09-04T22:22:07.08242911Z" diff --git a/stable/traefik/7.0.5/Chart.lock b/stable/traefik/7.0.5/Chart.lock index 1dc0ca6cdfa..9980abbd976 100644 --- a/stable/traefik/7.0.5/Chart.lock +++ b/stable/traefik/7.0.5/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:36:54.987255548Z" +generated: "2021-09-04T22:22:11.969734002Z" diff --git a/stable/transmission/6.11.13/Chart.lock b/stable/transmission/6.11.13/Chart.lock index a07531b15cf..b6eb9b2b713 100644 --- a/stable/transmission/6.11.13/Chart.lock +++ b/stable/transmission/6.11.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:37:00.31608798Z" +generated: "2021-09-04T22:22:16.899442115Z" diff --git a/stable/truecommand/6.11.13/Chart.lock b/stable/truecommand/6.11.13/Chart.lock index 23c75be3ccf..0a613ead713 100644 --- a/stable/truecommand/6.11.13/Chart.lock +++ b/stable/truecommand/6.11.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:37:05.706868328Z" +generated: "2021-09-04T22:22:21.794153429Z" diff --git a/stable/tvheadend/7.11.12/Chart.lock b/stable/tvheadend/7.11.12/Chart.lock index 6d5b644eb99..c8a95a8ed41 100644 --- a/stable/tvheadend/7.11.12/Chart.lock +++ b/stable/tvheadend/7.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:37:11.16474897Z" +generated: "2021-09-04T22:22:26.703866722Z" diff --git a/stable/unifi/6.11.12/Chart.lock b/stable/unifi/6.11.12/Chart.lock index 14358ceea69..043522abb9b 100644 --- a/stable/unifi/6.11.12/Chart.lock +++ b/stable/unifi/6.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:37:16.403096907Z" +generated: "2021-09-04T22:22:31.656103441Z" diff --git a/stable/unpackerr/1.11.12/Chart.lock b/stable/unpackerr/1.11.12/Chart.lock index 8274eb6b9c6..4f3ec0c0a63 100644 --- a/stable/unpackerr/1.11.12/Chart.lock +++ b/stable/unpackerr/1.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:37:21.757123774Z" +generated: "2021-09-04T22:22:36.614091858Z" diff --git a/stable/vaultwarden/6.1.9/Chart.lock b/stable/vaultwarden/6.1.9/Chart.lock index 601d3872840..c7dec4e55a0 100644 --- a/stable/vaultwarden/6.1.9/Chart.lock +++ b/stable/vaultwarden/6.1.9/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 1.6.1 digest: sha256:7d052f87287c75c33137e6e8a856ef71bb138717949069ee2102c0c11cad8a85 -generated: "2021-09-04T21:37:28.258511826Z" +generated: "2021-09-04T22:22:42.536955205Z" diff --git a/stable/xteve/1.9.12/Chart.lock b/stable/xteve/1.9.12/Chart.lock index 59a0ce6fa03..9891f3ee1ac 100644 --- a/stable/xteve/1.9.12/Chart.lock +++ b/stable/xteve/1.9.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 6.13.7 digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d -generated: "2021-09-04T21:37:34.961682074Z" +generated: "2021-09-04T22:22:48.801053242Z" diff --git a/stable/zwavejs2mqtt/6.11.13/Chart.lock b/stable/zwavejs2mqtt/6.11.13/Chart.lock index f4f1149eb4b..8bcf98a3ea0 100644 --- a/stable/zwavejs2mqtt/6.11.13/Chart.lock +++ b/stable/zwavejs2mqtt/6.11.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T21:37:40.214006834Z" +generated: "2021-09-04T22:22:53.72072693Z"