diff --git a/incubator/custom-app/0.2.15/Chart.lock b/incubator/custom-app/0.2.15/Chart.lock index 0dd0dfef0dd..5a78a4f7bd8 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-04T15:52:41.837550938Z" +generated: "2021-09-04T16:17:21.677941264Z" diff --git a/incubator/nextcloud/3.7.6/Chart.lock b/incubator/nextcloud/3.7.6/Chart.lock index 21e86d78e88..48601aeeab2 100644 --- a/incubator/nextcloud/3.7.6/Chart.lock +++ b/incubator/nextcloud/3.7.6/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 15.3.1 digest: sha256:8e1539556c3970833500f4afd64a93b92f3a89d55f215a85a6788408feb3e809 -generated: "2021-09-04T15:52:49.648042158Z" +generated: "2021-09-04T16:17:29.141193304Z" diff --git a/incubator/pihole/0.0.2/CONFIG.md b/incubator/pihole/0.0.2/CONFIG.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/pihole/0.0.2/Chart.lock b/incubator/pihole/0.0.2/Chart.lock new file mode 100644 index 00000000000..10e0aa79931 --- /dev/null +++ b/incubator/pihole/0.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.13.7 +digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d +generated: "2021-09-04T16:17:37.525119893Z" diff --git a/incubator/pihole/0.0.2/Chart.yaml b/incubator/pihole/0.0.2/Chart.yaml new file mode 100644 index 00000000000..fb1164fe917 --- /dev/null +++ b/incubator/pihole/0.0.2/Chart.yaml @@ -0,0 +1,24 @@ +apiVersion: v2 +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 6.13.7 +deprecated: false +description: DNS and Ad-filtering for your network +home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole +icon: https://upload.wikimedia.org/wikipedia/en/thumb/1/15/Pi-hole_vector_logo.svg/1200px-Pi-hole_vector_logo.svg.png +keywords: +- DNS +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +name: pihole +sources: +- https://pi-hole.net/ +- https://github.com/pi-hole +- https://github.com/pi-hole/docker-pi-hole +type: application +version: 0.0.2 diff --git a/incubator/pihole/0.0.2/README.md b/incubator/pihole/0.0.2/README.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/pihole/0.0.2/app-readme.md b/incubator/pihole/0.0.2/app-readme.md new file mode 100644 index 00000000000..6613aff62c8 --- /dev/null +++ b/incubator/pihole/0.0.2/app-readme.md @@ -0,0 +1 @@ +DNS and Ad-filtering for your network diff --git a/incubator/pihole/0.0.2/charts/common-6.13.7.tgz b/incubator/pihole/0.0.2/charts/common-6.13.7.tgz new file mode 100644 index 00000000000..6b300369a41 Binary files /dev/null and b/incubator/pihole/0.0.2/charts/common-6.13.7.tgz differ diff --git a/incubator/pihole/0.0.2/helm-values.md b/incubator/pihole/0.0.2/helm-values.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/pihole/0.0.2/ix_values.yaml b/incubator/pihole/0.0.2/ix_values.yaml new file mode 100644 index 00000000000..96c056a3a31 --- /dev/null +++ b/incubator/pihole/0.0.2/ix_values.yaml @@ -0,0 +1,19 @@ +## +# 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: pihole/pihole + pullPolicy: IfNotPresent + tag: v5.8.1 + +envFrom: + - configMapRef: + name: pihole-env + +## +# 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/pihole/0.0.2/questions.yaml b/incubator/pihole/0.0.2/questions.yaml new file mode 100644 index 00000000000..96c6b426a56 --- /dev/null +++ b/incubator/pihole/0.0.2/questions.yaml @@ -0,0 +1,1395 @@ +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" + + # 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: pihole + group: "App Configuration" + label: "Pi-Hole Configuration" + schema: + type: dict + attrs: + - variable: WEBPASSWORD + label: "WEBPASSWORD" + description: "Sets admin password for the GUI" + schema: + type: string + default: "" + required: true + - variable: DNS1 + label: "DNS1" + description: "Sets the first DNS server (use #port suffix for ports)" + schema: + type: string + default: "1.1.1.1" + - variable: DNS2 + label: "DNS2" + description: "Sets the second DNS server (use #port suffix for ports), only if DNS1 is entered" + schema: + type: string + default: "1.0.0.1" + + + - 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: 36101 + - variable: dns + label: "DNS 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: dns + label: "DNS 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: "UDP" + 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: 53 + editable: false + hidden: true + - variable: port + label: "Container Port" + schema: + type: int + default: 53 + 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 + - variable: dns-tcp + label: "DNS-TCP 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: "LoadBalancer" + 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: dns-tcp + label: "DNS-TCP 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: "TCP" + 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: 53 + editable: false + hidden: true + - variable: port + label: "Container Port" + schema: + type: int + default: 53 + 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 + + - variable: serviceList + label: "Additional Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - 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: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + 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 + required: true + - variable: port + label: "Container Port" + schema: + type: int + 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 + + - variable: persistence + label: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(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: 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: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: hostPathType + label: "hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: true + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: accessMode + label: "Access Mode (Advanced)" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: size + 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: 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: 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: 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: 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: securityContext + group: "Security and Permissions" + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: true + + - variable: resources + group: "Resources and Devices" + label: "Resource Limits" + 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/pihole/0.0.2/templates/_configmap.tpl b/incubator/pihole/0.0.2/templates/_configmap.tpl new file mode 100644 index 00000000000..f39ca5c60b0 --- /dev/null +++ b/incubator/pihole/0.0.2/templates/_configmap.tpl @@ -0,0 +1,13 @@ +{{/* Define the configmap */}} +{{- define "pihole.configmap" -}} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: pihole-env +data: + WEBPASSWORD: {{ .Values.pihole.WEBPASSWORD | squote }} + {{- if .Values.pihole.DNS1 }} + "PIHOLE_DNS_": {{ if .Values.pihole.DNS2 }}{{ ( printf "%v;%v" .Values.pihole.DNS1 .Values.pihole.DNS2 ) | squote }}{{ else }}{{ .Values.pihole.DNS1 | squote }}{{ end }} + {{- end }} +{{- end -}} diff --git a/incubator/pihole/0.0.2/templates/common.yaml b/incubator/pihole/0.0.2/templates/common.yaml new file mode 100644 index 00000000000..795166e50a2 --- /dev/null +++ b/incubator/pihole/0.0.2/templates/common.yaml @@ -0,0 +1,8 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.values.setup" . }} + +{{/* Render configmap for pihole */}} +{{- include "pihole.configmap" . }} + +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/incubator/pihole/0.0.2/test_values.yaml b/incubator/pihole/0.0.2/test_values.yaml new file mode 100644 index 00000000000..64be0938796 --- /dev/null +++ b/incubator/pihole/0.0.2/test_values.yaml @@ -0,0 +1,43 @@ +# Default values for Jackett. + +image: + repository: pihole/pihole + pullPolicy: IfNotPresent + tag: v5.8.1 + +envFrom: + - configMapRef: + name: pihole-env + +service: + main: + enabled: true + ports: + main: + port: 80 + dns-tcp: + enabled: true + ports: + https: + enabled: true + port: 53 + dns: + enabled: true + ports: + dns: + enabled: true + port: 53 + +pihole: + WEBPASSWORD: "somepassword" + DNS1: "1.1.1.1" + DNS2: "1.0.0.1" + + +persistence: + config: + enabled: true + mountPath: "/etc/pihole" + type: pvc + accessMode: ReadWriteOnce + size: "100Gi" diff --git a/incubator/pihole/0.0.2/values.yaml b/incubator/pihole/0.0.2/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 b5f6b09c2eb..b63b436c8fa 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-04T15:44:55.812574523Z" +generated: "2021-09-04T16:10:01.917344912Z" diff --git a/stable/appdaemon/3.11.12/Chart.lock b/stable/appdaemon/3.11.12/Chart.lock index 7d5600a94e6..9509e6f4144 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-04T15:45:00.88712834Z" +generated: "2021-09-04T16:10:06.95728649Z" diff --git a/stable/authelia/1.6.21/Chart.lock b/stable/authelia/1.6.21/Chart.lock index e1dc9b62673..2ecb0874933 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-04T15:45:08.77259463Z" +generated: "2021-09-04T16:10:14.344081585Z" diff --git a/stable/bazarr/6.11.13/Chart.lock b/stable/bazarr/6.11.13/Chart.lock index d0ae3ee6032..1a70769e5b4 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-04T15:45:17.79364367Z" +generated: "2021-09-04T16:10:23.013986187Z" diff --git a/stable/booksonic-air/1.9.12/Chart.lock b/stable/booksonic-air/1.9.12/Chart.lock index 20e79a1592a..6abb8dacb0f 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-04T15:45:22.862327946Z" +generated: "2021-09-04T16:10:27.957158493Z" diff --git a/stable/calibre-web/6.11.12/Chart.lock b/stable/calibre-web/6.11.12/Chart.lock index f0d4e0fdc4c..106dc1858aa 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-04T15:45:32.896449923Z" +generated: "2021-09-04T16:10:37.491202495Z" diff --git a/stable/calibre/1.9.12/Chart.lock b/stable/calibre/1.9.12/Chart.lock index e18f94970b6..e43e9bb5658 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-04T15:45:27.897001076Z" +generated: "2021-09-04T16:10:32.742495077Z" diff --git a/stable/collabora-online/6.11.12/Chart.lock b/stable/collabora-online/6.11.12/Chart.lock index 7a12a93da3f..e72f99254aa 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-04T15:45:38.007177412Z" +generated: "2021-09-04T16:10:42.222824202Z" diff --git a/stable/deconz/1.9.12/Chart.lock b/stable/deconz/1.9.12/Chart.lock index a60df6191d8..34d049b8298 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-04T15:45:43.073354546Z" +generated: "2021-09-04T16:10:46.946684796Z" diff --git a/stable/deepstack-cpu/4.11.12/Chart.lock b/stable/deepstack-cpu/4.11.12/Chart.lock index f133c42b5a3..b03da63bf24 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-04T15:45:48.162105297Z" +generated: "2021-09-04T16:10:51.670928633Z" diff --git a/stable/deluge/6.11.12/Chart.lock b/stable/deluge/6.11.12/Chart.lock index 7afee3fb4f6..590ff20a927 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-04T15:45:53.159439331Z" +generated: "2021-09-04T16:10:56.368222286Z" diff --git a/stable/dizquetv/1.9.12/Chart.lock b/stable/dizquetv/1.9.12/Chart.lock index 57ac94d9a7d..80130f0743d 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-04T15:45:58.20021341Z" +generated: "2021-09-04T16:11:01.078683368Z" diff --git a/stable/duplicati/1.9.12/Chart.lock b/stable/duplicati/1.9.12/Chart.lock index c3ddfd23cbb..a415e8f3e4f 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-04T15:46:03.166143053Z" +generated: "2021-09-04T16:11:05.855334828Z" diff --git a/stable/emby/6.11.12/Chart.lock b/stable/emby/6.11.12/Chart.lock index 5cf941416aa..9961c74fd09 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-04T15:46:08.209616085Z" +generated: "2021-09-04T16:11:10.72088825Z" diff --git a/stable/esphome/6.11.12/Chart.lock b/stable/esphome/6.11.12/Chart.lock index 1dc512bf6a6..74cb5b08239 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-04T15:46:13.263607488Z" +generated: "2021-09-04T16:11:15.495932283Z" diff --git a/stable/external-service/1.4.12/Chart.lock b/stable/external-service/1.4.12/Chart.lock index 287a6d5f576..128c6808225 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-04T15:46:18.345322981Z" +generated: "2021-09-04T16:11:20.300459812Z" diff --git a/stable/fireflyiii/6.1.7/Chart.lock b/stable/fireflyiii/6.1.7/Chart.lock index afbcdf26c1a..e70301bed62 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-04T15:46:24.458408867Z" +generated: "2021-09-04T16:11:26.050856021Z" diff --git a/stable/flaresolverr/1.9.12/Chart.lock b/stable/flaresolverr/1.9.12/Chart.lock index 9530f788ce7..915750b4c22 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-04T15:46:30.772795208Z" +generated: "2021-09-04T16:11:31.747563081Z" diff --git a/stable/flood/1.9.12/Chart.lock b/stable/flood/1.9.12/Chart.lock index a1ba5c0b715..b7f9c207e97 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-04T15:46:35.742023905Z" +generated: "2021-09-04T16:11:36.491567421Z" diff --git a/stable/focalboard/1.9.12/Chart.lock b/stable/focalboard/1.9.12/Chart.lock index dbbd0e11c98..c1fef352128 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-04T15:46:40.845904391Z" +generated: "2021-09-04T16:11:41.213067929Z" diff --git a/stable/freeradius/1.7.15/Chart.lock b/stable/freeradius/1.7.15/Chart.lock index 87c5241ebca..e407282b088 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-04T15:46:45.836574141Z" +generated: "2021-09-04T16:11:45.93218239Z" diff --git a/stable/freshrss/6.11.12/Chart.lock b/stable/freshrss/6.11.12/Chart.lock index 922f97f00dc..316d8635ea5 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-04T15:46:50.85587614Z" +generated: "2021-09-04T16:11:50.659729179Z" diff --git a/stable/gaps/6.11.12/Chart.lock b/stable/gaps/6.11.12/Chart.lock index 52aa96d9568..75c41daf918 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-04T15:46:55.848276628Z" +generated: "2021-09-04T16:11:55.368104941Z" diff --git a/stable/gonic/1.9.12/Chart.lock b/stable/gonic/1.9.12/Chart.lock index 489751cb3ce..adb8331ea73 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-04T15:47:00.933089599Z" +generated: "2021-09-04T16:12:00.114077864Z" diff --git a/stable/grocy/6.11.12/Chart.lock b/stable/grocy/6.11.12/Chart.lock index 4b89985820e..016a79b7779 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-04T15:47:06.070312948Z" +generated: "2021-09-04T16:12:04.866508153Z" diff --git a/stable/handbrake/6.11.12/Chart.lock b/stable/handbrake/6.11.12/Chart.lock index 3e6bb691b43..69c2c5e77da 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-04T15:47:11.066627008Z" +generated: "2021-09-04T16:12:09.635255674Z" diff --git a/stable/haste-server/1.11.12/Chart.lock b/stable/haste-server/1.11.12/Chart.lock index 87c0230a2dd..fe82dea17e4 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-04T15:47:15.969792167Z" +generated: "2021-09-04T16:12:14.579584813Z" diff --git a/stable/healthchecks/1.9.12/Chart.lock b/stable/healthchecks/1.9.12/Chart.lock index 2665574c458..2364f9f11f1 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-04T15:47:21.167954691Z" +generated: "2021-09-04T16:12:19.378214926Z" diff --git a/stable/heimdall/6.11.12/Chart.lock b/stable/heimdall/6.11.12/Chart.lock index 4b0c3216e26..78e28d8abfd 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-04T15:47:26.129484461Z" +generated: "2021-09-04T16:12:24.13726018Z" diff --git a/stable/home-assistant/6.11.12/Chart.lock b/stable/home-assistant/6.11.12/Chart.lock index 7e54b34d840..a5001371080 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-04T15:47:31.199158301Z" +generated: "2021-09-04T16:12:28.889514579Z" diff --git a/stable/hyperion-ng/1.9.12/Chart.lock b/stable/hyperion-ng/1.9.12/Chart.lock index e4da7467fb2..aeb52bae95c 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-04T15:47:36.185324701Z" +generated: "2021-09-04T16:12:33.647229234Z" diff --git a/stable/jackett/6.11.14/Chart.lock b/stable/jackett/6.11.14/Chart.lock index 46616fb9b2d..491e32e8739 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-04T15:47:41.281441876Z" +generated: "2021-09-04T16:12:38.374979516Z" diff --git a/stable/jdownloader2/1.0.2/Chart.lock b/stable/jdownloader2/1.0.2/Chart.lock index 04bc46c1528..9b5e81e622d 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-04T15:47:46.398302132Z" +generated: "2021-09-04T16:12:43.094480283Z" diff --git a/stable/jellyfin/6.11.12/Chart.lock b/stable/jellyfin/6.11.12/Chart.lock index 485f71059eb..e800d563ac9 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-04T15:47:51.422996169Z" +generated: "2021-09-04T16:12:47.820560286Z" diff --git a/stable/k8s-gateway/1.0.7/Chart.lock b/stable/k8s-gateway/1.0.7/Chart.lock index 9e5c3d0f6ea..b18491b4a63 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-04T15:47:56.47667896Z" +generated: "2021-09-04T16:12:52.527554726Z" diff --git a/stable/kms/6.11.12/Chart.lock b/stable/kms/6.11.12/Chart.lock index b025c53b8cc..6d6279e5779 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-04T15:48:01.554029333Z" +generated: "2021-09-04T16:12:57.259936716Z" diff --git a/stable/komga/1.9.15/Chart.lock b/stable/komga/1.9.15/Chart.lock index 42b490e0172..8b7e3be69e8 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-04T15:48:06.577569041Z" +generated: "2021-09-04T16:13:01.964932369Z" diff --git a/stable/lazylibrarian/6.11.12/Chart.lock b/stable/lazylibrarian/6.11.12/Chart.lock index bd4ee78532a..d37371bd53d 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-04T15:48:11.562987782Z" +generated: "2021-09-04T16:13:06.718575076Z" diff --git a/stable/librespeed/1.9.12/Chart.lock b/stable/librespeed/1.9.12/Chart.lock index edf073d4c8e..f29ba35f68f 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-04T15:48:16.695418212Z" +generated: "2021-09-04T16:13:11.541060257Z" diff --git a/stable/lidarr/6.11.12/Chart.lock b/stable/lidarr/6.11.12/Chart.lock index 41203079282..5a1ff69aa9e 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-04T15:48:21.737749778Z" +generated: "2021-09-04T16:13:16.343575355Z" diff --git a/stable/littlelink/1.5.12/Chart.lock b/stable/littlelink/1.5.12/Chart.lock index 264360c1527..d471aa47c4e 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-04T15:48:26.744112652Z" +generated: "2021-09-04T16:13:21.088857367Z" diff --git a/stable/lychee/6.11.12/Chart.lock b/stable/lychee/6.11.12/Chart.lock index ab64600e20a..72baac0a25f 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-04T15:48:31.81936571Z" +generated: "2021-09-04T16:13:25.856743338Z" diff --git a/stable/mealie/1.11.12/Chart.lock b/stable/mealie/1.11.12/Chart.lock index 35f54d1ae83..27839aeab55 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-04T15:48:36.88419532Z" +generated: "2021-09-04T16:13:30.579969609Z" diff --git a/stable/mosquitto/1.11.12/Chart.lock b/stable/mosquitto/1.11.12/Chart.lock index d42b6ab7991..013a17c11c8 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-04T15:48:41.98326479Z" +generated: "2021-09-04T16:13:35.28121452Z" diff --git a/stable/mylar/1.9.12/Chart.lock b/stable/mylar/1.9.12/Chart.lock index a3ac1d5e030..79212b2c65f 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-04T15:48:46.996341608Z" +generated: "2021-09-04T16:13:39.960476234Z" diff --git a/stable/navidrome/6.11.12/Chart.lock b/stable/navidrome/6.11.12/Chart.lock index 089b9e95e26..304f9adae82 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-04T15:48:52.012943908Z" +generated: "2021-09-04T16:13:44.615790415Z" diff --git a/stable/node-red/6.11.12/Chart.lock b/stable/node-red/6.11.12/Chart.lock index c32df1ddb9e..36ce65c4406 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-04T15:48:56.97843733Z" +generated: "2021-09-04T16:13:49.382808509Z" diff --git a/stable/nullserv/1.9.12/Chart.lock b/stable/nullserv/1.9.12/Chart.lock index 707e8c788c4..4383ade2d08 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-04T15:49:02.055786868Z" +generated: "2021-09-04T16:13:54.122451872Z" diff --git a/stable/nzbget/6.11.12/Chart.lock b/stable/nzbget/6.11.12/Chart.lock index 6f8006ece96..4e06c1de9d0 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-04T15:49:07.065583701Z" +generated: "2021-09-04T16:13:58.823234473Z" diff --git a/stable/nzbhydra/6.11.12/Chart.lock b/stable/nzbhydra/6.11.12/Chart.lock index 529f7498f61..7c4dc73d9fa 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-04T15:49:12.032544443Z" +generated: "2021-09-04T16:14:03.573780418Z" diff --git a/stable/octoprint/1.9.12/Chart.lock b/stable/octoprint/1.9.12/Chart.lock index b69cab5c7ea..df7cef17617 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-04T15:49:17.118970214Z" +generated: "2021-09-04T16:14:08.376239034Z" diff --git a/stable/omada-controller/1.9.12/Chart.lock b/stable/omada-controller/1.9.12/Chart.lock index 5262c012ae9..d6cba959314 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-04T15:49:22.09988127Z" +generated: "2021-09-04T16:14:13.15786811Z" diff --git a/stable/ombi/6.11.13/Chart.lock b/stable/ombi/6.11.13/Chart.lock index f6f68c39d16..b45d4f42672 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-04T15:49:27.153328656Z" +generated: "2021-09-04T16:14:17.987236697Z" diff --git a/stable/openldap/1.7.16/Chart.lock b/stable/openldap/1.7.16/Chart.lock index fc0f3b74771..b8202e91a69 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-04T15:49:32.138541899Z" +generated: "2021-09-04T16:14:22.697080575Z" diff --git a/stable/organizr/6.11.12/Chart.lock b/stable/organizr/6.11.12/Chart.lock index d49055e3e72..214b5f22a3a 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-04T15:49:37.149955937Z" +generated: "2021-09-04T16:14:27.538679461Z" diff --git a/stable/overseerr/1.9.12/Chart.lock b/stable/overseerr/1.9.12/Chart.lock index e1d583e7106..0e0eb7793cd 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-04T15:49:42.205432864Z" +generated: "2021-09-04T16:14:32.282296059Z" diff --git a/stable/owncast/1.9.12/Chart.lock b/stable/owncast/1.9.12/Chart.lock index bdf8af98a30..0cdcd498735 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-04T15:49:47.303521155Z" +generated: "2021-09-04T16:14:37.00920284Z" diff --git a/stable/owncloud-ocis/1.9.12/Chart.lock b/stable/owncloud-ocis/1.9.12/Chart.lock index 5c2b95820ee..6b749c9106a 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-04T15:49:52.517447487Z" +generated: "2021-09-04T16:14:41.723375231Z" diff --git a/stable/pgadmin/1.8.12/Chart.lock b/stable/pgadmin/1.8.12/Chart.lock index e83a2836847..319907a5b2f 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-04T15:49:57.605692336Z" +generated: "2021-09-04T16:14:46.527264532Z" diff --git a/stable/photoprism/1.9.12/Chart.lock b/stable/photoprism/1.9.12/Chart.lock index 941e7b91bc5..4175130b352 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-04T15:50:02.725157835Z" +generated: "2021-09-04T16:14:51.208311891Z" diff --git a/stable/phpldapadmin/1.8.12/Chart.lock b/stable/phpldapadmin/1.8.12/Chart.lock index 5cff73c41ea..ae4d60033e2 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-04T15:50:07.777088378Z" +generated: "2021-09-04T16:14:56.05100736Z" diff --git a/stable/piaware/1.9.12/Chart.lock b/stable/piaware/1.9.12/Chart.lock index 3b6ffdbf75c..7e16c644458 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-04T15:50:13.032689946Z" +generated: "2021-09-04T16:15:00.754042978Z" diff --git a/stable/plex/5.11.12/Chart.lock b/stable/plex/5.11.12/Chart.lock index 9992f5ae87b..16a71307814 100644 --- a/stable/plex/5.11.12/Chart.lock +++ b/stable/plex/5.11.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T15:50:18.172650844Z" +generated: "2021-09-04T16:15:05.508891253Z" diff --git a/stable/podgrab/4.11.12/Chart.lock b/stable/podgrab/4.11.12/Chart.lock index 2f27d52969f..e6bf444ff0c 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-04T15:50:23.314400802Z" +generated: "2021-09-04T16:15:10.406888805Z" diff --git a/stable/postgresql/1.6.1/Chart.lock b/stable/postgresql/1.6.1/Chart.lock index 18961c8413b..bdffc8f7d72 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-04T15:50:28.283118604Z" +generated: "2021-09-04T16:15:15.345785637Z" diff --git a/stable/pretend-youre-xyzzy/1.9.12/Chart.lock b/stable/pretend-youre-xyzzy/1.9.12/Chart.lock index b2b693c8360..f5a43b53102 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-04T15:50:33.270678317Z" +generated: "2021-09-04T16:15:20.143098597Z" diff --git a/stable/protonmail-bridge/1.9.12/Chart.lock b/stable/protonmail-bridge/1.9.12/Chart.lock index 474f5a18afd..5d3822f2912 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-04T15:50:38.37128147Z" +generated: "2021-09-04T16:15:24.867962462Z" diff --git a/stable/prowlarr/1.11.14/Chart.lock b/stable/prowlarr/1.11.14/Chart.lock index 914782b0f62..aed17482e56 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-04T15:50:43.5257725Z" +generated: "2021-09-04T16:15:29.611545457Z" diff --git a/stable/pyload/1.9.12/Chart.lock b/stable/pyload/1.9.12/Chart.lock index 0f8c3ab0bf7..aec1b4c733a 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-04T15:50:48.586262475Z" +generated: "2021-09-04T16:15:34.337730235Z" diff --git a/stable/qbittorrent/6.11.12/Chart.lock b/stable/qbittorrent/6.11.12/Chart.lock index 5ee35622d2d..e1ce7224356 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-04T15:50:53.789491936Z" +generated: "2021-09-04T16:15:39.109564926Z" diff --git a/stable/radarr/6.11.12/Chart.lock b/stable/radarr/6.11.12/Chart.lock index e7e76c61760..1a35c7b7a61 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-04T15:50:58.864021228Z" +generated: "2021-09-04T16:15:43.848633398Z" diff --git a/stable/readarr/6.11.12/Chart.lock b/stable/readarr/6.11.12/Chart.lock index a142417dc3c..4b78d1db2f5 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-04T15:51:03.976219707Z" +generated: "2021-09-04T16:15:48.589096982Z" diff --git a/stable/reg/1.11.12/Chart.lock b/stable/reg/1.11.12/Chart.lock index 56ab510b7d1..214d94a815e 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-04T15:51:09.044814084Z" +generated: "2021-09-04T16:15:53.347206308Z" diff --git a/stable/resilio-sync/1.9.12/Chart.lock b/stable/resilio-sync/1.9.12/Chart.lock index b5f5052a5b4..4fd31637009 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-04T15:51:14.044206402Z" +generated: "2021-09-04T16:15:58.061542658Z" diff --git a/stable/sabnzbd/6.11.12/Chart.lock b/stable/sabnzbd/6.11.12/Chart.lock index 0995e49a974..de37526345f 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-04T15:51:19.029898904Z" +generated: "2021-09-04T16:16:02.817058637Z" diff --git a/stable/ser2sock/1.9.12/Chart.lock b/stable/ser2sock/1.9.12/Chart.lock index 71799835c81..333d8b89835 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-04T15:51:24.145323419Z" +generated: "2021-09-04T16:16:07.660258296Z" diff --git a/stable/sonarr/6.11.12/Chart.lock b/stable/sonarr/6.11.12/Chart.lock index c91d5bffba8..b60546c1fec 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-04T15:51:29.240981191Z" +generated: "2021-09-04T16:16:12.544808829Z" diff --git a/stable/stash/1.9.13/Chart.lock b/stable/stash/1.9.13/Chart.lock index b2c4c5d3ce7..e98ec4584ec 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-04T15:51:34.209920719Z" +generated: "2021-09-04T16:16:17.329671129Z" diff --git a/stable/syncthing/6.11.12/Chart.lock b/stable/syncthing/6.11.12/Chart.lock index b923b9218a0..4840979ac94 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-04T15:51:39.379709914Z" +generated: "2021-09-04T16:16:22.181408565Z" diff --git a/stable/tautulli/6.11.12/Chart.lock b/stable/tautulli/6.11.12/Chart.lock index 58ec2d9fb8e..ed0fc447229 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-04T15:51:44.351534559Z" +generated: "2021-09-04T16:16:26.964322084Z" diff --git a/stable/thelounge/1.11.12/Chart.lock b/stable/thelounge/1.11.12/Chart.lock index 2e8b812146e..d309762e98e 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-04T15:51:49.436367961Z" +generated: "2021-09-04T16:16:31.690740946Z" diff --git a/stable/traefik/7.0.4/Chart.lock b/stable/traefik/7.0.4/Chart.lock index 640c7f1bdfe..e9c8379c916 100644 --- a/stable/traefik/7.0.4/Chart.lock +++ b/stable/traefik/7.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.7 digest: sha256:92d1d2f7152c1bb539698578569ed8a3b96363319ffeb6b890ca86b83d1fdb2d -generated: "2021-09-04T15:51:54.408746108Z" +generated: "2021-09-04T16:16:36.411039032Z" diff --git a/stable/transmission/6.11.13/Chart.lock b/stable/transmission/6.11.13/Chart.lock index ddcc882eeda..96c12f7da10 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-04T15:51:59.514805969Z" +generated: "2021-09-04T16:16:41.148722607Z" diff --git a/stable/truecommand/6.11.13/Chart.lock b/stable/truecommand/6.11.13/Chart.lock index 6a04f67dfa2..e2c84c734e7 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-04T15:52:04.612905215Z" +generated: "2021-09-04T16:16:45.885768432Z" diff --git a/stable/tvheadend/7.11.12/Chart.lock b/stable/tvheadend/7.11.12/Chart.lock index 3bad78e0f39..07ae0f81d6d 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-04T15:52:09.554337161Z" +generated: "2021-09-04T16:16:50.625701636Z" diff --git a/stable/unifi/6.11.12/Chart.lock b/stable/unifi/6.11.12/Chart.lock index 74c956d0639..7517f82a32e 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-04T15:52:14.567600793Z" +generated: "2021-09-04T16:16:55.336341745Z" diff --git a/stable/unpackerr/1.11.12/Chart.lock b/stable/unpackerr/1.11.12/Chart.lock index 41bd1b0d156..a6434f1df4d 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-04T15:52:19.63646261Z" +generated: "2021-09-04T16:17:00.078576684Z" diff --git a/stable/vaultwarden/6.1.9/Chart.lock b/stable/vaultwarden/6.1.9/Chart.lock index 7b401115ed4..b58fcc550f7 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-04T15:52:25.708031616Z" +generated: "2021-09-04T16:17:05.914312865Z" diff --git a/stable/xteve/1.9.12/Chart.lock b/stable/xteve/1.9.12/Chart.lock index e6ca05c5591..b974c20975a 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-04T15:52:31.828965355Z" +generated: "2021-09-04T16:17:11.996230886Z" diff --git a/stable/zwavejs2mqtt/6.11.13/Chart.lock b/stable/zwavejs2mqtt/6.11.13/Chart.lock index e7bf985b632..5ae869cb5e4 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-04T15:52:36.944332451Z" +generated: "2021-09-04T16:17:16.875761701Z"