Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-05 12:35:07 +00:00
parent 2ed2e148ae
commit bd98d70f38
1652 changed files with 60265 additions and 56681 deletions

View File

@ -1,4 +0,0 @@
<a name="onlyoffice-document-server-0.0.2"></a>
### [onlyoffice-document-server-0.0.2](https://github.com/truecharts/apps/compare/onlyoffice-document-server-0.0.1...onlyoffice-document-server-0.0.2) (2021-10-01)

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.0.13
digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe
generated: "2021-10-01T20:54:56.1002578Z"

View File

@ -0,0 +1,8 @@
<a name="onlyoffice-document-server-0.0.3"></a>
### [onlyoffice-document-server-0.0.3](https://github.com/truecharts/apps/compare/onlyoffice-document-server-0.0.2...onlyoffice-document-server-0.0.3) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
generated: "2021-10-05T12:12:30.97565363Z"

View File

@ -3,7 +3,7 @@ appVersion: "6.4.1.45"
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.2.2
description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time." description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time."
home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-ds-ce home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-ds-ce
icon: https://avatars.githubusercontent.com/u/1426033?s=200&v=4 icon: https://avatars.githubusercontent.com/u/1426033?s=200&v=4
@ -19,4 +19,4 @@ sources:
- https://github.com/ONLYOFFICE/DocumentServer - https://github.com/ONLYOFFICE/DocumentServer
- https://github.com/ONLYOFFICE/Docker-DocumentServer - https://github.com/ONLYOFFICE/Docker-DocumentServer
- https://hub.docker.com/r/onlyoffice/documentserver/ - https://hub.docker.com/r/onlyoffice/documentserver/
version: 0.0.2 version: 0.0.3

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 8.0.13 | | https://truecharts.org | common | 8.2.2 |
## Installing the Chart ## Installing the Chart

View File

@ -169,6 +169,12 @@ questions:
default: "Etc/UTC" default: "Etc/UTC"
$ref: $ref:
- "definitions/timezone" - "definitions/timezone"
- variable: UMASK
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
schema:
type: string
default: "002"
- variable: WOPI_ENABLED - variable: WOPI_ENABLED
label: "WOPI_ENABLED" label: "WOPI_ENABLED"
description: "Specifies the enabling the wopi handlers." description: "Specifies the enabling the wopi handlers."
@ -774,6 +780,7 @@ questions:
type: string type: string
required: true required: true
default: "Prefix" default: "Prefix"
- variable: tls - variable: tls
label: "TLS-Settings" label: "TLS-Settings"
schema: schema:
@ -803,6 +810,7 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint - variable: entrypoint
label: "(Advanced) Traefik Entrypoint" label: "(Advanced) Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
@ -831,6 +839,12 @@ questions:
default: false default: false
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: enableFixedMiddlewares
description: "These middlewares enforce a number of best practices."
label: "Enable Default Middlewares"
schema:
type: boolean
default: true
- variable: ingressClassName - variable: ingressClassName
label: "IngressClass Name" label: "IngressClass Name"
schema: schema:
@ -1116,6 +1130,17 @@ questions:
- value: "Always" - value: "Always"
description: "Always" description: "Always"
# Specify GPU configuration
- variable: scaleGPU
label: "GPU Configuration"
group: "Resources and Devices"
schema:
type: dict
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
@ -1132,13 +1157,13 @@ questions:
schema: schema:
type: string type: string
default: "4000m" default: "4000m"
valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory - variable: memory
label: "Memory RAM" label: "Memory RAM"
schema: schema:
type: string type: string
default: "8Gi" default: "8Gi"
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- variable: requests - variable: requests
label: "Advanced Request minimum resources required" label: "Advanced Request minimum resources required"
schema: schema:
@ -1149,16 +1174,57 @@ questions:
schema: schema:
type: string type: string
default: "10m" default: "10m"
valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory - variable: memory
label: "Memory RAM" label: "Memory RAM"
schema: schema:
type: string type: string
default: "50Mi" default: "50Mi"
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- variable: deviceList
label: "Mount USB devices"
group: "Resources and Devices"
schema:
type: list
default: []
items:
- variable: deviceListEntry
label: "Device"
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"
hidden: true
- variable: readOnly
label: "readOnly"
schema:
type: boolean
default: false
- variable: hostPath
label: "Host Device Path"
description: "Path to the device on the host system"
schema:
type: path
- variable: mountPath
label: "Container Device Path"
description: "Path inside the container the device is mounted"
schema:
type: string
default: "/dev/ttyACM0"
- variable: autoscaling - variable: autoscaling
group: "Resources and Devices" group: "Advanced"
label: "(Advanced) Horizontal Pod Autoscaler" label: "(Advanced) Horizontal Pod Autoscaler"
schema: schema:
type: dict type: dict

