Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-06-26 05:45:23 +00:00
parent 40d246b152
commit ffe69e5313
62 changed files with 757 additions and 51 deletions

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:55.365297889Z"
generated: "2021-06-26T05:45:11.363757859Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:54.234621004Z"
generated: "2021-06-26T05:45:10.080157746Z"

View File

@ -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 Together" guide:
https://truecharts.org/manual/linking/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-26T05:44:25.288726949Z"

View File

@ -0,0 +1,22 @@
apiVersion: v2
appVersion: auto
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.3.7
description: Airsonic is a Free and Open Source community driven media server
home: https://github.com/truecharts/apps/tree/master/charts/incubator/airsonic
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png
keywords:
- airsonic
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
name: airsonic
sources:
- https://github.com/airsonic/airsonic
- https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
version: 1.1.6

View File

@ -0,0 +1,55 @@
# Introduction
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
Airsonic is a Free and Open Source community driven media server
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
* <https://github.com/airsonic/airsonic>
* <https://github.com/linuxserver/docker-airsonic>
* <https://github.com/k8s-at-home/charts/tree/master/charts/airsonic>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.3.4 |
## Installing the Chart
To install the chart with the release name `airsonic`
- Open TrueNAS SCALE
- Go to Apps
- Click "Install" for this specific Apps
- Fill out the configuration form
## Uninstalling the Chart
To uninstall the `airsonic` deployment
- Open TrueNAS SCALE
- Go to Apps
- Go to "Installed Apps"
- Expand the menu in the top-right corner of this App
- Click "Remove" for this specific Apps
The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release.
## Support
- See the [Wiki](https://truecharts.org)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1 @@
Airsonic is a Free and Open Source community driven media server

Binary file not shown.

View File

@ -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:
# -- image repository
repository: linuxserver/airsonic
# -- image tag
tag: version-v10.6.2
# -- image pull policy
pullPolicy: IfNotPresent
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
##

View File

@ -0,0 +1,534 @@
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"
# Docker specific env
- 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: PUID
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: 568
- variable: PGID
label: "PGID"
description: "Sets the PGID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: 568
- variable: UMASK
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
schema:
type: string
default: "002"
# Configure Enviroment Variables
- variable: envList
label: "Image environment"
group: "Container Configuration"
schema:
type: list
default: []
items:
- variable: envItem
label: "Environment Variable"
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: hostNetwork
group: "Networking and Services"
label: "Enable Host Networking"
schema:
type: boolean
default: false
- variable: service
group: "Networking and Services"
label: "Configure Service(s)"
schema:
type: dict
attrs:
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the service"
schema:
type: boolean
default: true
hidden: true
- variable: type
label: "Service Type"
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
schema:
type: string
default: "NodePort"
enum:
- value: "NodePort"
description: "NodePort"
- value: "ClusterIP"
description: "ClusterIP"
- value: "LoadBalancer"
description: "LoadBalancer"
- variable: loadBalancerIP
label: "LoadBalancer IP"
description: "LoadBalancerIP"
schema:
show_if: [["type", "=", "LoadBalancer"]]
type: string
default: ""
- variable: externalIPs
label: "External IP's"
description: "External IP's"
schema:
show_if: [["type", "=", "LoadBalancer"]]
type: list
default: []
items:
- variable: externalIP
label: "External IP"
schema:
type: string
- variable: ports
label: "Service's Port(s) Configuration"
schema:
type: dict
attrs:
- variable: main
label: "Main Service Port Configuration"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: protocol
label: "Port Type"
schema:
type: string
default: "HTTP"
enum:
- value: HTTP
description: "HTTP"
- value: "HTTPS"
description: "HTTPS"
- value: TCP
description: "TCP"
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
schema:
type: int
default: 4040
editable: false
hidden: true
- variable: targetport
label: "Target Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 4040
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: 36053
required: true
- variable: persistence
label: "Integrated Persistent Storage"
description: "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: 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: 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: securityContext
group: "Security and Permissions"
label: "Security Context"
schema:
type: dict
attrs:
- variable: privileged
label: "Enable privileged mode for Common-Chart based charts"
schema:
type: boolean
default: false
- 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"

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

@ -0,0 +1,60 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image:
# -- image repository
repository: linuxserver/airsonic
# -- image tag
tag: version-v10.6.2
# -- image pull policy
pullPolicy: IfNotPresent
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details.
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
PUID: "1001"
# -- Specify the group ID the application will run as
PGID: "1001"
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.
CONTEXT_PATH: # "url-base"
# -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes.
JAVA_OPTS:
# -- Configures service settings for the chart. Normally this does not need to be modified.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 4040
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: false
music:
enabled: false
mountPath: /music
playlists:
enabled: false
mountPath: /playlists
podcasts:
enabled: false
mountPath: /podcasts
media:
enabled: false
mountPath: /media

View File

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:17.436835887Z"
generated: "2021-06-26T05:44:26.610543493Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:18.573886105Z"
generated: "2021-06-26T05:44:27.955475505Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:19.69837643Z"
generated: "2021-06-26T05:44:29.312804209Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:20.784224664Z"
generated: "2021-06-26T05:44:30.642082207Z"

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 10.5.0
digest: sha256:9a6660d5c343021f5243468da5588ba18d08ddd3430e998a76811c3b60414336
generated: "2021-06-22T22:04:24.563657134Z"
generated: "2021-06-26T05:44:34.696778064Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:28.726841627Z"
generated: "2021-06-26T05:44:39.19220903Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:29.870601291Z"
generated: "2021-06-26T05:44:40.51206106Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:31.005208371Z"
generated: "2021-06-26T05:44:41.79485042Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:32.13305746Z"
generated: "2021-06-26T05:44:43.145462575Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:33.189551535Z"
generated: "2021-06-26T05:44:44.458393054Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:34.281475067Z"
generated: "2021-06-26T05:44:45.853300932Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:35.378471707Z"
generated: "2021-06-26T05:44:47.174248673Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:36.412873048Z"
generated: "2021-06-26T05:44:48.495212935Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:37.532693424Z"
generated: "2021-06-26T05:44:49.88145638Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:38.594358353Z"
generated: "2021-06-26T05:44:51.279725414Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:39.652015707Z"
generated: "2021-06-26T05:44:52.665386555Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:40.758759043Z"
generated: "2021-06-26T05:44:53.962593742Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:42.112106288Z"
generated: "2021-06-26T05:44:55.247021934Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:43.256326387Z"
generated: "2021-06-26T05:44:56.57915087Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:44.389148866Z"
generated: "2021-06-26T05:44:57.840266882Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:45.502016012Z"
generated: "2021-06-26T05:44:59.250742497Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:46.608364357Z"
generated: "2021-06-26T05:45:00.584961549Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:47.751312571Z"
generated: "2021-06-26T05:45:01.93128939Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:48.830045377Z"
generated: "2021-06-26T05:45:03.301273621Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:49.898106066Z"
generated: "2021-06-26T05:45:04.64156137Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:50.954607135Z"
generated: "2021-06-26T05:45:06.023756933Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:52.031802739Z"
generated: "2021-06-26T05:45:07.368860618Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:53.114537852Z"
generated: "2021-06-26T05:45:08.740099099Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:46.420166491Z"
generated: "2021-06-26T05:43:50.721383559Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:47.734785013Z"
generated: "2021-06-26T05:43:52.165436017Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:48.787327195Z"
generated: "2021-06-26T05:43:53.497804557Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:49.898180375Z"
generated: "2021-06-26T05:43:54.926810895Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:51.031336949Z"
generated: "2021-06-26T05:43:56.270018413Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:52.13155093Z"
generated: "2021-06-26T05:43:57.616710157Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:53.246005569Z"
generated: "2021-06-26T05:43:58.9633767Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:54.427000324Z"
generated: "2021-06-26T05:44:00.482537534Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:55.574247916Z"
generated: "2021-06-26T05:44:01.813464405Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:56.657040792Z"
generated: "2021-06-26T05:44:03.179636132Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:57.85108537Z"
generated: "2021-06-26T05:44:04.524418803Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:03:58.995179769Z"
generated: "2021-06-26T05:44:05.981955694Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:00.102624218Z"
generated: "2021-06-26T05:44:07.308961747Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:01.258404588Z"
generated: "2021-06-26T05:44:08.623603264Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:02.347899393Z"
generated: "2021-06-26T05:44:09.947167846Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:03.468438375Z"
generated: "2021-06-26T05:44:11.333539288Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:04.599361282Z"
generated: "2021-06-26T05:44:12.653448144Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:05.676656757Z"
generated: "2021-06-26T05:44:13.993668448Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:06.757152929Z"
generated: "2021-06-26T05:44:15.308229955Z"

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 10.5.0
digest: sha256:9a6660d5c343021f5243468da5588ba18d08ddd3430e998a76811c3b60414336
generated: "2021-06-22T22:04:10.62117184Z"
generated: "2021-06-26T05:44:19.423340061Z"

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.3.7
digest: sha256:2d1152e0494d1392b0a745d7ad05fd4468cc974890a5fb59ca9ee47f5827bc10
generated: "2021-06-22T22:04:15.235506502Z"
generated: "2021-06-26T05:44:23.994398305Z"