View File

@ -1,8 +0,0 @@
<a name="sogo-4.0.11"></a>
### [sogo-4.0.11](https://github.com/truecharts/apps/compare/sogo-4.0.10...sogo-4.0.11) (2021-10-05)
#### Chore
* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))

View File

@ -0,0 +1,8 @@
<a name="sogo-4.0.12"></a>
### [sogo-4.0.12](https://github.com/truecharts/apps/compare/sogo-4.0.11...sogo-4.0.12) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -1,12 +1,12 @@
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.2.2
- name: postgresql - name: postgresql
repository: https://truecharts.org/ repository: https://truecharts.org/
version: 3.0.4 version: 3.0.8
- name: memcached - name: memcached
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 5.15.3 version: 5.15.4
digest: sha256:31ea20ec333f850afa9cf3a2496456944683769564b80fd997d8321ca3f56830 digest: sha256:505855bf97f71b5fae35edae4dbb54d3da6d8fd7209ff18b57a46b96d86acdd8
generated: "2021-10-05T11:27:11.340778816Z" generated: "2021-10-05T12:12:45.625807654Z"

View File

@ -3,15 +3,15 @@ appVersion: "5.2.0"
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.2.2
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
repository: https://truecharts.org/ repository: https://truecharts.org/
version: 3.0.4 version: 3.0.8
- condition: memcached.enabled - condition: memcached.enabled
name: memcached name: memcached
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 5.15.3 version: 5.15.4
deprecated: false deprecated: false
description: Groupware package description: Groupware package
home: https://github.com/truecharts/apps/tree/master/charts/stable/sogo home: https://github.com/truecharts/apps/tree/master/charts/stable/sogo
@ -27,4 +27,4 @@ name: sogo
sources: sources:
- https://www.sogo.nu/ - https://www.sogo.nu/
type: application type: application
version: 4.0.11 version: 4.0.12

View File

@ -17,9 +17,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | memcached | 5.15.3 | | https://charts.bitnami.com/bitnami | memcached | 5.15.4 |
| https://truecharts.org/ | postgresql | 3.0.4 | | https://truecharts.org/ | postgresql | 3.0.8 |
| https://truecharts.org | common | 8.0.13 | | https://truecharts.org | common | 8.2.2 |
## Installing the Chart ## Installing the Chart

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +0,0 @@
<a name="airsonic-3.0.5"></a>
### [airsonic-3.0.5](https://github.com/truecharts/apps/compare/airsonic-3.0.4...airsonic-3.0.5) (2021-10-05)
#### Chore
* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.0.13
digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe
generated: "2021-10-05T11:27:33.633000134Z"

View File

@ -0,0 +1,8 @@
<a name="airsonic-3.0.6"></a>
### [airsonic-3.0.6](https://github.com/truecharts/apps/compare/airsonic-3.0.5...airsonic-3.0.6) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
generated: "2021-10-05T12:13:05.254576972Z"

View File

@ -3,7 +3,7 @@ appVersion: "10.6.2"
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.2.2
description: Airsonic is a Free and Open Source community driven media server description: Airsonic is a Free and Open Source community driven media server
home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png
@ -19,4 +19,4 @@ sources:
- https://github.com/airsonic/airsonic - https://github.com/airsonic/airsonic
- https://github.com/linuxserver/docker-airsonic - https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
version: 3.0.5 version: 3.0.6

View File

@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 8.0.13 | | https://truecharts.org | common | 8.2.2 |
## Installing the Chart ## Installing the Chart

Binary file not shown.

View File

@ -1,8 +0,0 @@
<a name="appdaemon-5.0.3"></a>
### [appdaemon-5.0.3](https://github.com/truecharts/apps/compare/appdaemon-5.0.2...appdaemon-5.0.3) (2021-09-29)
#### Chore
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.0.13
digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe
generated: "2021-09-29T16:05:25.006048868Z"

View File

@ -0,0 +1,8 @@
<a name="appdaemon-5.0.4"></a>
### [appdaemon-5.0.4](https://github.com/truecharts/apps/compare/appdaemon-5.0.3...appdaemon-5.0.4) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
generated: "2021-10-05T12:13:16.88108631Z"

View File

@ -3,13 +3,13 @@ appVersion: "4.1.0"
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.2.2
deprecated: false deprecated: false
description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
environment for writing automation apps for Home Assistant home automation software. environment for writing automation apps for Home Assistant home automation software.
It also provides a configurable dashboard (HADashboard) suitable for wall mounted It also provides a configurable dashboard (HADashboard) suitable for wall mounted
tablets. tablets.
home: https://github.com/truecharts/apps/tree/master/charts/incubator/appdaemon home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon
icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true
keywords: keywords:
- appdaemon - appdaemon
@ -26,4 +26,4 @@ name: appdaemon
sources: sources:
- https://github.com/AppDaemon/appdaemon - https://github.com/AppDaemon/appdaemon
type: application type: application
version: 5.0.3 version: 5.0.4

View File

@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 8.0.13 | | https://truecharts.org | common | 8.2.2 |
## Installing the Chart ## Installing the Chart

Binary file not shown.

View File

@ -166,6 +166,12 @@ questions:
default: "Etc/UTC" default: "Etc/UTC"
$ref: $ref:
- "definitions/timezone" - "definitions/timezone"
- variable: UMASK
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
schema:
type: string
default: "002"
- variable: HA_URL - variable: HA_URL
label: "HA URL" label: "HA URL"
description: "Your HomeAssistant URL" description: "Your HomeAssistant URL"
@ -210,12 +216,7 @@ questions:
type: int type: int
default: 0 default: 0
required: true required: true
- variable: UMASK
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
schema:
type: string
default: "002"
- variable: envList - variable: envList
label: "Image environment" label: "Image environment"
group: "Container Configuration" group: "Container Configuration"
@ -1115,6 +1116,17 @@ questions:
- value: "Always" - value: "Always"
description: "Always" description: "Always"
# Specify GPU configuration
- variable: scaleGPU
label: "GPU Configuration"
group: "Resources and Devices"
schema:
type: dict
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
@ -1131,13 +1143,13 @@ questions:
schema: schema:
type: string type: string
default: "4000m" default: "4000m"
valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory - variable: memory
label: "Memory RAM" label: "Memory RAM"
schema: schema:
type: string type: string
default: "8Gi" default: "8Gi"
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- variable: requests - variable: requests
label: "Advanced Request minimum resources required" label: "Advanced Request minimum resources required"
schema: schema:
@ -1148,16 +1160,57 @@ questions:
schema: schema:
type: string type: string
default: "10m" default: "10m"
valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory - variable: memory
label: "Memory RAM" label: "Memory RAM"
schema: schema:
type: string type: string
default: "50Mi" default: "50Mi"
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- variable: deviceList
label: "Mount USB devices"
group: "Resources and Devices"
schema:
type: list
default: []
items:
- variable: deviceListEntry
label: "Device"
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"
hidden: true
- variable: readOnly
label: "readOnly"
schema:
type: boolean
default: false
- variable: hostPath
label: "Host Device Path"
description: "Path to the device on the host system"
schema:
type: path
- variable: mountPath
label: "Container Device Path"
description: "Path inside the container the device is mounted"
schema:
type: string
default: "/dev/ttyACM0"
- variable: autoscaling - variable: autoscaling
group: "Resources and Devices" group: "Advanced"
label: "(Advanced) Horizontal Pod Autoscaler" label: "(Advanced) Horizontal Pod Autoscaler"
schema: schema:
type: dict type: dict

View File

@ -1,8 +0,0 @@
<a name="authelia-4.0.11"></a>
### [authelia-4.0.11](https://github.com/truecharts/apps/compare/authelia-4.0.10...authelia-4.0.11) (2021-10-05)
#### Chore
* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))

View File

@ -0,0 +1,8 @@
<a name="authelia-4.0.12"></a>
### [authelia-4.0.12](https://github.com/truecharts/apps/compare/authelia-4.0.11...authelia-4.0.12) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -1,12 +1,12 @@
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.2.2
- name: postgresql - name: postgresql
repository: https://truecharts.org/ repository: https://truecharts.org/
version: 3.0.4 version: 3.0.8
- name: redis - name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 15.4.0 version: 15.4.1
digest: sha256:cea033c466dff1a87b40274a7fc809220e6502125dfad0f9b840459b5818c3db digest: sha256:bfe11eec09664fb48f91828300383b3cccb92e7f708cb783ba0f8491d8d37ccf
generated: "2021-10-05T11:27:50.034930782Z" generated: "2021-10-05T12:13:31.25987279Z"

View File

@ -3,15 +3,15 @@ appVersion: "4.31.0"
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.2.2
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
repository: https://truecharts.org/ repository: https://truecharts.org/
version: 3.0.4 version: 3.0.8
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 15.4.0 version: 15.4.1
deprecated: false deprecated: false
description: Authelia is a Single Sign-On Multi-Factor portal for web apps description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia
@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo - https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia - https://github.com/authelia/authelia
type: application type: application
version: 4.0.11 version: 4.0.12

View File

@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.0 | | https://charts.bitnami.com/bitnami | redis | 15.4.1 |
| https://truecharts.org/ | postgresql | 3.0.4 | | https://truecharts.org/ | postgresql | 3.0.8 |
| https://truecharts.org | common | 8.0.13 | | https://truecharts.org | common | 8.2.2 |
## Installing the Chart ## Installing the Chart

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +0,0 @@
<a name="bazarr-8.0.3"></a>
### [bazarr-8.0.3](https://github.com/truecharts/apps/compare/bazarr-8.0.2...bazarr-8.0.3) (2021-09-29)
#### Chore
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.0.13
digest: sha256:0a74fa89337aa4fd64c9e6cd0b9935f86dc5b80a9f5f3811cde16eeee14353fe
generated: "2021-09-29T16:05:52.047632735Z"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
<a name="bazarr-8.0.4"></a>
### [bazarr-8.0.4](https://github.com/truecharts/apps/compare/bazarr-8.0.3...bazarr-8.0.4) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.2.2
digest: sha256:f6a5238049ab6ad23f6a78c95f09040de216674c846d3c35dddab95ab09406ef
generated: "2021-10-05T12:13:52.367892274Z"

View File

@ -3,11 +3,11 @@ appVersion: "0.9.9"
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.0.13 version: 8.2.2
deprecated: false deprecated: false
description: Bazarr is a companion application to Bazarr and Radarr. It manages and description: Bazarr is a companion application to Bazarr and Radarr. It manages and
downloads subtitles based on your requirements downloads subtitles based on your requirements
home: https://github.com/truecharts/apps/tree/master/charts/incubator/bazarr home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
keywords: keywords:
- bazarr - bazarr
@ -29,4 +29,4 @@ sources:
- https://github.com/Bazarr/Bazarr - https://github.com/Bazarr/Bazarr
- https://hub.docker.com/r/linuxserver/bazarr - https://hub.docker.com/r/linuxserver/bazarr
type: application type: application
version: 8.0.3 version: 8.0.4

View File

@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://truecharts.org | common | 8.0.13 | | https://truecharts.org | common | 8.2.2 |
## Installing the Chart ## Installing the Chart

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More