diff --git a/charts/incubator/sogo/CHANGELOG.md b/charts/incubator/sogo/CHANGELOG.md
index 76a72023690..50759b6aab7 100644
--- a/charts/incubator/sogo/CHANGELOG.md
+++ b/charts/incubator/sogo/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sogo-4.0.10](https://github.com/truecharts/apps/compare/sogo-4.0.9...sogo-4.0.10) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [sogo-4.0.8](https://github.com/truecharts/apps/compare/sogo-4.0.7...sogo-4.0.8) (2021-09-29)
diff --git a/charts/incubator/sogo/README.md b/charts/incubator/sogo/README.md
index 2e21ef489c6..a4b454c5435 100644
--- a/charts/incubator/sogo/README.md
+++ b/charts/incubator/sogo/README.md
@@ -17,9 +17,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://charts.bitnami.com/bitnami | memcached | 5.15.2 |
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://charts.bitnami.com/bitnami | memcached | 5.15.3 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/incubator/sogo/SCALE/CHANGELOG.md b/charts/incubator/sogo/SCALE/CHANGELOG.md
index b32be5dbe6d..cd2ed52a73b 100644
--- a/charts/incubator/sogo/SCALE/CHANGELOG.md
+++ b/charts/incubator/sogo/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [sogo-4.0.8](https://github.com/truecharts/apps/compare/sogo-4.0.7...sogo-4.0.8) (2021-09-29)
+
+### [sogo-4.0.10](https://github.com/truecharts/apps/compare/sogo-4.0.9...sogo-4.0.10) (2021-09-29)
#### Chore
-* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/incubator/sogo/helm-values.md b/charts/incubator/sogo/helm-values.md
index 3cc3101117a..af6df95afa8 100644
--- a/charts/incubator/sogo/helm-values.md
+++ b/charts/incubator/sogo/helm-values.md
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| initContainers | object | `{"init-postgresdb":{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","imagePullPolicy":"IfNotPresent"}}` | initcontainers |
| initContainers.init-postgresdb | object | `{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","imagePullPolicy":"IfNotPresent"}` | wait for database before starting sogo |
| memcached | object | `{"enabled":true}` | memcached dependency settings |
-| persistence | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/data/conf/sogo/","size":"100Gi","type":"pvc"},"drafts":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/spool/sogo","size":"100Gi","type":"pvc"},"mimetmp":{"enabled":true,"mountPath":"/mimetmp","type":"emptyDir"},"varrun":{"enabled":false}}` | persistence settings |
+| persistence | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/data/conf/sogo/","size":"100Gi","type":"pvc"},"drafts":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/spool/sogo","size":"100Gi","type":"pvc"},"mimetmp":{"enabled":true,"mountPath":"/mimetmp","type":"emptyDir"}}` | persistence settings |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
diff --git a/charts/stable/airsonic/CHANGELOG.md b/charts/stable/airsonic/CHANGELOG.md
index 67ffb5a132f..bb25b89e9e8 100644
--- a/charts/stable/airsonic/CHANGELOG.md
+++ b/charts/stable/airsonic/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [airsonic-3.0.4](https://github.com/truecharts/apps/compare/airsonic-3.0.3...airsonic-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28)
diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md
index d01e6d331f0..6f32c66a61e 100644
--- a/charts/stable/airsonic/README.md
+++ b/charts/stable/airsonic/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/airsonic/SCALE/CHANGELOG.md b/charts/stable/airsonic/SCALE/CHANGELOG.md
index 0128aedd325..ef469f9f368 100644
--- a/charts/stable/airsonic/SCALE/CHANGELOG.md
+++ b/charts/stable/airsonic/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28)
+
+### [airsonic-3.0.4](https://github.com/truecharts/apps/compare/airsonic-3.0.3...airsonic-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/appdaemon/CHANGELOG.md b/charts/stable/appdaemon/CHANGELOG.md
index 1eeab2fb9ea..89dd5c4505a 100644
--- a/charts/stable/appdaemon/CHANGELOG.md
+++ b/charts/stable/appdaemon/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [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))
+
+
+
### [appdaemon-5.0.1](https://github.com/truecharts/apps/compare/appdaemon-5.0.0...appdaemon-5.0.1) (2021-09-26)
diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md
index 57839569b0f..852764448f5 100644
--- a/charts/stable/appdaemon/README.md
+++ b/charts/stable/appdaemon/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/appdaemon/SCALE/CHANGELOG.md b/charts/stable/appdaemon/SCALE/CHANGELOG.md
index 41cbd246d8b..62cfe697f09 100644
--- a/charts/stable/appdaemon/SCALE/CHANGELOG.md
+++ b/charts/stable/appdaemon/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [appdaemon-5.0.1](https://github.com/truecharts/apps/compare/appdaemon-5.0.0...appdaemon-5.0.1) (2021-09-26)
+
+### [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))
diff --git a/charts/stable/appdaemon/helm-values.md b/charts/stable/appdaemon/helm-values.md
index 7a3393059fb..feca32e787e 100644
--- a/charts/stable/appdaemon/helm-values.md
+++ b/charts/stable/appdaemon/helm-values.md
@@ -24,6 +24,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.conf.mountPath | string | `"/conf"` | |
| persistence.conf.size | string | `"100Gi"` | |
| persistence.conf.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md
index d9c9e81e621..c0997621a5d 100644
--- a/charts/stable/authelia/CHANGELOG.md
+++ b/charts/stable/authelia/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [authelia-4.0.10](https://github.com/truecharts/apps/compare/authelia-4.0.9...authelia-4.0.10) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [authelia-4.0.8](https://github.com/truecharts/apps/compare/authelia-4.0.7...authelia-4.0.8) (2021-09-29)
diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md
index 51ec43c3675..da9ff9b4ceb 100644
--- a/charts/stable/authelia/README.md
+++ b/charts/stable/authelia/README.md
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.0 |
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/authelia/SCALE/CHANGELOG.md b/charts/stable/authelia/SCALE/CHANGELOG.md
index 9c7516dc83b..b0b01d0badd 100644
--- a/charts/stable/authelia/SCALE/CHANGELOG.md
+++ b/charts/stable/authelia/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [authelia-4.0.8](https://github.com/truecharts/apps/compare/authelia-4.0.7...authelia-4.0.8) (2021-09-29)
+
+### [authelia-4.0.10](https://github.com/truecharts/apps/compare/authelia-4.0.9...authelia-4.0.10) (2021-09-29)
#### Chore
-* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/bazarr/CHANGELOG.md b/charts/stable/bazarr/CHANGELOG.md
index 1c24d08ec37..8a5c7404a7a 100644
--- a/charts/stable/bazarr/CHANGELOG.md
+++ b/charts/stable/bazarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [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))
+
+
+
### [bazarr-8.0.1](https://github.com/truecharts/apps/compare/bazarr-8.0.0...bazarr-8.0.1) (2021-09-26)
diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md
index b4b467a3959..2094f049c06 100644
--- a/charts/stable/bazarr/README.md
+++ b/charts/stable/bazarr/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/bazarr/SCALE/CHANGELOG.md b/charts/stable/bazarr/SCALE/CHANGELOG.md
index c3b6d57239d..8ab5e686602 100644
--- a/charts/stable/bazarr/SCALE/CHANGELOG.md
+++ b/charts/stable/bazarr/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [bazarr-8.0.1](https://github.com/truecharts/apps/compare/bazarr-8.0.0...bazarr-8.0.1) (2021-09-26)
+
+### [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))
diff --git a/charts/stable/booksonic-air/CHANGELOG.md b/charts/stable/booksonic-air/CHANGELOG.md
index 68b143042d4..8c005f96b3a 100644
--- a/charts/stable/booksonic-air/CHANGELOG.md
+++ b/charts/stable/booksonic-air/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [booksonic-air-3.0.4](https://github.com/truecharts/apps/compare/booksonic-air-3.0.3...booksonic-air-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [booksonic-air-3.0.2](https://github.com/truecharts/apps/compare/booksonic-air-3.0.1...booksonic-air-3.0.2) (2021-09-28)
diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md
index cc08b6fd7e0..a9dca95fb76 100644
--- a/charts/stable/booksonic-air/README.md
+++ b/charts/stable/booksonic-air/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/booksonic-air/SCALE/CHANGELOG.md b/charts/stable/booksonic-air/SCALE/CHANGELOG.md
index c4089cad1c1..fc5864bb1c4 100644
--- a/charts/stable/booksonic-air/SCALE/CHANGELOG.md
+++ b/charts/stable/booksonic-air/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [booksonic-air-3.0.2](https://github.com/truecharts/apps/compare/booksonic-air-3.0.1...booksonic-air-3.0.2) (2021-09-28)
+
+### [booksonic-air-3.0.4](https://github.com/truecharts/apps/compare/booksonic-air-3.0.3...booksonic-air-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/calibre-web/CHANGELOG.md b/charts/stable/calibre-web/CHANGELOG.md
index 626efbf3ba6..bc3d183ebfe 100644
--- a/charts/stable/calibre-web/CHANGELOG.md
+++ b/charts/stable/calibre-web/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [calibre-web-8.0.3](https://github.com/truecharts/apps/compare/calibre-web-8.0.2...calibre-web-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [calibre-web-8.0.1](https://github.com/truecharts/apps/compare/calibre-web-8.0.0...calibre-web-8.0.1) (2021-09-26)
diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md
index f9eb4f6c03a..895c083476e 100644
--- a/charts/stable/calibre-web/README.md
+++ b/charts/stable/calibre-web/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/calibre-web/SCALE/CHANGELOG.md b/charts/stable/calibre-web/SCALE/CHANGELOG.md
index 910ece56382..d34a001c08a 100644
--- a/charts/stable/calibre-web/SCALE/CHANGELOG.md
+++ b/charts/stable/calibre-web/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [calibre-web-8.0.1](https://github.com/truecharts/apps/compare/calibre-web-8.0.0...calibre-web-8.0.1) (2021-09-26)
+
+### [calibre-web-8.0.3](https://github.com/truecharts/apps/compare/calibre-web-8.0.2...calibre-web-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/calibre/CHANGELOG.md b/charts/stable/calibre/CHANGELOG.md
index e0f36b4944b..170e17582d2 100644
--- a/charts/stable/calibre/CHANGELOG.md
+++ b/charts/stable/calibre/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [calibre-3.0.3](https://github.com/truecharts/apps/compare/calibre-web-8.0.2...calibre-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [calibre-3.0.1](https://github.com/truecharts/apps/compare/calibre-3.0.0...calibre-3.0.1) (2021-09-26)
diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md
index f3f652bbb61..2f910900c87 100644
--- a/charts/stable/calibre/README.md
+++ b/charts/stable/calibre/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/calibre/SCALE/CHANGELOG.md b/charts/stable/calibre/SCALE/CHANGELOG.md
index 4450179c068..763316c0e10 100644
--- a/charts/stable/calibre/SCALE/CHANGELOG.md
+++ b/charts/stable/calibre/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [calibre-3.0.1](https://github.com/truecharts/apps/compare/calibre-3.0.0...calibre-3.0.1) (2021-09-26)
+
+### [calibre-3.0.3](https://github.com/truecharts/apps/compare/calibre-web-8.0.2...calibre-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/collabora-online/CHANGELOG.md b/charts/stable/collabora-online/CHANGELOG.md
index 3b8389001e3..ba9099f684b 100644
--- a/charts/stable/collabora-online/CHANGELOG.md
+++ b/charts/stable/collabora-online/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [collabora-online-8.0.3](https://github.com/truecharts/apps/compare/collabora-online-8.0.2...collabora-online-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [collabora-online-8.0.1](https://github.com/truecharts/apps/compare/collabora-online-8.0.0...collabora-online-8.0.1) (2021-09-26)
diff --git a/charts/stable/collabora-online/README.md b/charts/stable/collabora-online/README.md
index b41870b790e..1c85f25ac7c 100644
--- a/charts/stable/collabora-online/README.md
+++ b/charts/stable/collabora-online/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/collabora-online/SCALE/CHANGELOG.md b/charts/stable/collabora-online/SCALE/CHANGELOG.md
index fea0b8979ad..4e922b5a67c 100644
--- a/charts/stable/collabora-online/SCALE/CHANGELOG.md
+++ b/charts/stable/collabora-online/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [collabora-online-8.0.1](https://github.com/truecharts/apps/compare/collabora-online-8.0.0...collabora-online-8.0.1) (2021-09-26)
+
+### [collabora-online-8.0.3](https://github.com/truecharts/apps/compare/collabora-online-8.0.2...collabora-online-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md
index 6122256a844..2e1eb5c6516 100644
--- a/charts/stable/custom-app/CHANGELOG.md
+++ b/charts/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [custom-app-2.0.5](https://github.com/truecharts/apps/compare/custom-app-2.0.4...custom-app-2.0.5) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [custom-app-2.0.3](https://github.com/truecharts/apps/compare/custom-app-2.0.2...custom-app-2.0.3) (2021-09-28)
diff --git a/charts/stable/custom-app/README.md b/charts/stable/custom-app/README.md
index 08e99825955..c9fe5214ac0 100644
--- a/charts/stable/custom-app/README.md
+++ b/charts/stable/custom-app/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/custom-app/SCALE/CHANGELOG.md b/charts/stable/custom-app/SCALE/CHANGELOG.md
index c2b02622f59..c22a9f9c5a0 100644
--- a/charts/stable/custom-app/SCALE/CHANGELOG.md
+++ b/charts/stable/custom-app/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [custom-app-2.0.3](https://github.com/truecharts/apps/compare/custom-app-2.0.2...custom-app-2.0.3) (2021-09-28)
+
+### [custom-app-2.0.5](https://github.com/truecharts/apps/compare/custom-app-2.0.4...custom-app-2.0.5) (2021-09-29)
#### Chore
-* update container image ghcr.io/k8s-at-home/jackett to v0.18.827 ([#1052](https://github.com/truecharts/apps/issues/1052))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/deconz/CHANGELOG.md b/charts/stable/deconz/CHANGELOG.md
index f97e87ea4f9..c3700ab3a72 100644
--- a/charts/stable/deconz/CHANGELOG.md
+++ b/charts/stable/deconz/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deconz-3.0.3](https://github.com/truecharts/apps/compare/deconz-3.0.2...deconz-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [deconz-3.0.1](https://github.com/truecharts/apps/compare/deconz-3.0.0...deconz-3.0.1) (2021-09-26)
diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md
index 6d9fc5cde5b..6eddab3b6ba 100644
--- a/charts/stable/deconz/README.md
+++ b/charts/stable/deconz/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/deconz/SCALE/CHANGELOG.md b/charts/stable/deconz/SCALE/CHANGELOG.md
index 7a319b79990..86fe89cd1b9 100644
--- a/charts/stable/deconz/SCALE/CHANGELOG.md
+++ b/charts/stable/deconz/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [deconz-3.0.1](https://github.com/truecharts/apps/compare/deconz-3.0.0...deconz-3.0.1) (2021-09-26)
+
+### [deconz-3.0.3](https://github.com/truecharts/apps/compare/deconz-3.0.2...deconz-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/deepstack-cpu/CHANGELOG.md b/charts/stable/deepstack-cpu/CHANGELOG.md
index 97e844ef572..f905b07fdef 100644
--- a/charts/stable/deepstack-cpu/CHANGELOG.md
+++ b/charts/stable/deepstack-cpu/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deepstack-cpu-6.0.3](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.2...deepstack-cpu-6.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [deepstack-cpu-6.0.1](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.0...deepstack-cpu-6.0.1) (2021-09-26)
diff --git a/charts/stable/deepstack-cpu/README.md b/charts/stable/deepstack-cpu/README.md
index 7cb31dcfbed..30e3563d45c 100644
--- a/charts/stable/deepstack-cpu/README.md
+++ b/charts/stable/deepstack-cpu/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/deepstack-cpu/SCALE/CHANGELOG.md b/charts/stable/deepstack-cpu/SCALE/CHANGELOG.md
index 8db29f405c8..e01550a45e7 100644
--- a/charts/stable/deepstack-cpu/SCALE/CHANGELOG.md
+++ b/charts/stable/deepstack-cpu/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [deepstack-cpu-6.0.1](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.0...deepstack-cpu-6.0.1) (2021-09-26)
+
+### [deepstack-cpu-6.0.3](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.2...deepstack-cpu-6.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/deluge/CHANGELOG.md b/charts/stable/deluge/CHANGELOG.md
index 5c0ca956c50..c7f8295afef 100644
--- a/charts/stable/deluge/CHANGELOG.md
+++ b/charts/stable/deluge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deluge-8.0.4](https://github.com/truecharts/apps/compare/deluge-8.0.3...deluge-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [deluge-8.0.2](https://github.com/truecharts/apps/compare/deluge-8.0.1...deluge-8.0.2) (2021-09-28)
diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md
index 8157c4a88a0..fb03fb8edbd 100644
--- a/charts/stable/deluge/README.md
+++ b/charts/stable/deluge/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/deluge/SCALE/CHANGELOG.md b/charts/stable/deluge/SCALE/CHANGELOG.md
index f8040bcd260..b11c2315043 100644
--- a/charts/stable/deluge/SCALE/CHANGELOG.md
+++ b/charts/stable/deluge/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [deluge-8.0.2](https://github.com/truecharts/apps/compare/deluge-8.0.1...deluge-8.0.2) (2021-09-28)
+
+### [deluge-8.0.4](https://github.com/truecharts/apps/compare/deluge-8.0.3...deluge-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/deluge/helm-values.md b/charts/stable/deluge/helm-values.md
index 48044778c65..64da814294a 100644
--- a/charts/stable/deluge/helm-values.md
+++ b/charts/stable/deluge/helm-values.md
@@ -19,6 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/charts/stable/dizquetv/CHANGELOG.md b/charts/stable/dizquetv/CHANGELOG.md
index b3048a55f7c..3b182790f22 100644
--- a/charts/stable/dizquetv/CHANGELOG.md
+++ b/charts/stable/dizquetv/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [dizquetv-3.0.4](https://github.com/truecharts/apps/compare/dizquetv-3.0.3...dizquetv-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [dizquetv-3.0.2](https://github.com/truecharts/apps/compare/dizquetv-3.0.1...dizquetv-3.0.2) (2021-09-28)
diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md
index c3d26d41fcc..f9509fc5246 100644
--- a/charts/stable/dizquetv/README.md
+++ b/charts/stable/dizquetv/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/dizquetv/SCALE/CHANGELOG.md b/charts/stable/dizquetv/SCALE/CHANGELOG.md
index 8f6fb4c7d27..d841c404f23 100644
--- a/charts/stable/dizquetv/SCALE/CHANGELOG.md
+++ b/charts/stable/dizquetv/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [dizquetv-3.0.2](https://github.com/truecharts/apps/compare/dizquetv-3.0.1...dizquetv-3.0.2) (2021-09-28)
+
+### [dizquetv-3.0.4](https://github.com/truecharts/apps/compare/dizquetv-3.0.3...dizquetv-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/duplicati/CHANGELOG.md b/charts/stable/duplicati/CHANGELOG.md
index bd376c2f723..9be8b80f5fe 100644
--- a/charts/stable/duplicati/CHANGELOG.md
+++ b/charts/stable/duplicati/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [duplicati-3.0.4](https://github.com/truecharts/apps/compare/duplicati-3.0.3...duplicati-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [duplicati-3.0.2](https://github.com/truecharts/apps/compare/duplicati-3.0.1...duplicati-3.0.2) (2021-09-28)
diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md
index 19c6e578c7a..853c60f1658 100644
--- a/charts/stable/duplicati/README.md
+++ b/charts/stable/duplicati/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/duplicati/SCALE/CHANGELOG.md b/charts/stable/duplicati/SCALE/CHANGELOG.md
index e35a9ceb47d..4a4f29a486c 100644
--- a/charts/stable/duplicati/SCALE/CHANGELOG.md
+++ b/charts/stable/duplicati/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [duplicati-3.0.2](https://github.com/truecharts/apps/compare/duplicati-3.0.1...duplicati-3.0.2) (2021-09-28)
+
+### [duplicati-3.0.4](https://github.com/truecharts/apps/compare/duplicati-3.0.3...duplicati-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/emby/CHANGELOG.md b/charts/stable/emby/CHANGELOG.md
index 57807068c5d..6abb871fdac 100644
--- a/charts/stable/emby/CHANGELOG.md
+++ b/charts/stable/emby/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [emby-8.0.3](https://github.com/truecharts/apps/compare/emby-8.0.2...emby-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [emby-8.0.1](https://github.com/truecharts/apps/compare/emby-8.0.0...emby-8.0.1) (2021-09-26)
diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md
index a6cf286548c..e748a0df34b 100644
--- a/charts/stable/emby/README.md
+++ b/charts/stable/emby/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/emby/SCALE/CHANGELOG.md b/charts/stable/emby/SCALE/CHANGELOG.md
index 1fc34452793..62eeda80b15 100644
--- a/charts/stable/emby/SCALE/CHANGELOG.md
+++ b/charts/stable/emby/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [emby-8.0.1](https://github.com/truecharts/apps/compare/emby-8.0.0...emby-8.0.1) (2021-09-26)
+
+### [emby-8.0.3](https://github.com/truecharts/apps/compare/emby-8.0.2...emby-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/esphome/CHANGELOG.md b/charts/stable/esphome/CHANGELOG.md
index 3f6e90138cc..9ab83507d13 100644
--- a/charts/stable/esphome/CHANGELOG.md
+++ b/charts/stable/esphome/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [esphome-8.0.4](https://github.com/truecharts/apps/compare/esphome-8.0.3...esphome-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [esphome-8.0.2](https://github.com/truecharts/apps/compare/esphome-8.0.1...esphome-8.0.2) (2021-09-28)
diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md
index 24eaaddb645..cc6ff83f48a 100644
--- a/charts/stable/esphome/README.md
+++ b/charts/stable/esphome/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/esphome/SCALE/CHANGELOG.md b/charts/stable/esphome/SCALE/CHANGELOG.md
index 5538e77aeb6..ff5b97d4e6c 100644
--- a/charts/stable/esphome/SCALE/CHANGELOG.md
+++ b/charts/stable/esphome/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [esphome-8.0.2](https://github.com/truecharts/apps/compare/esphome-8.0.1...esphome-8.0.2) (2021-09-28)
+
+### [esphome-8.0.4](https://github.com/truecharts/apps/compare/esphome-8.0.3...esphome-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/external-service/CHANGELOG.md b/charts/stable/external-service/CHANGELOG.md
index 3c0772862e8..0329dcdaa4f 100644
--- a/charts/stable/external-service/CHANGELOG.md
+++ b/charts/stable/external-service/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [external-service-3.0.3](https://github.com/truecharts/apps/compare/external-service-3.0.2...external-service-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [external-service-3.0.1](https://github.com/truecharts/apps/compare/external-service-3.0.0...external-service-3.0.1) (2021-09-26)
diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md
index ffff727f43c..6d6eab5afa1 100644
--- a/charts/stable/external-service/README.md
+++ b/charts/stable/external-service/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/external-service/SCALE/CHANGELOG.md b/charts/stable/external-service/SCALE/CHANGELOG.md
index 4f201a37131..37f8a457fdc 100644
--- a/charts/stable/external-service/SCALE/CHANGELOG.md
+++ b/charts/stable/external-service/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [external-service-3.0.1](https://github.com/truecharts/apps/compare/external-service-3.0.0...external-service-3.0.1) (2021-09-26)
+
+### [external-service-3.0.3](https://github.com/truecharts/apps/compare/external-service-3.0.2...external-service-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md
index cdf0c8cd3a7..6bd2fba31a7 100644
--- a/charts/stable/fireflyiii/CHANGELOG.md
+++ b/charts/stable/fireflyiii/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [fireflyiii-9.0.9](https://github.com/truecharts/apps/compare/fireflyiii-9.0.8...fireflyiii-9.0.9) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [fireflyiii-9.0.7](https://github.com/truecharts/apps/compare/fireflyiii-9.0.6...fireflyiii-9.0.7) (2021-09-29)
diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md
index 38c00e43020..031926a65d8 100644
--- a/charts/stable/fireflyiii/README.md
+++ b/charts/stable/fireflyiii/README.md
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/fireflyiii/SCALE/CHANGELOG.md b/charts/stable/fireflyiii/SCALE/CHANGELOG.md
index f6f3d3556ec..4765d86813c 100644
--- a/charts/stable/fireflyiii/SCALE/CHANGELOG.md
+++ b/charts/stable/fireflyiii/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [fireflyiii-9.0.7](https://github.com/truecharts/apps/compare/fireflyiii-9.0.6...fireflyiii-9.0.7) (2021-09-29)
+
+### [fireflyiii-9.0.9](https://github.com/truecharts/apps/compare/fireflyiii-9.0.8...fireflyiii-9.0.9) (2021-09-29)
#### Chore
-* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/flaresolverr/CHANGELOG.md b/charts/stable/flaresolverr/CHANGELOG.md
index 0b785d0048b..2c15c2b9d13 100644
--- a/charts/stable/flaresolverr/CHANGELOG.md
+++ b/charts/stable/flaresolverr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [flaresolverr-3.0.3](https://github.com/truecharts/apps/compare/flaresolverr-3.0.2...flaresolverr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [flaresolverr-3.0.1](https://github.com/truecharts/apps/compare/flaresolverr-3.0.0...flaresolverr-3.0.1) (2021-09-26)
diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md
index b142b2f5c63..a8248806b0f 100644
--- a/charts/stable/flaresolverr/README.md
+++ b/charts/stable/flaresolverr/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/flaresolverr/SCALE/CHANGELOG.md b/charts/stable/flaresolverr/SCALE/CHANGELOG.md
index 75e941e843b..5f0cc150bdf 100644
--- a/charts/stable/flaresolverr/SCALE/CHANGELOG.md
+++ b/charts/stable/flaresolverr/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [flaresolverr-3.0.1](https://github.com/truecharts/apps/compare/flaresolverr-3.0.0...flaresolverr-3.0.1) (2021-09-26)
+
+### [flaresolverr-3.0.3](https://github.com/truecharts/apps/compare/flaresolverr-3.0.2...flaresolverr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/flood/CHANGELOG.md b/charts/stable/flood/CHANGELOG.md
index 4d39864852c..76b49ecd519 100644
--- a/charts/stable/flood/CHANGELOG.md
+++ b/charts/stable/flood/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [flood-3.0.3](https://github.com/truecharts/apps/compare/flood-3.0.2...flood-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [flood-3.0.1](https://github.com/truecharts/apps/compare/flood-3.0.0...flood-3.0.1) (2021-09-26)
diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md
index 9257552c5b9..1ba90e57c17 100644
--- a/charts/stable/flood/README.md
+++ b/charts/stable/flood/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/flood/SCALE/CHANGELOG.md b/charts/stable/flood/SCALE/CHANGELOG.md
index 82abdc5ba73..41330b787b3 100644
--- a/charts/stable/flood/SCALE/CHANGELOG.md
+++ b/charts/stable/flood/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [flood-3.0.1](https://github.com/truecharts/apps/compare/flood-3.0.0...flood-3.0.1) (2021-09-26)
+
+### [flood-3.0.3](https://github.com/truecharts/apps/compare/flood-3.0.2...flood-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/focalboard/CHANGELOG.md b/charts/stable/focalboard/CHANGELOG.md
index 093647042ae..98834cd6ed3 100644
--- a/charts/stable/focalboard/CHANGELOG.md
+++ b/charts/stable/focalboard/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [focalboard-3.0.3](https://github.com/truecharts/apps/compare/focalboard-3.0.2...focalboard-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [focalboard-3.0.1](https://github.com/truecharts/apps/compare/focalboard-3.0.0...focalboard-3.0.1) (2021-09-26)
diff --git a/charts/stable/focalboard/README.md b/charts/stable/focalboard/README.md
index ce12e4e687f..029d1e7bfb5 100644
--- a/charts/stable/focalboard/README.md
+++ b/charts/stable/focalboard/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/focalboard/SCALE/CHANGELOG.md b/charts/stable/focalboard/SCALE/CHANGELOG.md
index 433a882fbdc..7bc2e57fcb6 100644
--- a/charts/stable/focalboard/SCALE/CHANGELOG.md
+++ b/charts/stable/focalboard/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [focalboard-3.0.1](https://github.com/truecharts/apps/compare/focalboard-3.0.0...focalboard-3.0.1) (2021-09-26)
+
+### [focalboard-3.0.3](https://github.com/truecharts/apps/compare/focalboard-3.0.2...focalboard-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/freeradius/CHANGELOG.md b/charts/stable/freeradius/CHANGELOG.md
index 4cb0abc44da..3cfb31b372f 100644
--- a/charts/stable/freeradius/CHANGELOG.md
+++ b/charts/stable/freeradius/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [freeradius-3.0.3](https://github.com/truecharts/apps/compare/freeradius-3.0.2...freeradius-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [freeradius-3.0.1](https://github.com/truecharts/apps/compare/freeradius-3.0.0...freeradius-3.0.1) (2021-09-26)
diff --git a/charts/stable/freeradius/README.md b/charts/stable/freeradius/README.md
index f784891a54c..209b6a9281e 100644
--- a/charts/stable/freeradius/README.md
+++ b/charts/stable/freeradius/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/freeradius/SCALE/CHANGELOG.md b/charts/stable/freeradius/SCALE/CHANGELOG.md
index ac731880679..a9389d794ae 100644
--- a/charts/stable/freeradius/SCALE/CHANGELOG.md
+++ b/charts/stable/freeradius/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [freeradius-3.0.1](https://github.com/truecharts/apps/compare/freeradius-3.0.0...freeradius-3.0.1) (2021-09-26)
+
+### [freeradius-3.0.3](https://github.com/truecharts/apps/compare/freeradius-3.0.2...freeradius-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/freshrss/CHANGELOG.md b/charts/stable/freshrss/CHANGELOG.md
index 5012bdf3c05..c98c8c232bd 100644
--- a/charts/stable/freshrss/CHANGELOG.md
+++ b/charts/stable/freshrss/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [freshrss-8.0.4](https://github.com/truecharts/apps/compare/freshrss-8.0.3...freshrss-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [freshrss-8.0.2](https://github.com/truecharts/apps/compare/freshrss-8.0.1...freshrss-8.0.2) (2021-09-28)
diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md
index c796c8b0ffa..b55a86dd36d 100644
--- a/charts/stable/freshrss/README.md
+++ b/charts/stable/freshrss/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/freshrss/SCALE/CHANGELOG.md b/charts/stable/freshrss/SCALE/CHANGELOG.md
index a453f56ff3b..9b856802910 100644
--- a/charts/stable/freshrss/SCALE/CHANGELOG.md
+++ b/charts/stable/freshrss/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [freshrss-8.0.2](https://github.com/truecharts/apps/compare/freshrss-8.0.1...freshrss-8.0.2) (2021-09-28)
+
+### [freshrss-8.0.4](https://github.com/truecharts/apps/compare/freshrss-8.0.3...freshrss-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/gaps/CHANGELOG.md b/charts/stable/gaps/CHANGELOG.md
index 44a8572fdba..b03e96d7325 100644
--- a/charts/stable/gaps/CHANGELOG.md
+++ b/charts/stable/gaps/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [gaps-8.0.3](https://github.com/truecharts/apps/compare/gaps-8.0.2...gaps-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [gaps-8.0.1](https://github.com/truecharts/apps/compare/gaps-8.0.0...gaps-8.0.1) (2021-09-26)
diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md
index 8a096a510fc..d7bf8e9ca4d 100644
--- a/charts/stable/gaps/README.md
+++ b/charts/stable/gaps/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/gaps/SCALE/CHANGELOG.md b/charts/stable/gaps/SCALE/CHANGELOG.md
index f959ea8de98..81f0fd825d4 100644
--- a/charts/stable/gaps/SCALE/CHANGELOG.md
+++ b/charts/stable/gaps/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [gaps-8.0.1](https://github.com/truecharts/apps/compare/gaps-8.0.0...gaps-8.0.1) (2021-09-26)
+
+### [gaps-8.0.3](https://github.com/truecharts/apps/compare/gaps-8.0.2...gaps-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/gonic/CHANGELOG.md b/charts/stable/gonic/CHANGELOG.md
index 94c72a11ef0..6e6663dd205 100644
--- a/charts/stable/gonic/CHANGELOG.md
+++ b/charts/stable/gonic/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [gonic-3.0.3](https://github.com/truecharts/apps/compare/gonic-3.0.2...gonic-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [gonic-3.0.1](https://github.com/truecharts/apps/compare/gonic-3.0.0...gonic-3.0.1) (2021-09-26)
diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md
index 75c53acdfb2..220e726bddb 100644
--- a/charts/stable/gonic/README.md
+++ b/charts/stable/gonic/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/gonic/SCALE/CHANGELOG.md b/charts/stable/gonic/SCALE/CHANGELOG.md
index af8bd33445c..5e04f990980 100644
--- a/charts/stable/gonic/SCALE/CHANGELOG.md
+++ b/charts/stable/gonic/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [gonic-3.0.1](https://github.com/truecharts/apps/compare/gonic-3.0.0...gonic-3.0.1) (2021-09-26)
+
+### [gonic-3.0.3](https://github.com/truecharts/apps/compare/gonic-3.0.2...gonic-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/grocy/CHANGELOG.md b/charts/stable/grocy/CHANGELOG.md
index 36b005cd8e3..a306a4aa1f6 100644
--- a/charts/stable/grocy/CHANGELOG.md
+++ b/charts/stable/grocy/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [grocy-8.0.4](https://github.com/truecharts/apps/compare/grocy-8.0.3...grocy-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [grocy-8.0.2](https://github.com/truecharts/apps/compare/grocy-8.0.1...grocy-8.0.2) (2021-09-28)
diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md
index b9f8d022fbf..2b146695eaf 100644
--- a/charts/stable/grocy/README.md
+++ b/charts/stable/grocy/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/grocy/SCALE/CHANGELOG.md b/charts/stable/grocy/SCALE/CHANGELOG.md
index 0cedf5e31b4..dd179d372e1 100644
--- a/charts/stable/grocy/SCALE/CHANGELOG.md
+++ b/charts/stable/grocy/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [grocy-8.0.2](https://github.com/truecharts/apps/compare/grocy-8.0.1...grocy-8.0.2) (2021-09-28)
+
+### [grocy-8.0.4](https://github.com/truecharts/apps/compare/grocy-8.0.3...grocy-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/handbrake/CHANGELOG.md b/charts/stable/handbrake/CHANGELOG.md
index e8ee0a9857d..26a3389ab3f 100644
--- a/charts/stable/handbrake/CHANGELOG.md
+++ b/charts/stable/handbrake/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [handbrake-8.0.3](https://github.com/truecharts/apps/compare/handbrake-8.0.2...handbrake-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [handbrake-8.0.1](https://github.com/truecharts/apps/compare/handbrake-8.0.0...handbrake-8.0.1) (2021-09-26)
diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md
index c71e6404019..1957b6ff1d8 100644
--- a/charts/stable/handbrake/README.md
+++ b/charts/stable/handbrake/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/handbrake/SCALE/CHANGELOG.md b/charts/stable/handbrake/SCALE/CHANGELOG.md
index cab4c36d4ec..25e165ece82 100644
--- a/charts/stable/handbrake/SCALE/CHANGELOG.md
+++ b/charts/stable/handbrake/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [handbrake-8.0.1](https://github.com/truecharts/apps/compare/handbrake-8.0.0...handbrake-8.0.1) (2021-09-26)
+
+### [handbrake-8.0.3](https://github.com/truecharts/apps/compare/handbrake-8.0.2...handbrake-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/haste-server/CHANGELOG.md b/charts/stable/haste-server/CHANGELOG.md
index e82571274e5..ee882315d0c 100644
--- a/charts/stable/haste-server/CHANGELOG.md
+++ b/charts/stable/haste-server/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [haste-server-3.0.3](https://github.com/truecharts/apps/compare/haste-server-3.0.2...haste-server-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [haste-server-3.0.1](https://github.com/truecharts/apps/compare/haste-server-3.0.0...haste-server-3.0.1) (2021-09-26)
diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md
index 7a62b510123..12c0d1350e7 100644
--- a/charts/stable/haste-server/README.md
+++ b/charts/stable/haste-server/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/haste-server/SCALE/CHANGELOG.md b/charts/stable/haste-server/SCALE/CHANGELOG.md
index 80d2f39e8d8..5d927e2e7b6 100644
--- a/charts/stable/haste-server/SCALE/CHANGELOG.md
+++ b/charts/stable/haste-server/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [haste-server-3.0.1](https://github.com/truecharts/apps/compare/haste-server-3.0.0...haste-server-3.0.1) (2021-09-26)
+
+### [haste-server-3.0.3](https://github.com/truecharts/apps/compare/haste-server-3.0.2...haste-server-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/healthchecks/CHANGELOG.md b/charts/stable/healthchecks/CHANGELOG.md
index 435d944598a..8bc365fec35 100644
--- a/charts/stable/healthchecks/CHANGELOG.md
+++ b/charts/stable/healthchecks/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [healthchecks-3.0.3](https://github.com/truecharts/apps/compare/healthchecks-3.0.2...healthchecks-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [healthchecks-3.0.1](https://github.com/truecharts/apps/compare/healthchecks-3.0.0...healthchecks-3.0.1) (2021-09-26)
diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md
index b18abf1cb13..d8dfb6d9170 100644
--- a/charts/stable/healthchecks/README.md
+++ b/charts/stable/healthchecks/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/healthchecks/SCALE/CHANGELOG.md b/charts/stable/healthchecks/SCALE/CHANGELOG.md
index 7b42b674101..1ec00428037 100644
--- a/charts/stable/healthchecks/SCALE/CHANGELOG.md
+++ b/charts/stable/healthchecks/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [healthchecks-3.0.1](https://github.com/truecharts/apps/compare/healthchecks-3.0.0...healthchecks-3.0.1) (2021-09-26)
+
+### [healthchecks-3.0.3](https://github.com/truecharts/apps/compare/healthchecks-3.0.2...healthchecks-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/heimdall/CHANGELOG.md b/charts/stable/heimdall/CHANGELOG.md
index e5c971d5ae9..c91991790b0 100644
--- a/charts/stable/heimdall/CHANGELOG.md
+++ b/charts/stable/heimdall/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [heimdall-8.0.4](https://github.com/truecharts/apps/compare/heimdall-8.0.3...heimdall-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [heimdall-8.0.2](https://github.com/truecharts/apps/compare/heimdall-8.0.1...heimdall-8.0.2) (2021-09-28)
diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md
index 795a772d676..0fa0f2ff323 100644
--- a/charts/stable/heimdall/README.md
+++ b/charts/stable/heimdall/README.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/heimdall/SCALE/CHANGELOG.md b/charts/stable/heimdall/SCALE/CHANGELOG.md
index 594088574f1..57db1cbf009 100644
--- a/charts/stable/heimdall/SCALE/CHANGELOG.md
+++ b/charts/stable/heimdall/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [heimdall-8.0.2](https://github.com/truecharts/apps/compare/heimdall-8.0.1...heimdall-8.0.2) (2021-09-28)
+
+### [heimdall-8.0.4](https://github.com/truecharts/apps/compare/heimdall-8.0.3...heimdall-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/home-assistant/CHANGELOG.md b/charts/stable/home-assistant/CHANGELOG.md
index ebe9a70fd84..8ecbcd325dd 100644
--- a/charts/stable/home-assistant/CHANGELOG.md
+++ b/charts/stable/home-assistant/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [home-assistant-8.0.3](https://github.com/truecharts/apps/compare/home-assistant-8.0.2...home-assistant-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [home-assistant-8.0.1](https://github.com/truecharts/apps/compare/home-assistant-8.0.0...home-assistant-8.0.1) (2021-09-26)
diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md
index 0ee787daae9..72895d52052 100644
--- a/charts/stable/home-assistant/README.md
+++ b/charts/stable/home-assistant/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/home-assistant/SCALE/CHANGELOG.md b/charts/stable/home-assistant/SCALE/CHANGELOG.md
index c910d72eb2d..a54d71b9fe4 100644
--- a/charts/stable/home-assistant/SCALE/CHANGELOG.md
+++ b/charts/stable/home-assistant/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [home-assistant-8.0.1](https://github.com/truecharts/apps/compare/home-assistant-8.0.0...home-assistant-8.0.1) (2021-09-26)
+
+### [home-assistant-8.0.3](https://github.com/truecharts/apps/compare/home-assistant-8.0.2...home-assistant-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/home-assistant/helm-values.md b/charts/stable/home-assistant/helm-values.md
index e70eeb06aa8..ca05a0ce74f 100644
--- a/charts/stable/home-assistant/helm-values.md
+++ b/charts/stable/home-assistant/helm-values.md
@@ -27,6 +27,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| postgresql.enabled | bool | `false` | |
| postgresql.persistence.enabled | bool | `false` | |
| postgresql.postgresqlDatabase | string | `"home-assistant"` | |
diff --git a/charts/stable/hyperion-ng/CHANGELOG.md b/charts/stable/hyperion-ng/CHANGELOG.md
index 78e5174314d..d145a69fb98 100644
--- a/charts/stable/hyperion-ng/CHANGELOG.md
+++ b/charts/stable/hyperion-ng/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [hyperion-ng-3.0.3](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.2...hyperion-ng-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [hyperion-ng-3.0.1](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.0...hyperion-ng-3.0.1) (2021-09-26)
diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md
index 2dfc909275d..0043843c973 100644
--- a/charts/stable/hyperion-ng/README.md
+++ b/charts/stable/hyperion-ng/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/hyperion-ng/SCALE/CHANGELOG.md b/charts/stable/hyperion-ng/SCALE/CHANGELOG.md
index 280e90b075f..a279e6f5e31 100644
--- a/charts/stable/hyperion-ng/SCALE/CHANGELOG.md
+++ b/charts/stable/hyperion-ng/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [hyperion-ng-3.0.1](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.0...hyperion-ng-3.0.1) (2021-09-26)
+
+### [hyperion-ng-3.0.3](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.2...hyperion-ng-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md
index 213770d7e90..fa301754e73 100644
--- a/charts/stable/jackett/CHANGELOG.md
+++ b/charts/stable/jackett/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jackett-8.0.5](https://github.com/truecharts/apps/compare/jackett-8.0.4...jackett-8.0.5) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [jackett-8.0.3](https://github.com/truecharts/apps/compare/jackett-8.0.2...jackett-8.0.3) (2021-09-28)
diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md
index 35c12a82595..6608a80b3e7 100644
--- a/charts/stable/jackett/README.md
+++ b/charts/stable/jackett/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/jackett/SCALE/CHANGELOG.md b/charts/stable/jackett/SCALE/CHANGELOG.md
index 1405083f4ab..b3e02dc8896 100644
--- a/charts/stable/jackett/SCALE/CHANGELOG.md
+++ b/charts/stable/jackett/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [jackett-8.0.3](https://github.com/truecharts/apps/compare/jackett-8.0.2...jackett-8.0.3) (2021-09-28)
+
+### [jackett-8.0.5](https://github.com/truecharts/apps/compare/jackett-8.0.4...jackett-8.0.5) (2021-09-29)
#### Chore
-* update container image ghcr.io/k8s-at-home/jackett to v0.18.827 ([#1052](https://github.com/truecharts/apps/issues/1052))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/jdownloader2/CHANGELOG.md b/charts/stable/jdownloader2/CHANGELOG.md
index 4bcb6e2d82a..a17a4e77a37 100644
--- a/charts/stable/jdownloader2/CHANGELOG.md
+++ b/charts/stable/jdownloader2/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jdownloader2-3.0.3](https://github.com/truecharts/apps/compare/jdownloader2-3.0.2...jdownloader2-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [jdownloader2-3.0.1](https://github.com/truecharts/apps/compare/jdownloader2-3.0.0...jdownloader2-3.0.1) (2021-09-26)
diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md
index 360b07d80c9..298341f63e4 100644
--- a/charts/stable/jdownloader2/README.md
+++ b/charts/stable/jdownloader2/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/jdownloader2/SCALE/CHANGELOG.md b/charts/stable/jdownloader2/SCALE/CHANGELOG.md
index 369aa88cc72..2c80e7ceda0 100644
--- a/charts/stable/jdownloader2/SCALE/CHANGELOG.md
+++ b/charts/stable/jdownloader2/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [jdownloader2-3.0.1](https://github.com/truecharts/apps/compare/jdownloader2-3.0.0...jdownloader2-3.0.1) (2021-09-26)
+
+### [jdownloader2-3.0.3](https://github.com/truecharts/apps/compare/jdownloader2-3.0.2...jdownloader2-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/jellyfin/CHANGELOG.md b/charts/stable/jellyfin/CHANGELOG.md
index cfe4a339a8d..c11cb392ce8 100644
--- a/charts/stable/jellyfin/CHANGELOG.md
+++ b/charts/stable/jellyfin/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jellyfin-8.0.3](https://github.com/truecharts/apps/compare/jellyfin-8.0.2...jellyfin-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [jellyfin-8.0.1](https://github.com/truecharts/apps/compare/jellyfin-8.0.0...jellyfin-8.0.1) (2021-09-26)
diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md
index 746d06e7d13..6c13a576109 100644
--- a/charts/stable/jellyfin/README.md
+++ b/charts/stable/jellyfin/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/jellyfin/SCALE/CHANGELOG.md b/charts/stable/jellyfin/SCALE/CHANGELOG.md
index 302998f42b6..4fd83d57260 100644
--- a/charts/stable/jellyfin/SCALE/CHANGELOG.md
+++ b/charts/stable/jellyfin/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [jellyfin-8.0.1](https://github.com/truecharts/apps/compare/jellyfin-8.0.0...jellyfin-8.0.1) (2021-09-26)
+
+### [jellyfin-8.0.3](https://github.com/truecharts/apps/compare/jellyfin-8.0.2...jellyfin-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/k8s-gateway/CHANGELOG.md b/charts/stable/k8s-gateway/CHANGELOG.md
index a6422e20715..303f29bbd52 100644
--- a/charts/stable/k8s-gateway/CHANGELOG.md
+++ b/charts/stable/k8s-gateway/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [k8s-gateway-3.0.3](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.2...k8s-gateway-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [k8s-gateway-3.0.1](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.0...k8s-gateway-3.0.1) (2021-09-26)
diff --git a/charts/stable/k8s-gateway/README.md b/charts/stable/k8s-gateway/README.md
index cca53a32b32..173fe927555 100644
--- a/charts/stable/k8s-gateway/README.md
+++ b/charts/stable/k8s-gateway/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/k8s-gateway/SCALE/CHANGELOG.md b/charts/stable/k8s-gateway/SCALE/CHANGELOG.md
index 672789da515..ed6dd73e60c 100644
--- a/charts/stable/k8s-gateway/SCALE/CHANGELOG.md
+++ b/charts/stable/k8s-gateway/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [k8s-gateway-3.0.1](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.0...k8s-gateway-3.0.1) (2021-09-26)
+
+### [k8s-gateway-3.0.3](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.2...k8s-gateway-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/kms/CHANGELOG.md b/charts/stable/kms/CHANGELOG.md
index cd7b67957c7..55b2840ea79 100644
--- a/charts/stable/kms/CHANGELOG.md
+++ b/charts/stable/kms/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [kms-8.0.3](https://github.com/truecharts/apps/compare/kms-8.0.2...kms-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [kms-8.0.1](https://github.com/truecharts/apps/compare/kms-8.0.0...kms-8.0.1) (2021-09-26)
diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md
index 79dbc12aae7..cffdd4b6037 100644
--- a/charts/stable/kms/README.md
+++ b/charts/stable/kms/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/kms/SCALE/CHANGELOG.md b/charts/stable/kms/SCALE/CHANGELOG.md
index f1ed3d67bd1..36f8cd01a4e 100644
--- a/charts/stable/kms/SCALE/CHANGELOG.md
+++ b/charts/stable/kms/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [kms-8.0.1](https://github.com/truecharts/apps/compare/kms-8.0.0...kms-8.0.1) (2021-09-26)
+
+### [kms-8.0.3](https://github.com/truecharts/apps/compare/kms-8.0.2...kms-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/komga/CHANGELOG.md b/charts/stable/komga/CHANGELOG.md
index e08d2d73806..da5961eb97b 100644
--- a/charts/stable/komga/CHANGELOG.md
+++ b/charts/stable/komga/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [komga-3.0.4](https://github.com/truecharts/apps/compare/komga-3.0.3...komga-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [komga-3.0.2](https://github.com/truecharts/apps/compare/komga-3.0.1...komga-3.0.2) (2021-09-28)
diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md
index ef84f0265bb..a41831d80f3 100644
--- a/charts/stable/komga/README.md
+++ b/charts/stable/komga/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/komga/SCALE/CHANGELOG.md b/charts/stable/komga/SCALE/CHANGELOG.md
index 2ef81415c0c..701e2215383 100644
--- a/charts/stable/komga/SCALE/CHANGELOG.md
+++ b/charts/stable/komga/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [komga-3.0.2](https://github.com/truecharts/apps/compare/komga-3.0.1...komga-3.0.2) (2021-09-28)
+
+### [komga-3.0.4](https://github.com/truecharts/apps/compare/komga-3.0.3...komga-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/lazylibrarian/CHANGELOG.md b/charts/stable/lazylibrarian/CHANGELOG.md
index f1e497124ac..5441c1810b1 100644
--- a/charts/stable/lazylibrarian/CHANGELOG.md
+++ b/charts/stable/lazylibrarian/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [lazylibrarian-8.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.3...lazylibrarian-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [lazylibrarian-8.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.1...lazylibrarian-8.0.2) (2021-09-28)
diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md
index b9dbff63dcf..e9123632d56 100644
--- a/charts/stable/lazylibrarian/README.md
+++ b/charts/stable/lazylibrarian/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/lazylibrarian/SCALE/CHANGELOG.md b/charts/stable/lazylibrarian/SCALE/CHANGELOG.md
index db796fd68ad..5583877cea1 100644
--- a/charts/stable/lazylibrarian/SCALE/CHANGELOG.md
+++ b/charts/stable/lazylibrarian/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [lazylibrarian-8.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.1...lazylibrarian-8.0.2) (2021-09-28)
+
+### [lazylibrarian-8.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.3...lazylibrarian-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/lazylibrarian/helm-values.md b/charts/stable/lazylibrarian/helm-values.md
index ec2108e2e5d..42e43c67e5b 100644
--- a/charts/stable/lazylibrarian/helm-values.md
+++ b/charts/stable/lazylibrarian/helm-values.md
@@ -20,6 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/charts/stable/librespeed/CHANGELOG.md b/charts/stable/librespeed/CHANGELOG.md
index 0422deb4f74..244cd0c9585 100644
--- a/charts/stable/librespeed/CHANGELOG.md
+++ b/charts/stable/librespeed/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [librespeed-3.0.4](https://github.com/truecharts/apps/compare/librespeed-3.0.3...librespeed-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [librespeed-3.0.2](https://github.com/truecharts/apps/compare/librespeed-3.0.1...librespeed-3.0.2) (2021-09-28)
diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md
index 4d8666d7ed6..1c79a6b627b 100644
--- a/charts/stable/librespeed/README.md
+++ b/charts/stable/librespeed/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/librespeed/SCALE/CHANGELOG.md b/charts/stable/librespeed/SCALE/CHANGELOG.md
index 91b62aecf71..b94aceb1bf0 100644
--- a/charts/stable/librespeed/SCALE/CHANGELOG.md
+++ b/charts/stable/librespeed/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [librespeed-3.0.2](https://github.com/truecharts/apps/compare/librespeed-3.0.1...librespeed-3.0.2) (2021-09-28)
+
+### [librespeed-3.0.4](https://github.com/truecharts/apps/compare/librespeed-3.0.3...librespeed-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/lidarr/CHANGELOG.md b/charts/stable/lidarr/CHANGELOG.md
index 0d48a0c3e26..084fd9dae97 100644
--- a/charts/stable/lidarr/CHANGELOG.md
+++ b/charts/stable/lidarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [lidarr-8.0.3](https://github.com/truecharts/apps/compare/lidarr-8.0.2...lidarr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [lidarr-8.0.1](https://github.com/truecharts/apps/compare/lidarr-8.0.0...lidarr-8.0.1) (2021-09-26)
diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md
index 153b53c5205..d2995bf9da3 100644
--- a/charts/stable/lidarr/README.md
+++ b/charts/stable/lidarr/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/lidarr/SCALE/CHANGELOG.md b/charts/stable/lidarr/SCALE/CHANGELOG.md
index c70ef6de8af..d611edbbfc4 100644
--- a/charts/stable/lidarr/SCALE/CHANGELOG.md
+++ b/charts/stable/lidarr/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [lidarr-8.0.1](https://github.com/truecharts/apps/compare/lidarr-8.0.0...lidarr-8.0.1) (2021-09-26)
+
+### [lidarr-8.0.3](https://github.com/truecharts/apps/compare/lidarr-8.0.2...lidarr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/littlelink/CHANGELOG.md b/charts/stable/littlelink/CHANGELOG.md
index 454033276b4..8a0faf2b357 100644
--- a/charts/stable/littlelink/CHANGELOG.md
+++ b/charts/stable/littlelink/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [littlelink-3.0.3](https://github.com/truecharts/apps/compare/littlelink-3.0.2...littlelink-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [littlelink-3.0.1](https://github.com/truecharts/apps/compare/littlelink-3.0.0...littlelink-3.0.1) (2021-09-26)
diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md
index 5a9cf9787a7..07fba4f1e01 100644
--- a/charts/stable/littlelink/README.md
+++ b/charts/stable/littlelink/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/littlelink/SCALE/CHANGELOG.md b/charts/stable/littlelink/SCALE/CHANGELOG.md
index 66576d4928a..70631e7c9f1 100644
--- a/charts/stable/littlelink/SCALE/CHANGELOG.md
+++ b/charts/stable/littlelink/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [littlelink-3.0.1](https://github.com/truecharts/apps/compare/littlelink-3.0.0...littlelink-3.0.1) (2021-09-26)
+
+### [littlelink-3.0.3](https://github.com/truecharts/apps/compare/littlelink-3.0.2...littlelink-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/lychee/CHANGELOG.md b/charts/stable/lychee/CHANGELOG.md
index 720429e4817..2f6061b37b6 100644
--- a/charts/stable/lychee/CHANGELOG.md
+++ b/charts/stable/lychee/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [lychee-8.0.3](https://github.com/truecharts/apps/compare/lychee-8.0.2...lychee-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [lychee-8.0.1](https://github.com/truecharts/apps/compare/lychee-8.0.0...lychee-8.0.1) (2021-09-26)
diff --git a/charts/stable/lychee/README.md b/charts/stable/lychee/README.md
index f3d5f251e2f..56bc2001617 100644
--- a/charts/stable/lychee/README.md
+++ b/charts/stable/lychee/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/lychee/SCALE/CHANGELOG.md b/charts/stable/lychee/SCALE/CHANGELOG.md
index 4ad92a8cd85..0a2ead18420 100644
--- a/charts/stable/lychee/SCALE/CHANGELOG.md
+++ b/charts/stable/lychee/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [lychee-8.0.1](https://github.com/truecharts/apps/compare/lychee-8.0.0...lychee-8.0.1) (2021-09-26)
+
+### [lychee-8.0.3](https://github.com/truecharts/apps/compare/lychee-8.0.2...lychee-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/lychee/helm-values.md b/charts/stable/lychee/helm-values.md
index e9ea7bd6f62..15cf69ed664 100644
--- a/charts/stable/lychee/helm-values.md
+++ b/charts/stable/lychee/helm-values.md
@@ -20,7 +20,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| persistence.varrun.enabled | bool | `false` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
diff --git a/charts/stable/mealie/CHANGELOG.md b/charts/stable/mealie/CHANGELOG.md
index 24f28fbe6fa..acbb533548f 100644
--- a/charts/stable/mealie/CHANGELOG.md
+++ b/charts/stable/mealie/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [mealie-3.0.3](https://github.com/truecharts/apps/compare/mealie-3.0.2...mealie-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [mealie-3.0.1](https://github.com/truecharts/apps/compare/mealie-3.0.0...mealie-3.0.1) (2021-09-26)
diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md
index 51c3115bf91..5af8f177476 100644
--- a/charts/stable/mealie/README.md
+++ b/charts/stable/mealie/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/mealie/SCALE/CHANGELOG.md b/charts/stable/mealie/SCALE/CHANGELOG.md
index 448cbc5f9da..4f626e03375 100644
--- a/charts/stable/mealie/SCALE/CHANGELOG.md
+++ b/charts/stable/mealie/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [mealie-3.0.1](https://github.com/truecharts/apps/compare/mealie-3.0.0...mealie-3.0.1) (2021-09-26)
+
+### [mealie-3.0.3](https://github.com/truecharts/apps/compare/mealie-3.0.2...mealie-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/mosquitto/CHANGELOG.md b/charts/stable/mosquitto/CHANGELOG.md
index c7a70aead8d..db098e81c2f 100644
--- a/charts/stable/mosquitto/CHANGELOG.md
+++ b/charts/stable/mosquitto/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [mosquitto-3.0.3](https://github.com/truecharts/apps/compare/mosquitto-3.0.2...mosquitto-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [mosquitto-3.0.1](https://github.com/truecharts/apps/compare/mosquitto-3.0.0...mosquitto-3.0.1) (2021-09-26)
diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md
index f613aca7ed2..42d5cb123cd 100644
--- a/charts/stable/mosquitto/README.md
+++ b/charts/stable/mosquitto/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/mosquitto/SCALE/CHANGELOG.md b/charts/stable/mosquitto/SCALE/CHANGELOG.md
index 08e6b781d74..55b1d608822 100644
--- a/charts/stable/mosquitto/SCALE/CHANGELOG.md
+++ b/charts/stable/mosquitto/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [mosquitto-3.0.1](https://github.com/truecharts/apps/compare/mosquitto-3.0.0...mosquitto-3.0.1) (2021-09-26)
+
+### [mosquitto-3.0.3](https://github.com/truecharts/apps/compare/mosquitto-3.0.2...mosquitto-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/mylar/CHANGELOG.md b/charts/stable/mylar/CHANGELOG.md
index 76170bb0f95..5a1acc1b1c9 100644
--- a/charts/stable/mylar/CHANGELOG.md
+++ b/charts/stable/mylar/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [mylar-3.0.3](https://github.com/truecharts/apps/compare/mylar-3.0.2...mylar-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [mylar-3.0.1](https://github.com/truecharts/apps/compare/mylar-3.0.0...mylar-3.0.1) (2021-09-26)
diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md
index e1f14d50a9a..54a9f2b615f 100644
--- a/charts/stable/mylar/README.md
+++ b/charts/stable/mylar/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/mylar/SCALE/CHANGELOG.md b/charts/stable/mylar/SCALE/CHANGELOG.md
index 19de5106162..aaee8d2d480 100644
--- a/charts/stable/mylar/SCALE/CHANGELOG.md
+++ b/charts/stable/mylar/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [mylar-3.0.1](https://github.com/truecharts/apps/compare/mylar-3.0.0...mylar-3.0.1) (2021-09-26)
+
+### [mylar-3.0.3](https://github.com/truecharts/apps/compare/mylar-3.0.2...mylar-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/navidrome/CHANGELOG.md b/charts/stable/navidrome/CHANGELOG.md
index 9667d25241e..cd00794ebde 100644
--- a/charts/stable/navidrome/CHANGELOG.md
+++ b/charts/stable/navidrome/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [navidrome-8.0.3](https://github.com/truecharts/apps/compare/navidrome-8.0.2...navidrome-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [navidrome-8.0.1](https://github.com/truecharts/apps/compare/navidrome-8.0.0...navidrome-8.0.1) (2021-09-26)
diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md
index 1cb80973001..70b8722346f 100644
--- a/charts/stable/navidrome/README.md
+++ b/charts/stable/navidrome/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/navidrome/SCALE/CHANGELOG.md b/charts/stable/navidrome/SCALE/CHANGELOG.md
index 26ad5652456..14506456142 100644
--- a/charts/stable/navidrome/SCALE/CHANGELOG.md
+++ b/charts/stable/navidrome/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [navidrome-8.0.1](https://github.com/truecharts/apps/compare/navidrome-8.0.0...navidrome-8.0.1) (2021-09-26)
+
+### [navidrome-8.0.3](https://github.com/truecharts/apps/compare/navidrome-8.0.2...navidrome-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md
index ce8aaa5aed2..e4e64cdf1dc 100644
--- a/charts/stable/nextcloud/CHANGELOG.md
+++ b/charts/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nextcloud-6.0.10](https://github.com/truecharts/apps/compare/nextcloud-6.0.9...nextcloud-6.0.10) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [nextcloud-6.0.8](https://github.com/truecharts/apps/compare/nextcloud-6.0.7...nextcloud-6.0.8) (2021-09-29)
diff --git a/charts/stable/nextcloud/README.md b/charts/stable/nextcloud/README.md
index 023d42ef6ca..6af134fe3e5 100644
--- a/charts/stable/nextcloud/README.md
+++ b/charts/stable/nextcloud/README.md
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.0 |
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/nextcloud/SCALE/CHANGELOG.md b/charts/stable/nextcloud/SCALE/CHANGELOG.md
index 345e75f312e..c7f71edcefb 100644
--- a/charts/stable/nextcloud/SCALE/CHANGELOG.md
+++ b/charts/stable/nextcloud/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [nextcloud-6.0.8](https://github.com/truecharts/apps/compare/nextcloud-6.0.7...nextcloud-6.0.8) (2021-09-29)
+
+### [nextcloud-6.0.10](https://github.com/truecharts/apps/compare/nextcloud-6.0.9...nextcloud-6.0.10) (2021-09-29)
#### Chore
-* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/node-red/CHANGELOG.md b/charts/stable/node-red/CHANGELOG.md
index 5ec892dccd6..e3a963cb8e7 100644
--- a/charts/stable/node-red/CHANGELOG.md
+++ b/charts/stable/node-red/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [node-red-8.0.3](https://github.com/truecharts/apps/compare/node-red-8.0.2...node-red-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [node-red-8.0.1](https://github.com/truecharts/apps/compare/node-red-8.0.0...node-red-8.0.1) (2021-09-26)
diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md
index fd6fab19720..653373f2d9c 100644
--- a/charts/stable/node-red/README.md
+++ b/charts/stable/node-red/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/node-red/SCALE/CHANGELOG.md b/charts/stable/node-red/SCALE/CHANGELOG.md
index 622ec201cb6..876bab1ff86 100644
--- a/charts/stable/node-red/SCALE/CHANGELOG.md
+++ b/charts/stable/node-red/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [node-red-8.0.1](https://github.com/truecharts/apps/compare/node-red-8.0.0...node-red-8.0.1) (2021-09-26)
+
+### [node-red-8.0.3](https://github.com/truecharts/apps/compare/node-red-8.0.2...node-red-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/nullserv/CHANGELOG.md b/charts/stable/nullserv/CHANGELOG.md
index 8f3f29cbbe7..8c0fdbb9597 100644
--- a/charts/stable/nullserv/CHANGELOG.md
+++ b/charts/stable/nullserv/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nullserv-3.0.3](https://github.com/truecharts/apps/compare/nullserv-3.0.2...nullserv-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [nullserv-3.0.1](https://github.com/truecharts/apps/compare/nullserv-3.0.0...nullserv-3.0.1) (2021-09-26)
diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md
index 958591d7d28..6a48ce62378 100644
--- a/charts/stable/nullserv/README.md
+++ b/charts/stable/nullserv/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/nullserv/SCALE/CHANGELOG.md b/charts/stable/nullserv/SCALE/CHANGELOG.md
index d409b89e2e1..594ff1f1771 100644
--- a/charts/stable/nullserv/SCALE/CHANGELOG.md
+++ b/charts/stable/nullserv/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [nullserv-3.0.1](https://github.com/truecharts/apps/compare/nullserv-3.0.0...nullserv-3.0.1) (2021-09-26)
+
+### [nullserv-3.0.3](https://github.com/truecharts/apps/compare/nullserv-3.0.2...nullserv-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/nzbget/CHANGELOG.md b/charts/stable/nzbget/CHANGELOG.md
index 5e8bb593c93..4dfb0e61600 100644
--- a/charts/stable/nzbget/CHANGELOG.md
+++ b/charts/stable/nzbget/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nzbget-8.0.3](https://github.com/truecharts/apps/compare/nzbget-8.0.2...nzbget-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [nzbget-8.0.1](https://github.com/truecharts/apps/compare/nzbget-8.0.0...nzbget-8.0.1) (2021-09-26)
diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md
index aad440229a4..8d01b1c3635 100644
--- a/charts/stable/nzbget/README.md
+++ b/charts/stable/nzbget/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/nzbget/SCALE/CHANGELOG.md b/charts/stable/nzbget/SCALE/CHANGELOG.md
index 719881d183e..3582f4a6cd3 100644
--- a/charts/stable/nzbget/SCALE/CHANGELOG.md
+++ b/charts/stable/nzbget/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [nzbget-8.0.1](https://github.com/truecharts/apps/compare/nzbget-8.0.0...nzbget-8.0.1) (2021-09-26)
+
+### [nzbget-8.0.3](https://github.com/truecharts/apps/compare/nzbget-8.0.2...nzbget-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/nzbhydra/CHANGELOG.md b/charts/stable/nzbhydra/CHANGELOG.md
index f2fef42a5f4..bb2fb9c7a15 100644
--- a/charts/stable/nzbhydra/CHANGELOG.md
+++ b/charts/stable/nzbhydra/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nzbhydra-8.0.5](https://github.com/truecharts/apps/compare/nzbhydra-8.0.4...nzbhydra-8.0.5) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [nzbhydra-8.0.3](https://github.com/truecharts/apps/compare/nzbhydra-8.0.2...nzbhydra-8.0.3) (2021-09-28)
diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md
index caf649c00c0..089072d20b8 100644
--- a/charts/stable/nzbhydra/README.md
+++ b/charts/stable/nzbhydra/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/nzbhydra/SCALE/CHANGELOG.md b/charts/stable/nzbhydra/SCALE/CHANGELOG.md
index 8e9ee27a6f0..fd6efe5a467 100644
--- a/charts/stable/nzbhydra/SCALE/CHANGELOG.md
+++ b/charts/stable/nzbhydra/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [nzbhydra-8.0.3](https://github.com/truecharts/apps/compare/nzbhydra-8.0.2...nzbhydra-8.0.3) (2021-09-28)
+
+### [nzbhydra-8.0.5](https://github.com/truecharts/apps/compare/nzbhydra-8.0.4...nzbhydra-8.0.5) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/octoprint/CHANGELOG.md b/charts/stable/octoprint/CHANGELOG.md
index 69cf46ef3af..c3b4bb1e0bb 100644
--- a/charts/stable/octoprint/CHANGELOG.md
+++ b/charts/stable/octoprint/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [octoprint-3.0.3](https://github.com/truecharts/apps/compare/octoprint-3.0.2...octoprint-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [octoprint-3.0.1](https://github.com/truecharts/apps/compare/octoprint-3.0.0...octoprint-3.0.1) (2021-09-26)
diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md
index 6214a845801..dbf6f8dd97e 100644
--- a/charts/stable/octoprint/README.md
+++ b/charts/stable/octoprint/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/octoprint/SCALE/CHANGELOG.md b/charts/stable/octoprint/SCALE/CHANGELOG.md
index 2e2fe2fca38..5c49f5bb2b0 100644
--- a/charts/stable/octoprint/SCALE/CHANGELOG.md
+++ b/charts/stable/octoprint/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [octoprint-3.0.1](https://github.com/truecharts/apps/compare/octoprint-3.0.0...octoprint-3.0.1) (2021-09-26)
+
+### [octoprint-3.0.3](https://github.com/truecharts/apps/compare/octoprint-3.0.2...octoprint-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/omada-controller/CHANGELOG.md b/charts/stable/omada-controller/CHANGELOG.md
index 4f5e25e8c44..8931f931565 100644
--- a/charts/stable/omada-controller/CHANGELOG.md
+++ b/charts/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [omada-controller-3.0.4](https://github.com/truecharts/apps/compare/omada-controller-3.0.3...omada-controller-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [omada-controller-3.0.2](https://github.com/truecharts/apps/compare/omada-controller-3.0.1...omada-controller-3.0.2) (2021-09-28)
diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md
index daa25717939..4efdadc099e 100644
--- a/charts/stable/omada-controller/README.md
+++ b/charts/stable/omada-controller/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/omada-controller/SCALE/CHANGELOG.md b/charts/stable/omada-controller/SCALE/CHANGELOG.md
index da8f9d7fb82..a52d5d47d68 100644
--- a/charts/stable/omada-controller/SCALE/CHANGELOG.md
+++ b/charts/stable/omada-controller/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [omada-controller-3.0.2](https://github.com/truecharts/apps/compare/omada-controller-3.0.1...omada-controller-3.0.2) (2021-09-28)
+
+### [omada-controller-3.0.4](https://github.com/truecharts/apps/compare/omada-controller-3.0.3...omada-controller-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/ombi/CHANGELOG.md b/charts/stable/ombi/CHANGELOG.md
index fb4c09c3a87..39539440881 100644
--- a/charts/stable/ombi/CHANGELOG.md
+++ b/charts/stable/ombi/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [ombi-8.0.3](https://github.com/truecharts/apps/compare/ombi-8.0.2...ombi-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [ombi-8.0.1](https://github.com/truecharts/apps/compare/ombi-8.0.0...ombi-8.0.1) (2021-09-26)
diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md
index 990ce661f70..e618837e3e9 100644
--- a/charts/stable/ombi/README.md
+++ b/charts/stable/ombi/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/ombi/SCALE/CHANGELOG.md b/charts/stable/ombi/SCALE/CHANGELOG.md
index 595f032c01b..a892493455b 100644
--- a/charts/stable/ombi/SCALE/CHANGELOG.md
+++ b/charts/stable/ombi/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [ombi-8.0.1](https://github.com/truecharts/apps/compare/ombi-8.0.0...ombi-8.0.1) (2021-09-26)
+
+### [ombi-8.0.3](https://github.com/truecharts/apps/compare/ombi-8.0.2...ombi-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/openldap/CHANGELOG.md b/charts/stable/openldap/CHANGELOG.md
index 144d248d55a..c4bc786036c 100644
--- a/charts/stable/openldap/CHANGELOG.md
+++ b/charts/stable/openldap/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [openldap-3.0.3](https://github.com/truecharts/apps/compare/openldap-3.0.2...openldap-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [openldap-3.0.1](https://github.com/truecharts/apps/compare/openldap-3.0.0...openldap-3.0.1) (2021-09-26)
diff --git a/charts/stable/openldap/README.md b/charts/stable/openldap/README.md
index 03283f6bc87..5fac53508ee 100644
--- a/charts/stable/openldap/README.md
+++ b/charts/stable/openldap/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/openldap/SCALE/CHANGELOG.md b/charts/stable/openldap/SCALE/CHANGELOG.md
index 76a191c59fb..ebe57989572 100644
--- a/charts/stable/openldap/SCALE/CHANGELOG.md
+++ b/charts/stable/openldap/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [openldap-3.0.1](https://github.com/truecharts/apps/compare/openldap-3.0.0...openldap-3.0.1) (2021-09-26)
+
+### [openldap-3.0.3](https://github.com/truecharts/apps/compare/openldap-3.0.2...openldap-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/organizr/CHANGELOG.md b/charts/stable/organizr/CHANGELOG.md
index 5f1f398d882..eb7d63c0e4e 100644
--- a/charts/stable/organizr/CHANGELOG.md
+++ b/charts/stable/organizr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [organizr-8.0.3](https://github.com/truecharts/apps/compare/organizr-8.0.2...organizr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [organizr-8.0.1](https://github.com/truecharts/apps/compare/organizr-8.0.0...organizr-8.0.1) (2021-09-26)
diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md
index 97ca61cbcb0..aeaa01bfce3 100644
--- a/charts/stable/organizr/README.md
+++ b/charts/stable/organizr/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/organizr/SCALE/CHANGELOG.md b/charts/stable/organizr/SCALE/CHANGELOG.md
index c440805d2bc..16996270cc3 100644
--- a/charts/stable/organizr/SCALE/CHANGELOG.md
+++ b/charts/stable/organizr/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [organizr-8.0.1](https://github.com/truecharts/apps/compare/organizr-8.0.0...organizr-8.0.1) (2021-09-26)
+
+### [organizr-8.0.3](https://github.com/truecharts/apps/compare/organizr-8.0.2...organizr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/oscam/CHANGELOG.md b/charts/stable/oscam/CHANGELOG.md
index dbff277be22..2bd40c46a64 100644
--- a/charts/stable/oscam/CHANGELOG.md
+++ b/charts/stable/oscam/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [oscam-3.0.3](https://github.com/truecharts/apps/compare/oscam-3.0.2...oscam-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [oscam-3.0.1](https://github.com/truecharts/apps/compare/oscam-3.0.0...oscam-3.0.1) (2021-09-26)
diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md
index 2ca2ffdc2ab..fe0199e60c9 100644
--- a/charts/stable/oscam/README.md
+++ b/charts/stable/oscam/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/oscam/SCALE/CHANGELOG.md b/charts/stable/oscam/SCALE/CHANGELOG.md
index 27e96fdeef6..d07061bf9c5 100644
--- a/charts/stable/oscam/SCALE/CHANGELOG.md
+++ b/charts/stable/oscam/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [oscam-3.0.1](https://github.com/truecharts/apps/compare/oscam-3.0.0...oscam-3.0.1) (2021-09-26)
+
+### [oscam-3.0.3](https://github.com/truecharts/apps/compare/oscam-3.0.2...oscam-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/oscam/helm-values.md b/charts/stable/oscam/helm-values.md
index 7242407113a..95f02e9c283 100644
--- a/charts/stable/oscam/helm-values.md
+++ b/charts/stable/oscam/helm-values.md
@@ -22,6 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/charts/stable/overseerr/CHANGELOG.md b/charts/stable/overseerr/CHANGELOG.md
index 2f960e4abc7..050b114836f 100644
--- a/charts/stable/overseerr/CHANGELOG.md
+++ b/charts/stable/overseerr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [overseerr-3.0.3](https://github.com/truecharts/apps/compare/overseerr-3.0.2...overseerr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [overseerr-3.0.1](https://github.com/truecharts/apps/compare/overseerr-3.0.0...overseerr-3.0.1) (2021-09-26)
diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md
index 8024d439e2d..aa832077d70 100644
--- a/charts/stable/overseerr/README.md
+++ b/charts/stable/overseerr/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/overseerr/SCALE/CHANGELOG.md b/charts/stable/overseerr/SCALE/CHANGELOG.md
index 835173ea954..64c9025ac82 100644
--- a/charts/stable/overseerr/SCALE/CHANGELOG.md
+++ b/charts/stable/overseerr/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [overseerr-3.0.1](https://github.com/truecharts/apps/compare/overseerr-3.0.0...overseerr-3.0.1) (2021-09-26)
+
+### [overseerr-3.0.3](https://github.com/truecharts/apps/compare/overseerr-3.0.2...overseerr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/owncast/CHANGELOG.md b/charts/stable/owncast/CHANGELOG.md
index 0a625f81097..42e0eb5f64c 100644
--- a/charts/stable/owncast/CHANGELOG.md
+++ b/charts/stable/owncast/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [owncast-3.0.4](https://github.com/truecharts/apps/compare/owncast-3.0.3...owncast-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [owncast-3.0.2](https://github.com/truecharts/apps/compare/owncast-3.0.1...owncast-3.0.2) (2021-09-28)
diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md
index 2d1545d651d..0011e827c64 100644
--- a/charts/stable/owncast/README.md
+++ b/charts/stable/owncast/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/owncast/SCALE/CHANGELOG.md b/charts/stable/owncast/SCALE/CHANGELOG.md
index f132027e890..dbe5e3736c7 100644
--- a/charts/stable/owncast/SCALE/CHANGELOG.md
+++ b/charts/stable/owncast/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [owncast-3.0.2](https://github.com/truecharts/apps/compare/owncast-3.0.1...owncast-3.0.2) (2021-09-28)
+
+### [owncast-3.0.4](https://github.com/truecharts/apps/compare/owncast-3.0.3...owncast-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/owncloud-ocis/CHANGELOG.md b/charts/stable/owncloud-ocis/CHANGELOG.md
index e0eb7a7e91d..6043e0089ad 100644
--- a/charts/stable/owncloud-ocis/CHANGELOG.md
+++ b/charts/stable/owncloud-ocis/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [owncloud-ocis-3.0.3](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.2...owncloud-ocis-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [owncloud-ocis-3.0.1](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.0...owncloud-ocis-3.0.1) (2021-09-26)
diff --git a/charts/stable/owncloud-ocis/README.md b/charts/stable/owncloud-ocis/README.md
index 3ed475ba515..63496b5dbcd 100644
--- a/charts/stable/owncloud-ocis/README.md
+++ b/charts/stable/owncloud-ocis/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/owncloud-ocis/SCALE/CHANGELOG.md b/charts/stable/owncloud-ocis/SCALE/CHANGELOG.md
index 270a32f59ea..7c5b86c23aa 100644
--- a/charts/stable/owncloud-ocis/SCALE/CHANGELOG.md
+++ b/charts/stable/owncloud-ocis/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [owncloud-ocis-3.0.1](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.0...owncloud-ocis-3.0.1) (2021-09-26)
+
+### [owncloud-ocis-3.0.3](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.2...owncloud-ocis-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/pgadmin/CHANGELOG.md b/charts/stable/pgadmin/CHANGELOG.md
index 209c8e95480..809d4c2210d 100644
--- a/charts/stable/pgadmin/CHANGELOG.md
+++ b/charts/stable/pgadmin/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pgadmin-3.0.3](https://github.com/truecharts/apps/compare/pgadmin-3.0.2...pgadmin-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [pgadmin-3.0.1](https://github.com/truecharts/apps/compare/pgadmin-3.0.0...pgadmin-3.0.1) (2021-09-26)
diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md
index be6dbde92ec..1c4982d09f7 100644
--- a/charts/stable/pgadmin/README.md
+++ b/charts/stable/pgadmin/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/pgadmin/SCALE/CHANGELOG.md b/charts/stable/pgadmin/SCALE/CHANGELOG.md
index 8e9b7b173ab..47f158ed47f 100644
--- a/charts/stable/pgadmin/SCALE/CHANGELOG.md
+++ b/charts/stable/pgadmin/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [pgadmin-3.0.1](https://github.com/truecharts/apps/compare/pgadmin-3.0.0...pgadmin-3.0.1) (2021-09-26)
+
+### [pgadmin-3.0.3](https://github.com/truecharts/apps/compare/pgadmin-3.0.2...pgadmin-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/photoprism/CHANGELOG.md b/charts/stable/photoprism/CHANGELOG.md
index 7b380574635..fe091f899fe 100644
--- a/charts/stable/photoprism/CHANGELOG.md
+++ b/charts/stable/photoprism/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [photoprism-3.0.4](https://github.com/truecharts/apps/compare/photoprism-3.0.3...photoprism-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [photoprism-3.0.2](https://github.com/truecharts/apps/compare/photoprism-3.0.1...photoprism-3.0.2) (2021-09-27)
diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md
index ae9cd01fe40..1d525c7aaa9 100644
--- a/charts/stable/photoprism/README.md
+++ b/charts/stable/photoprism/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/photoprism/SCALE/CHANGELOG.md b/charts/stable/photoprism/SCALE/CHANGELOG.md
index d69a95b0739..8d8337181d1 100644
--- a/charts/stable/photoprism/SCALE/CHANGELOG.md
+++ b/charts/stable/photoprism/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [photoprism-3.0.2](https://github.com/truecharts/apps/compare/photoprism-3.0.1...photoprism-3.0.2) (2021-09-27)
+
+### [photoprism-3.0.4](https://github.com/truecharts/apps/compare/photoprism-3.0.3...photoprism-3.0.4) (2021-09-29)
#### Chore
-* update container image docker.io/photoprism/photoprism to v20210925 ([#1045](https://github.com/truecharts/apps/issues/1045))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/phpldapadmin/CHANGELOG.md b/charts/stable/phpldapadmin/CHANGELOG.md
index 3c86aa3481c..442d69482a6 100644
--- a/charts/stable/phpldapadmin/CHANGELOG.md
+++ b/charts/stable/phpldapadmin/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [phpldapadmin-3.0.3](https://github.com/truecharts/apps/compare/phpldapadmin-3.0.2...phpldapadmin-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [phpldapadmin-3.0.1](https://github.com/truecharts/apps/compare/phpldapadmin-3.0.0...phpldapadmin-3.0.1) (2021-09-26)
diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md
index a544677af0f..860b92e9318 100644
--- a/charts/stable/phpldapadmin/README.md
+++ b/charts/stable/phpldapadmin/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/phpldapadmin/SCALE/CHANGELOG.md b/charts/stable/phpldapadmin/SCALE/CHANGELOG.md
index ff4973975f5..85a77d088e9 100644
--- a/charts/stable/phpldapadmin/SCALE/CHANGELOG.md
+++ b/charts/stable/phpldapadmin/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [phpldapadmin-3.0.1](https://github.com/truecharts/apps/compare/phpldapadmin-3.0.0...phpldapadmin-3.0.1) (2021-09-26)
+
+### [phpldapadmin-3.0.3](https://github.com/truecharts/apps/compare/phpldapadmin-3.0.2...phpldapadmin-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/piaware/CHANGELOG.md b/charts/stable/piaware/CHANGELOG.md
index e698da30975..58541622fc3 100644
--- a/charts/stable/piaware/CHANGELOG.md
+++ b/charts/stable/piaware/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [piaware-3.0.3](https://github.com/truecharts/apps/compare/piaware-3.0.2...piaware-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [piaware-3.0.1](https://github.com/truecharts/apps/compare/piaware-3.0.0...piaware-3.0.1) (2021-09-26)
diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md
index 91afa11c72d..3ead543e6d5 100644
--- a/charts/stable/piaware/README.md
+++ b/charts/stable/piaware/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/piaware/SCALE/CHANGELOG.md b/charts/stable/piaware/SCALE/CHANGELOG.md
index 61974ee4cc7..07b153c5808 100644
--- a/charts/stable/piaware/SCALE/CHANGELOG.md
+++ b/charts/stable/piaware/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [piaware-3.0.1](https://github.com/truecharts/apps/compare/piaware-3.0.0...piaware-3.0.1) (2021-09-26)
+
+### [piaware-3.0.3](https://github.com/truecharts/apps/compare/piaware-3.0.2...piaware-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/pihole/CHANGELOG.md b/charts/stable/pihole/CHANGELOG.md
index aa7a4039b66..bd6bba3b192 100644
--- a/charts/stable/pihole/CHANGELOG.md
+++ b/charts/stable/pihole/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pihole-3.0.3](https://github.com/truecharts/apps/compare/pihole-3.0.2...pihole-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [pihole-3.0.1](https://github.com/truecharts/apps/compare/pihole-3.0.0...pihole-3.0.1) (2021-09-26)
diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md
index f41646aea6c..d1bd3309a69 100644
--- a/charts/stable/pihole/README.md
+++ b/charts/stable/pihole/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/pihole/SCALE/CHANGELOG.md b/charts/stable/pihole/SCALE/CHANGELOG.md
index 4337057f142..9b74b8cecd1 100644
--- a/charts/stable/pihole/SCALE/CHANGELOG.md
+++ b/charts/stable/pihole/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [pihole-3.0.1](https://github.com/truecharts/apps/compare/pihole-3.0.0...pihole-3.0.1) (2021-09-26)
+
+### [pihole-3.0.3](https://github.com/truecharts/apps/compare/pihole-3.0.2...pihole-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/plex/CHANGELOG.md b/charts/stable/plex/CHANGELOG.md
index 7142e5b0161..b7695507cac 100644
--- a/charts/stable/plex/CHANGELOG.md
+++ b/charts/stable/plex/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [plex-7.0.3](https://github.com/truecharts/apps/compare/plex-7.0.2...plex-7.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [plex-7.0.1](https://github.com/truecharts/apps/compare/plex-7.0.0...plex-7.0.1) (2021-09-26)
diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md
index 40cd9014219..c71841aac75 100644
--- a/charts/stable/plex/README.md
+++ b/charts/stable/plex/README.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/plex/SCALE/CHANGELOG.md b/charts/stable/plex/SCALE/CHANGELOG.md
index c5d51d19687..f9535390f29 100644
--- a/charts/stable/plex/SCALE/CHANGELOG.md
+++ b/charts/stable/plex/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [plex-7.0.1](https://github.com/truecharts/apps/compare/plex-7.0.0...plex-7.0.1) (2021-09-26)
+
+### [plex-7.0.3](https://github.com/truecharts/apps/compare/plex-7.0.2...plex-7.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/podgrab/CHANGELOG.md b/charts/stable/podgrab/CHANGELOG.md
index d3d3500c550..06e04fa8761 100644
--- a/charts/stable/podgrab/CHANGELOG.md
+++ b/charts/stable/podgrab/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [podgrab-6.0.3](https://github.com/truecharts/apps/compare/podgrab-6.0.2...podgrab-6.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [podgrab-6.0.1](https://github.com/truecharts/apps/compare/podgrab-6.0.0...podgrab-6.0.1) (2021-09-26)
diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md
index dba8bbc4604..4aea7662e9d 100644
--- a/charts/stable/podgrab/README.md
+++ b/charts/stable/podgrab/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/podgrab/SCALE/CHANGELOG.md b/charts/stable/podgrab/SCALE/CHANGELOG.md
index 1e4213536f9..f2cc0186538 100644
--- a/charts/stable/podgrab/SCALE/CHANGELOG.md
+++ b/charts/stable/podgrab/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [podgrab-6.0.1](https://github.com/truecharts/apps/compare/podgrab-6.0.0...podgrab-6.0.1) (2021-09-26)
+
+### [podgrab-6.0.3](https://github.com/truecharts/apps/compare/podgrab-6.0.2...podgrab-6.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/postgresql/CHANGELOG.md b/charts/stable/postgresql/CHANGELOG.md
index 3a213595b5d..5044af5305b 100644
--- a/charts/stable/postgresql/CHANGELOG.md
+++ b/charts/stable/postgresql/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [postgresql-3.0.6](https://github.com/truecharts/apps/compare/postgresql-3.0.5...postgresql-3.0.6) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [postgresql-3.0.4](https://github.com/truecharts/apps/compare/postgresql-3.0.3...postgresql-3.0.4) (2021-09-29)
diff --git a/charts/stable/postgresql/README.md b/charts/stable/postgresql/README.md
index bac422f176e..6b7a2f3f014 100644
--- a/charts/stable/postgresql/README.md
+++ b/charts/stable/postgresql/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/postgresql/SCALE/CHANGELOG.md b/charts/stable/postgresql/SCALE/CHANGELOG.md
index a7c1023779b..36f47827b40 100644
--- a/charts/stable/postgresql/SCALE/CHANGELOG.md
+++ b/charts/stable/postgresql/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [postgresql-3.0.4](https://github.com/truecharts/apps/compare/postgresql-3.0.3...postgresql-3.0.4) (2021-09-29)
+
+### [postgresql-3.0.6](https://github.com/truecharts/apps/compare/postgresql-3.0.5...postgresql-3.0.6) (2021-09-29)
#### Chore
-* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
index 70f14cbde47..79002269bab 100644
--- a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
+++ b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pretend-youre-xyzzy-3.0.3](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-3.0.2...pretend-youre-xyzzy-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [pretend-youre-xyzzy-3.0.1](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-3.0.0...pretend-youre-xyzzy-3.0.1) (2021-09-26)
diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md
index d71f9232d3c..c0ec9ce22c8 100644
--- a/charts/stable/pretend-youre-xyzzy/README.md
+++ b/charts/stable/pretend-youre-xyzzy/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/pretend-youre-xyzzy/SCALE/CHANGELOG.md b/charts/stable/pretend-youre-xyzzy/SCALE/CHANGELOG.md
index d872e873db1..8fdcbf203ca 100644
--- a/charts/stable/pretend-youre-xyzzy/SCALE/CHANGELOG.md
+++ b/charts/stable/pretend-youre-xyzzy/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [pretend-youre-xyzzy-3.0.1](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-3.0.0...pretend-youre-xyzzy-3.0.1) (2021-09-26)
+
+### [pretend-youre-xyzzy-3.0.3](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-3.0.2...pretend-youre-xyzzy-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/protonmail-bridge/CHANGELOG.md b/charts/stable/protonmail-bridge/CHANGELOG.md
index efc13ba1cea..c388c65152d 100644
--- a/charts/stable/protonmail-bridge/CHANGELOG.md
+++ b/charts/stable/protonmail-bridge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [protonmail-bridge-3.0.3](https://github.com/truecharts/apps/compare/protonmail-bridge-3.0.2...protonmail-bridge-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [protonmail-bridge-3.0.1](https://github.com/truecharts/apps/compare/protonmail-bridge-3.0.0...protonmail-bridge-3.0.1) (2021-09-26)
diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md
index 16dbcb86f67..89d85b15007 100644
--- a/charts/stable/protonmail-bridge/README.md
+++ b/charts/stable/protonmail-bridge/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md b/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md
index 30064009447..71128163634 100644
--- a/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md
+++ b/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [protonmail-bridge-3.0.1](https://github.com/truecharts/apps/compare/protonmail-bridge-3.0.0...protonmail-bridge-3.0.1) (2021-09-26)
+
+### [protonmail-bridge-3.0.3](https://github.com/truecharts/apps/compare/protonmail-bridge-3.0.2...protonmail-bridge-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md
index bad26cb35ec..ec799ca31c5 100644
--- a/charts/stable/prowlarr/CHANGELOG.md
+++ b/charts/stable/prowlarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [prowlarr-3.0.4](https://github.com/truecharts/apps/compare/prowlarr-3.0.3...prowlarr-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [prowlarr-3.0.2](https://github.com/truecharts/apps/compare/prowlarr-3.0.1...prowlarr-3.0.2) (2021-09-28)
diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md
index 01680e87b1f..da5d81ac049 100644
--- a/charts/stable/prowlarr/README.md
+++ b/charts/stable/prowlarr/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/prowlarr/SCALE/CHANGELOG.md b/charts/stable/prowlarr/SCALE/CHANGELOG.md
index 607d8d18972..73b4a40e901 100644
--- a/charts/stable/prowlarr/SCALE/CHANGELOG.md
+++ b/charts/stable/prowlarr/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [prowlarr-3.0.2](https://github.com/truecharts/apps/compare/prowlarr-3.0.1...prowlarr-3.0.2) (2021-09-28)
+
+### [prowlarr-3.0.4](https://github.com/truecharts/apps/compare/prowlarr-3.0.3...prowlarr-3.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/pyload/CHANGELOG.md b/charts/stable/pyload/CHANGELOG.md
index 4ffdafa20d9..d241b71fb67 100644
--- a/charts/stable/pyload/CHANGELOG.md
+++ b/charts/stable/pyload/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pyload-3.0.3](https://github.com/truecharts/apps/compare/pyload-3.0.2...pyload-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [pyload-3.0.1](https://github.com/truecharts/apps/compare/pyload-3.0.0...pyload-3.0.1) (2021-09-26)
diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md
index fe99fabdfb7..2af06f003d3 100644
--- a/charts/stable/pyload/README.md
+++ b/charts/stable/pyload/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/pyload/SCALE/CHANGELOG.md b/charts/stable/pyload/SCALE/CHANGELOG.md
index 564a41e666c..0222d1bbfc7 100644
--- a/charts/stable/pyload/SCALE/CHANGELOG.md
+++ b/charts/stable/pyload/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [pyload-3.0.1](https://github.com/truecharts/apps/compare/pyload-3.0.0...pyload-3.0.1) (2021-09-26)
+
+### [pyload-3.0.3](https://github.com/truecharts/apps/compare/pyload-3.0.2...pyload-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/qbittorrent/CHANGELOG.md b/charts/stable/qbittorrent/CHANGELOG.md
index 2e794f48672..f1b55ca080b 100644
--- a/charts/stable/qbittorrent/CHANGELOG.md
+++ b/charts/stable/qbittorrent/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [qbittorrent-8.0.4](https://github.com/truecharts/apps/compare/qbittorrent-8.0.3...qbittorrent-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [qbittorrent-8.0.2](https://github.com/truecharts/apps/compare/qbittorrent-8.0.1...qbittorrent-8.0.2) (2021-09-28)
diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md
index c558a33f618..82aba5c5140 100644
--- a/charts/stable/qbittorrent/README.md
+++ b/charts/stable/qbittorrent/README.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/qbittorrent/SCALE/CHANGELOG.md b/charts/stable/qbittorrent/SCALE/CHANGELOG.md
index de064335bcf..3578f8ce76c 100644
--- a/charts/stable/qbittorrent/SCALE/CHANGELOG.md
+++ b/charts/stable/qbittorrent/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [qbittorrent-8.0.2](https://github.com/truecharts/apps/compare/qbittorrent-8.0.1...qbittorrent-8.0.2) (2021-09-28)
+
+### [qbittorrent-8.0.4](https://github.com/truecharts/apps/compare/qbittorrent-8.0.3...qbittorrent-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/radarr/CHANGELOG.md b/charts/stable/radarr/CHANGELOG.md
index e46ef17298e..9d485e5afd3 100644
--- a/charts/stable/radarr/CHANGELOG.md
+++ b/charts/stable/radarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [radarr-8.0.3](https://github.com/truecharts/apps/compare/radarr-8.0.2...radarr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [radarr-8.0.1](https://github.com/truecharts/apps/compare/radarr-8.0.0...radarr-8.0.1) (2021-09-26)
diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md
index fc1048c10ca..c926b185e43 100644
--- a/charts/stable/radarr/README.md
+++ b/charts/stable/radarr/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/radarr/SCALE/CHANGELOG.md b/charts/stable/radarr/SCALE/CHANGELOG.md
index e4c3cf62c02..7896adbfd40 100644
--- a/charts/stable/radarr/SCALE/CHANGELOG.md
+++ b/charts/stable/radarr/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [radarr-8.0.1](https://github.com/truecharts/apps/compare/radarr-8.0.0...radarr-8.0.1) (2021-09-26)
+
+### [radarr-8.0.3](https://github.com/truecharts/apps/compare/radarr-8.0.2...radarr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/readarr/CHANGELOG.md b/charts/stable/readarr/CHANGELOG.md
index 16465f2eb14..fb51236e6b1 100644
--- a/charts/stable/readarr/CHANGELOG.md
+++ b/charts/stable/readarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [readarr-8.0.4](https://github.com/truecharts/apps/compare/readarr-8.0.3...readarr-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [readarr-8.0.2](https://github.com/truecharts/apps/compare/readarr-8.0.1...readarr-8.0.2) (2021-09-28)
diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md
index 90f7b79b5ff..ecac43e7c03 100644
--- a/charts/stable/readarr/README.md
+++ b/charts/stable/readarr/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/readarr/SCALE/CHANGELOG.md b/charts/stable/readarr/SCALE/CHANGELOG.md
index 9be67dcaddf..f14d38978d9 100644
--- a/charts/stable/readarr/SCALE/CHANGELOG.md
+++ b/charts/stable/readarr/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [readarr-8.0.2](https://github.com/truecharts/apps/compare/readarr-8.0.1...readarr-8.0.2) (2021-09-28)
+
+### [readarr-8.0.4](https://github.com/truecharts/apps/compare/readarr-8.0.3...readarr-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/reg/CHANGELOG.md b/charts/stable/reg/CHANGELOG.md
index 6d964aa8799..222bbad6422 100644
--- a/charts/stable/reg/CHANGELOG.md
+++ b/charts/stable/reg/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [reg-3.0.3](https://github.com/truecharts/apps/compare/reg-3.0.2...reg-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [reg-3.0.1](https://github.com/truecharts/apps/compare/reg-3.0.0...reg-3.0.1) (2021-09-26)
diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md
index 238e9bbf115..d63338a5409 100644
--- a/charts/stable/reg/README.md
+++ b/charts/stable/reg/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/reg/SCALE/CHANGELOG.md b/charts/stable/reg/SCALE/CHANGELOG.md
index fcbc7e29970..9ddb969d73c 100644
--- a/charts/stable/reg/SCALE/CHANGELOG.md
+++ b/charts/stable/reg/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [reg-3.0.1](https://github.com/truecharts/apps/compare/reg-3.0.0...reg-3.0.1) (2021-09-26)
+
+### [reg-3.0.3](https://github.com/truecharts/apps/compare/reg-3.0.2...reg-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/resilio-sync/CHANGELOG.md b/charts/stable/resilio-sync/CHANGELOG.md
index b701077fa3f..6ee5b2e639b 100644
--- a/charts/stable/resilio-sync/CHANGELOG.md
+++ b/charts/stable/resilio-sync/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [resilio-sync-3.0.3](https://github.com/truecharts/apps/compare/resilio-sync-3.0.2...resilio-sync-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [resilio-sync-3.0.1](https://github.com/truecharts/apps/compare/resilio-sync-3.0.0...resilio-sync-3.0.1) (2021-09-26)
diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md
index e14fdee8a1a..1190d3fa7ec 100644
--- a/charts/stable/resilio-sync/README.md
+++ b/charts/stable/resilio-sync/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/resilio-sync/SCALE/CHANGELOG.md b/charts/stable/resilio-sync/SCALE/CHANGELOG.md
index f8897fdecf9..1a635b93d56 100644
--- a/charts/stable/resilio-sync/SCALE/CHANGELOG.md
+++ b/charts/stable/resilio-sync/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [resilio-sync-3.0.1](https://github.com/truecharts/apps/compare/resilio-sync-3.0.0...resilio-sync-3.0.1) (2021-09-26)
+
+### [resilio-sync-3.0.3](https://github.com/truecharts/apps/compare/resilio-sync-3.0.2...resilio-sync-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/sabnzbd/CHANGELOG.md b/charts/stable/sabnzbd/CHANGELOG.md
index e9ba4bba4c1..968c674f9ac 100644
--- a/charts/stable/sabnzbd/CHANGELOG.md
+++ b/charts/stable/sabnzbd/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sabnzbd-8.0.4](https://github.com/truecharts/apps/compare/sabnzbd-8.0.3...sabnzbd-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [sabnzbd-8.0.2](https://github.com/truecharts/apps/compare/sabnzbd-8.0.1...sabnzbd-8.0.2) (2021-09-28)
diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md
index a0582d67a34..0a937dead4a 100644
--- a/charts/stable/sabnzbd/README.md
+++ b/charts/stable/sabnzbd/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/sabnzbd/SCALE/CHANGELOG.md b/charts/stable/sabnzbd/SCALE/CHANGELOG.md
index 9d3336d8bf0..9aa107460c7 100644
--- a/charts/stable/sabnzbd/SCALE/CHANGELOG.md
+++ b/charts/stable/sabnzbd/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [sabnzbd-8.0.2](https://github.com/truecharts/apps/compare/sabnzbd-8.0.1...sabnzbd-8.0.2) (2021-09-28)
+
+### [sabnzbd-8.0.4](https://github.com/truecharts/apps/compare/sabnzbd-8.0.3...sabnzbd-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/ser2sock/CHANGELOG.md b/charts/stable/ser2sock/CHANGELOG.md
index a8c040c5ac1..3852a06a465 100644
--- a/charts/stable/ser2sock/CHANGELOG.md
+++ b/charts/stable/ser2sock/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [ser2sock-3.0.3](https://github.com/truecharts/apps/compare/ser2sock-3.0.2...ser2sock-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [ser2sock-3.0.1](https://github.com/truecharts/apps/compare/ser2sock-3.0.0...ser2sock-3.0.1) (2021-09-26)
diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md
index cdf3cfb0b50..995ca6529fa 100644
--- a/charts/stable/ser2sock/README.md
+++ b/charts/stable/ser2sock/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/ser2sock/SCALE/CHANGELOG.md b/charts/stable/ser2sock/SCALE/CHANGELOG.md
index 86f9eb6f2ae..e37b4c15e5a 100644
--- a/charts/stable/ser2sock/SCALE/CHANGELOG.md
+++ b/charts/stable/ser2sock/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [ser2sock-3.0.1](https://github.com/truecharts/apps/compare/ser2sock-3.0.0...ser2sock-3.0.1) (2021-09-26)
+
+### [ser2sock-3.0.3](https://github.com/truecharts/apps/compare/ser2sock-3.0.2...ser2sock-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/sonarr/CHANGELOG.md b/charts/stable/sonarr/CHANGELOG.md
index 27b397fd39c..372b3069fab 100644
--- a/charts/stable/sonarr/CHANGELOG.md
+++ b/charts/stable/sonarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sonarr-8.0.4](https://github.com/truecharts/apps/compare/sonarr-8.0.3...sonarr-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [sonarr-8.0.2](https://github.com/truecharts/apps/compare/sonarr-8.0.1...sonarr-8.0.2) (2021-09-26)
diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md
index d19f81deeea..b82a9fd9f7d 100644
--- a/charts/stable/sonarr/README.md
+++ b/charts/stable/sonarr/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/sonarr/SCALE/CHANGELOG.md b/charts/stable/sonarr/SCALE/CHANGELOG.md
index ba05442a202..2ef6a38366c 100644
--- a/charts/stable/sonarr/SCALE/CHANGELOG.md
+++ b/charts/stable/sonarr/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [sonarr-8.0.2](https://github.com/truecharts/apps/compare/sonarr-8.0.1...sonarr-8.0.2) (2021-09-26)
+
+### [sonarr-8.0.4](https://github.com/truecharts/apps/compare/sonarr-8.0.3...sonarr-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/stash/CHANGELOG.md b/charts/stable/stash/CHANGELOG.md
index ddad7cd39b7..c25febbee56 100644
--- a/charts/stable/stash/CHANGELOG.md
+++ b/charts/stable/stash/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [stash-3.0.3](https://github.com/truecharts/apps/compare/stash-3.0.2...stash-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [stash-3.0.1](https://github.com/truecharts/apps/compare/stash-3.0.0...stash-3.0.1) (2021-09-26)
diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md
index 53c259b0a3e..92252e780ec 100644
--- a/charts/stable/stash/README.md
+++ b/charts/stable/stash/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/stash/SCALE/CHANGELOG.md b/charts/stable/stash/SCALE/CHANGELOG.md
index 65dbcd46cc7..b2fe3be5181 100644
--- a/charts/stable/stash/SCALE/CHANGELOG.md
+++ b/charts/stable/stash/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [stash-3.0.1](https://github.com/truecharts/apps/compare/stash-3.0.0...stash-3.0.1) (2021-09-26)
+
+### [stash-3.0.3](https://github.com/truecharts/apps/compare/stash-3.0.2...stash-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/syncthing/CHANGELOG.md b/charts/stable/syncthing/CHANGELOG.md
index 66a3de8082c..7e46730660f 100644
--- a/charts/stable/syncthing/CHANGELOG.md
+++ b/charts/stable/syncthing/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [syncthing-8.0.3](https://github.com/truecharts/apps/compare/syncthing-8.0.2...syncthing-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [syncthing-8.0.1](https://github.com/truecharts/apps/compare/syncthing-8.0.0...syncthing-8.0.1) (2021-09-26)
diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md
index 5b6a3098d2b..e6e3e4478b7 100644
--- a/charts/stable/syncthing/README.md
+++ b/charts/stable/syncthing/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/syncthing/SCALE/CHANGELOG.md b/charts/stable/syncthing/SCALE/CHANGELOG.md
index 84d0a4a4d6e..de7f54306cf 100644
--- a/charts/stable/syncthing/SCALE/CHANGELOG.md
+++ b/charts/stable/syncthing/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [syncthing-8.0.1](https://github.com/truecharts/apps/compare/syncthing-8.0.0...syncthing-8.0.1) (2021-09-26)
+
+### [syncthing-8.0.3](https://github.com/truecharts/apps/compare/syncthing-8.0.2...syncthing-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/tautulli/CHANGELOG.md b/charts/stable/tautulli/CHANGELOG.md
index 27f87e0fd7c..d113b47e49a 100644
--- a/charts/stable/tautulli/CHANGELOG.md
+++ b/charts/stable/tautulli/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [tautulli-8.0.3](https://github.com/truecharts/apps/compare/tautulli-8.0.2...tautulli-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [tautulli-8.0.1](https://github.com/truecharts/apps/compare/tautulli-8.0.0...tautulli-8.0.1) (2021-09-26)
diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md
index 14823860940..bc0ccfa58dd 100644
--- a/charts/stable/tautulli/README.md
+++ b/charts/stable/tautulli/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/tautulli/SCALE/CHANGELOG.md b/charts/stable/tautulli/SCALE/CHANGELOG.md
index b1814bbfbbb..958199c3d95 100644
--- a/charts/stable/tautulli/SCALE/CHANGELOG.md
+++ b/charts/stable/tautulli/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [tautulli-8.0.1](https://github.com/truecharts/apps/compare/tautulli-8.0.0...tautulli-8.0.1) (2021-09-26)
+
+### [tautulli-8.0.3](https://github.com/truecharts/apps/compare/tautulli-8.0.2...tautulli-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/teamspeak3/CHANGELOG.md b/charts/stable/teamspeak3/CHANGELOG.md
index 08dc1d72d08..df1bb3bfdaa 100644
--- a/charts/stable/teamspeak3/CHANGELOG.md
+++ b/charts/stable/teamspeak3/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [teamspeak3-1.0.4](https://github.com/truecharts/apps/compare/teamspeak3-1.0.3...teamspeak3-1.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [teamspeak3-1.0.2](https://github.com/truecharts/apps/compare/teamspeak3-1.0.0...teamspeak3-1.0.2) (2021-09-26)
diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md
index 2b9325bd826..0ae38ac0b1e 100644
--- a/charts/stable/teamspeak3/README.md
+++ b/charts/stable/teamspeak3/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/teamspeak3/SCALE/CHANGELOG.md b/charts/stable/teamspeak3/SCALE/CHANGELOG.md
index 9f3ce5e8214..9b93d14d149 100644
--- a/charts/stable/teamspeak3/SCALE/CHANGELOG.md
+++ b/charts/stable/teamspeak3/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [teamspeak3-1.0.2](https://github.com/truecharts/apps/compare/teamspeak3-1.0.0...teamspeak3-1.0.2) (2021-09-26)
+
+### [teamspeak3-1.0.4](https://github.com/truecharts/apps/compare/teamspeak3-1.0.3...teamspeak3-1.0.4) (2021-09-29)
#### Chore
-* update non-major deps helm releases ([#1040](https://github.com/truecharts/apps/issues/1040))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/teamspeak3/helm-values.md b/charts/stable/teamspeak3/helm-values.md
index 928516f5270..ece7ba3a864 100644
--- a/charts/stable/teamspeak3/helm-values.md
+++ b/charts/stable/teamspeak3/helm-values.md
@@ -20,7 +20,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/var/ts3server/"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| persistence.varrun.enabled | bool | `false` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
diff --git a/charts/stable/thelounge/CHANGELOG.md b/charts/stable/thelounge/CHANGELOG.md
index 1a6dc8c7218..8a5cbc8d43f 100644
--- a/charts/stable/thelounge/CHANGELOG.md
+++ b/charts/stable/thelounge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [thelounge-3.0.3](https://github.com/truecharts/apps/compare/thelounge-3.0.2...thelounge-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [thelounge-3.0.1](https://github.com/truecharts/apps/compare/thelounge-3.0.0...thelounge-3.0.1) (2021-09-26)
diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md
index b065cf33e5a..efb0dbd69cc 100644
--- a/charts/stable/thelounge/README.md
+++ b/charts/stable/thelounge/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/thelounge/SCALE/CHANGELOG.md b/charts/stable/thelounge/SCALE/CHANGELOG.md
index 108042f7b3e..3aab8e7dd49 100644
--- a/charts/stable/thelounge/SCALE/CHANGELOG.md
+++ b/charts/stable/thelounge/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [thelounge-3.0.1](https://github.com/truecharts/apps/compare/thelounge-3.0.0...thelounge-3.0.1) (2021-09-26)
+
+### [thelounge-3.0.3](https://github.com/truecharts/apps/compare/thelounge-3.0.2...thelounge-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/traefik/CHANGELOG.md b/charts/stable/traefik/CHANGELOG.md
index c756e553c92..62a5a953f8c 100644
--- a/charts/stable/traefik/CHANGELOG.md
+++ b/charts/stable/traefik/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [traefik-9.0.3](https://github.com/truecharts/apps/compare/traefik-9.0.2...traefik-9.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [traefik-9.0.1](https://github.com/truecharts/apps/compare/traefik-9.0.0...traefik-9.0.1) (2021-09-26)
diff --git a/charts/stable/traefik/README.md b/charts/stable/traefik/README.md
index eb2438eee93..24c4b6d6849 100644
--- a/charts/stable/traefik/README.md
+++ b/charts/stable/traefik/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/traefik/SCALE/CHANGELOG.md b/charts/stable/traefik/SCALE/CHANGELOG.md
index 981b0d8eede..80c5a4dcd7d 100644
--- a/charts/stable/traefik/SCALE/CHANGELOG.md
+++ b/charts/stable/traefik/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [traefik-9.0.1](https://github.com/truecharts/apps/compare/traefik-9.0.0...traefik-9.0.1) (2021-09-26)
+
+### [traefik-9.0.3](https://github.com/truecharts/apps/compare/traefik-9.0.2...traefik-9.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/transmission/CHANGELOG.md b/charts/stable/transmission/CHANGELOG.md
index 77c2dd8edc3..8db897fde90 100644
--- a/charts/stable/transmission/CHANGELOG.md
+++ b/charts/stable/transmission/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [transmission-8.0.3](https://github.com/truecharts/apps/compare/transmission-8.0.2...transmission-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [transmission-8.0.1](https://github.com/truecharts/apps/compare/transmission-8.0.0...transmission-8.0.1) (2021-09-26)
diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md
index e0eff94dc10..006f40b18c9 100644
--- a/charts/stable/transmission/README.md
+++ b/charts/stable/transmission/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/transmission/SCALE/CHANGELOG.md b/charts/stable/transmission/SCALE/CHANGELOG.md
index 0add77c61cc..d6801291928 100644
--- a/charts/stable/transmission/SCALE/CHANGELOG.md
+++ b/charts/stable/transmission/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [transmission-8.0.1](https://github.com/truecharts/apps/compare/transmission-8.0.0...transmission-8.0.1) (2021-09-26)
+
+### [transmission-8.0.3](https://github.com/truecharts/apps/compare/transmission-8.0.2...transmission-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/truecommand/CHANGELOG.md b/charts/stable/truecommand/CHANGELOG.md
index 32a458cf0a1..3097af73ac8 100644
--- a/charts/stable/truecommand/CHANGELOG.md
+++ b/charts/stable/truecommand/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [truecommand-8.0.3](https://github.com/truecharts/apps/compare/truecommand-8.0.2...truecommand-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [truecommand-8.0.1](https://github.com/truecharts/apps/compare/truecommand-8.0.0...truecommand-8.0.1) (2021-09-26)
diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md
index e65fd90cbff..2a3c4e6cc38 100644
--- a/charts/stable/truecommand/README.md
+++ b/charts/stable/truecommand/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/truecommand/SCALE/CHANGELOG.md b/charts/stable/truecommand/SCALE/CHANGELOG.md
index e4f9b2ab3e3..24b079a75d3 100644
--- a/charts/stable/truecommand/SCALE/CHANGELOG.md
+++ b/charts/stable/truecommand/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [truecommand-8.0.1](https://github.com/truecharts/apps/compare/truecommand-8.0.0...truecommand-8.0.1) (2021-09-26)
+
+### [truecommand-8.0.3](https://github.com/truecharts/apps/compare/truecommand-8.0.2...truecommand-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/tvheadend/CHANGELOG.md b/charts/stable/tvheadend/CHANGELOG.md
index e53267268f2..5a429be850c 100644
--- a/charts/stable/tvheadend/CHANGELOG.md
+++ b/charts/stable/tvheadend/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [tvheadend-9.0.3](https://github.com/truecharts/apps/compare/tvheadend-9.0.2...tvheadend-9.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [tvheadend-9.0.1](https://github.com/truecharts/apps/compare/tvheadend-9.0.0...tvheadend-9.0.1) (2021-09-26)
diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md
index eaf597a2800..b7734b6bce5 100644
--- a/charts/stable/tvheadend/README.md
+++ b/charts/stable/tvheadend/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/tvheadend/SCALE/CHANGELOG.md b/charts/stable/tvheadend/SCALE/CHANGELOG.md
index 7ae010e4ab7..6aa60659433 100644
--- a/charts/stable/tvheadend/SCALE/CHANGELOG.md
+++ b/charts/stable/tvheadend/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [tvheadend-9.0.1](https://github.com/truecharts/apps/compare/tvheadend-9.0.0...tvheadend-9.0.1) (2021-09-26)
+
+### [tvheadend-9.0.3](https://github.com/truecharts/apps/compare/tvheadend-9.0.2...tvheadend-9.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/tvheadend/helm-values.md b/charts/stable/tvheadend/helm-values.md
index ea275845f07..a7b4cf8fafa 100644
--- a/charts/stable/tvheadend/helm-values.md
+++ b/charts/stable/tvheadend/helm-values.md
@@ -20,6 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/charts/stable/unifi/CHANGELOG.md b/charts/stable/unifi/CHANGELOG.md
index 125ab2e8d46..41d8036103c 100644
--- a/charts/stable/unifi/CHANGELOG.md
+++ b/charts/stable/unifi/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [unifi-8.0.4](https://github.com/truecharts/apps/compare/unifi-8.0.3...unifi-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [unifi-8.0.2](https://github.com/truecharts/apps/compare/unifi-8.0.1...unifi-8.0.2) (2021-09-28)
diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md
index df9f51cd7fc..6adb4f02111 100644
--- a/charts/stable/unifi/README.md
+++ b/charts/stable/unifi/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/unifi/SCALE/CHANGELOG.md b/charts/stable/unifi/SCALE/CHANGELOG.md
index 3fd29b89cd9..778c8c86ab6 100644
--- a/charts/stable/unifi/SCALE/CHANGELOG.md
+++ b/charts/stable/unifi/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [unifi-8.0.2](https://github.com/truecharts/apps/compare/unifi-8.0.1...unifi-8.0.2) (2021-09-28)
+
+### [unifi-8.0.4](https://github.com/truecharts/apps/compare/unifi-8.0.3...unifi-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/unpackerr/CHANGELOG.md b/charts/stable/unpackerr/CHANGELOG.md
index 84a7f21bc10..a3eaac321b5 100644
--- a/charts/stable/unpackerr/CHANGELOG.md
+++ b/charts/stable/unpackerr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [unpackerr-3.0.3](https://github.com/truecharts/apps/compare/unpackerr-3.0.2...unpackerr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [unpackerr-3.0.1](https://github.com/truecharts/apps/compare/unpackerr-3.0.0...unpackerr-3.0.1) (2021-09-26)
diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md
index cb88a43dde5..cf9fea249c6 100644
--- a/charts/stable/unpackerr/README.md
+++ b/charts/stable/unpackerr/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/unpackerr/SCALE/CHANGELOG.md b/charts/stable/unpackerr/SCALE/CHANGELOG.md
index cc20a4a49f8..7a4862ad81d 100644
--- a/charts/stable/unpackerr/SCALE/CHANGELOG.md
+++ b/charts/stable/unpackerr/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [unpackerr-3.0.1](https://github.com/truecharts/apps/compare/unpackerr-3.0.0...unpackerr-3.0.1) (2021-09-26)
+
+### [unpackerr-3.0.3](https://github.com/truecharts/apps/compare/unpackerr-3.0.2...unpackerr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md
index b51696e4219..49dd07fba0b 100644
--- a/charts/stable/vaultwarden/CHANGELOG.md
+++ b/charts/stable/vaultwarden/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [vaultwarden-9.0.9](https://github.com/truecharts/apps/compare/vaultwarden-9.0.8...vaultwarden-9.0.9) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [vaultwarden-9.0.7](https://github.com/truecharts/apps/compare/vaultwarden-9.0.6...vaultwarden-9.0.7) (2021-09-29)
diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md
index 411754810b1..2fec9bb6911 100644
--- a/charts/stable/vaultwarden/README.md
+++ b/charts/stable/vaultwarden/README.md
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/vaultwarden/SCALE/CHANGELOG.md b/charts/stable/vaultwarden/SCALE/CHANGELOG.md
index 406185e6891..bc5f081aa77 100644
--- a/charts/stable/vaultwarden/SCALE/CHANGELOG.md
+++ b/charts/stable/vaultwarden/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [vaultwarden-9.0.7](https://github.com/truecharts/apps/compare/vaultwarden-9.0.6...vaultwarden-9.0.7) (2021-09-29)
+
+### [vaultwarden-9.0.9](https://github.com/truecharts/apps/compare/vaultwarden-9.0.8...vaultwarden-9.0.9) (2021-09-29)
#### Chore
-* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/xteve/CHANGELOG.md b/charts/stable/xteve/CHANGELOG.md
index 3d858f8f80e..91a24d57bf7 100644
--- a/charts/stable/xteve/CHANGELOG.md
+++ b/charts/stable/xteve/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [xteve-3.0.3](https://github.com/truecharts/apps/compare/xteve-3.0.2...xteve-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [xteve-3.0.1](https://github.com/truecharts/apps/compare/xteve-3.0.0...xteve-3.0.1) (2021-09-26)
diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md
index 0299fb120d9..719fd7320b5 100644
--- a/charts/stable/xteve/README.md
+++ b/charts/stable/xteve/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/xteve/SCALE/CHANGELOG.md b/charts/stable/xteve/SCALE/CHANGELOG.md
index 27f12d4be51..24beb0e73c3 100644
--- a/charts/stable/xteve/SCALE/CHANGELOG.md
+++ b/charts/stable/xteve/SCALE/CHANGELOG.md
@@ -1,3 +1,7 @@
-
-### [xteve-3.0.1](https://github.com/truecharts/apps/compare/xteve-3.0.0...xteve-3.0.1) (2021-09-26)
+
+### [xteve-3.0.3](https://github.com/truecharts/apps/compare/xteve-3.0.2...xteve-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/charts/stable/zwavejs2mqtt/CHANGELOG.md b/charts/stable/zwavejs2mqtt/CHANGELOG.md
index 4581b7f0c62..a2c260e030d 100644
--- a/charts/stable/zwavejs2mqtt/CHANGELOG.md
+++ b/charts/stable/zwavejs2mqtt/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [zwavejs2mqtt-8.0.4](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.3...zwavejs2mqtt-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [zwavejs2mqtt-8.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.1...zwavejs2mqtt-8.0.2) (2021-09-28)
diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md
index 3807f1eeba6..8618b015ae3 100644
--- a/charts/stable/zwavejs2mqtt/README.md
+++ b/charts/stable/zwavejs2mqtt/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md b/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md
index f76da7c1590..2489e925298 100644
--- a/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md
+++ b/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md
@@ -1,7 +1,7 @@
-
-### [zwavejs2mqtt-8.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.1...zwavejs2mqtt-8.0.2) (2021-09-28)
+
+### [zwavejs2mqtt-8.0.4](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.3...zwavejs2mqtt-8.0.4) (2021-09-29)
#### Chore
-* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
diff --git a/docs/apps/incubator/sogo/CHANGELOG.md b/docs/apps/incubator/sogo/CHANGELOG.md
index 76a72023690..50759b6aab7 100644
--- a/docs/apps/incubator/sogo/CHANGELOG.md
+++ b/docs/apps/incubator/sogo/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sogo-4.0.10](https://github.com/truecharts/apps/compare/sogo-4.0.9...sogo-4.0.10) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [sogo-4.0.8](https://github.com/truecharts/apps/compare/sogo-4.0.7...sogo-4.0.8) (2021-09-29)
diff --git a/docs/apps/incubator/sogo/helm-values.md b/docs/apps/incubator/sogo/helm-values.md
index 3cc3101117a..af6df95afa8 100644
--- a/docs/apps/incubator/sogo/helm-values.md
+++ b/docs/apps/incubator/sogo/helm-values.md
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| initContainers | object | `{"init-postgresdb":{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","imagePullPolicy":"IfNotPresent"}}` | initcontainers |
| initContainers.init-postgresdb | object | `{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","imagePullPolicy":"IfNotPresent"}` | wait for database before starting sogo |
| memcached | object | `{"enabled":true}` | memcached dependency settings |
-| persistence | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/data/conf/sogo/","size":"100Gi","type":"pvc"},"drafts":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/spool/sogo","size":"100Gi","type":"pvc"},"mimetmp":{"enabled":true,"mountPath":"/mimetmp","type":"emptyDir"},"varrun":{"enabled":false}}` | persistence settings |
+| persistence | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/data/conf/sogo/","size":"100Gi","type":"pvc"},"drafts":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/spool/sogo","size":"100Gi","type":"pvc"},"mimetmp":{"enabled":true,"mountPath":"/mimetmp","type":"emptyDir"}}` | persistence settings |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
diff --git a/docs/apps/incubator/sogo/index.md b/docs/apps/incubator/sogo/index.md
index 2e21ef489c6..a4b454c5435 100644
--- a/docs/apps/incubator/sogo/index.md
+++ b/docs/apps/incubator/sogo/index.md
@@ -17,9 +17,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://charts.bitnami.com/bitnami | memcached | 5.15.2 |
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://charts.bitnami.com/bitnami | memcached | 5.15.3 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/airsonic/CHANGELOG.md b/docs/apps/stable/airsonic/CHANGELOG.md
index 67ffb5a132f..bb25b89e9e8 100644
--- a/docs/apps/stable/airsonic/CHANGELOG.md
+++ b/docs/apps/stable/airsonic/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [airsonic-3.0.4](https://github.com/truecharts/apps/compare/airsonic-3.0.3...airsonic-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/airsonic/index.md b/docs/apps/stable/airsonic/index.md
index d01e6d331f0..6f32c66a61e 100644
--- a/docs/apps/stable/airsonic/index.md
+++ b/docs/apps/stable/airsonic/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/appdaemon/CHANGELOG.md b/docs/apps/stable/appdaemon/CHANGELOG.md
index 1eeab2fb9ea..89dd5c4505a 100644
--- a/docs/apps/stable/appdaemon/CHANGELOG.md
+++ b/docs/apps/stable/appdaemon/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [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))
+
+
+
### [appdaemon-5.0.1](https://github.com/truecharts/apps/compare/appdaemon-5.0.0...appdaemon-5.0.1) (2021-09-26)
diff --git a/docs/apps/stable/appdaemon/helm-values.md b/docs/apps/stable/appdaemon/helm-values.md
index 7a3393059fb..feca32e787e 100644
--- a/docs/apps/stable/appdaemon/helm-values.md
+++ b/docs/apps/stable/appdaemon/helm-values.md
@@ -24,6 +24,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.conf.mountPath | string | `"/conf"` | |
| persistence.conf.size | string | `"100Gi"` | |
| persistence.conf.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/docs/apps/stable/appdaemon/index.md b/docs/apps/stable/appdaemon/index.md
index 57839569b0f..852764448f5 100644
--- a/docs/apps/stable/appdaemon/index.md
+++ b/docs/apps/stable/appdaemon/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/authelia/CHANGELOG.md b/docs/apps/stable/authelia/CHANGELOG.md
index d9c9e81e621..c0997621a5d 100644
--- a/docs/apps/stable/authelia/CHANGELOG.md
+++ b/docs/apps/stable/authelia/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [authelia-4.0.10](https://github.com/truecharts/apps/compare/authelia-4.0.9...authelia-4.0.10) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [authelia-4.0.8](https://github.com/truecharts/apps/compare/authelia-4.0.7...authelia-4.0.8) (2021-09-29)
diff --git a/docs/apps/stable/authelia/index.md b/docs/apps/stable/authelia/index.md
index 51ec43c3675..da9ff9b4ceb 100644
--- a/docs/apps/stable/authelia/index.md
+++ b/docs/apps/stable/authelia/index.md
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.0 |
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/bazarr/CHANGELOG.md b/docs/apps/stable/bazarr/CHANGELOG.md
index 1c24d08ec37..8a5c7404a7a 100644
--- a/docs/apps/stable/bazarr/CHANGELOG.md
+++ b/docs/apps/stable/bazarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [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))
+
+
+
### [bazarr-8.0.1](https://github.com/truecharts/apps/compare/bazarr-8.0.0...bazarr-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/bazarr/index.md b/docs/apps/stable/bazarr/index.md
index b4b467a3959..2094f049c06 100644
--- a/docs/apps/stable/bazarr/index.md
+++ b/docs/apps/stable/bazarr/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/booksonic-air/CHANGELOG.md b/docs/apps/stable/booksonic-air/CHANGELOG.md
index 68b143042d4..8c005f96b3a 100644
--- a/docs/apps/stable/booksonic-air/CHANGELOG.md
+++ b/docs/apps/stable/booksonic-air/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [booksonic-air-3.0.4](https://github.com/truecharts/apps/compare/booksonic-air-3.0.3...booksonic-air-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [booksonic-air-3.0.2](https://github.com/truecharts/apps/compare/booksonic-air-3.0.1...booksonic-air-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/booksonic-air/index.md b/docs/apps/stable/booksonic-air/index.md
index cc08b6fd7e0..a9dca95fb76 100644
--- a/docs/apps/stable/booksonic-air/index.md
+++ b/docs/apps/stable/booksonic-air/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/calibre-web/CHANGELOG.md b/docs/apps/stable/calibre-web/CHANGELOG.md
index 626efbf3ba6..bc3d183ebfe 100644
--- a/docs/apps/stable/calibre-web/CHANGELOG.md
+++ b/docs/apps/stable/calibre-web/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [calibre-web-8.0.3](https://github.com/truecharts/apps/compare/calibre-web-8.0.2...calibre-web-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [calibre-web-8.0.1](https://github.com/truecharts/apps/compare/calibre-web-8.0.0...calibre-web-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/calibre-web/index.md b/docs/apps/stable/calibre-web/index.md
index f9eb4f6c03a..895c083476e 100644
--- a/docs/apps/stable/calibre-web/index.md
+++ b/docs/apps/stable/calibre-web/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/calibre/CHANGELOG.md b/docs/apps/stable/calibre/CHANGELOG.md
index e0f36b4944b..170e17582d2 100644
--- a/docs/apps/stable/calibre/CHANGELOG.md
+++ b/docs/apps/stable/calibre/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [calibre-3.0.3](https://github.com/truecharts/apps/compare/calibre-web-8.0.2...calibre-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [calibre-3.0.1](https://github.com/truecharts/apps/compare/calibre-3.0.0...calibre-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/calibre/index.md b/docs/apps/stable/calibre/index.md
index f3f652bbb61..2f910900c87 100644
--- a/docs/apps/stable/calibre/index.md
+++ b/docs/apps/stable/calibre/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/collabora-online/CHANGELOG.md b/docs/apps/stable/collabora-online/CHANGELOG.md
index 3b8389001e3..ba9099f684b 100644
--- a/docs/apps/stable/collabora-online/CHANGELOG.md
+++ b/docs/apps/stable/collabora-online/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [collabora-online-8.0.3](https://github.com/truecharts/apps/compare/collabora-online-8.0.2...collabora-online-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [collabora-online-8.0.1](https://github.com/truecharts/apps/compare/collabora-online-8.0.0...collabora-online-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/collabora-online/index.md b/docs/apps/stable/collabora-online/index.md
index b41870b790e..1c85f25ac7c 100644
--- a/docs/apps/stable/collabora-online/index.md
+++ b/docs/apps/stable/collabora-online/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/custom-app/CHANGELOG.md b/docs/apps/stable/custom-app/CHANGELOG.md
index 6122256a844..2e1eb5c6516 100644
--- a/docs/apps/stable/custom-app/CHANGELOG.md
+++ b/docs/apps/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [custom-app-2.0.5](https://github.com/truecharts/apps/compare/custom-app-2.0.4...custom-app-2.0.5) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [custom-app-2.0.3](https://github.com/truecharts/apps/compare/custom-app-2.0.2...custom-app-2.0.3) (2021-09-28)
diff --git a/docs/apps/stable/custom-app/index.md b/docs/apps/stable/custom-app/index.md
index 08e99825955..c9fe5214ac0 100644
--- a/docs/apps/stable/custom-app/index.md
+++ b/docs/apps/stable/custom-app/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/deconz/CHANGELOG.md b/docs/apps/stable/deconz/CHANGELOG.md
index f97e87ea4f9..c3700ab3a72 100644
--- a/docs/apps/stable/deconz/CHANGELOG.md
+++ b/docs/apps/stable/deconz/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deconz-3.0.3](https://github.com/truecharts/apps/compare/deconz-3.0.2...deconz-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [deconz-3.0.1](https://github.com/truecharts/apps/compare/deconz-3.0.0...deconz-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/deconz/index.md b/docs/apps/stable/deconz/index.md
index 6d9fc5cde5b..6eddab3b6ba 100644
--- a/docs/apps/stable/deconz/index.md
+++ b/docs/apps/stable/deconz/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/deepstack-cpu/CHANGELOG.md b/docs/apps/stable/deepstack-cpu/CHANGELOG.md
index 97e844ef572..f905b07fdef 100644
--- a/docs/apps/stable/deepstack-cpu/CHANGELOG.md
+++ b/docs/apps/stable/deepstack-cpu/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deepstack-cpu-6.0.3](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.2...deepstack-cpu-6.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [deepstack-cpu-6.0.1](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.0...deepstack-cpu-6.0.1) (2021-09-26)
diff --git a/docs/apps/stable/deepstack-cpu/index.md b/docs/apps/stable/deepstack-cpu/index.md
index 7cb31dcfbed..30e3563d45c 100644
--- a/docs/apps/stable/deepstack-cpu/index.md
+++ b/docs/apps/stable/deepstack-cpu/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/deluge/CHANGELOG.md b/docs/apps/stable/deluge/CHANGELOG.md
index 5c0ca956c50..c7f8295afef 100644
--- a/docs/apps/stable/deluge/CHANGELOG.md
+++ b/docs/apps/stable/deluge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deluge-8.0.4](https://github.com/truecharts/apps/compare/deluge-8.0.3...deluge-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [deluge-8.0.2](https://github.com/truecharts/apps/compare/deluge-8.0.1...deluge-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/deluge/helm-values.md b/docs/apps/stable/deluge/helm-values.md
index 48044778c65..64da814294a 100644
--- a/docs/apps/stable/deluge/helm-values.md
+++ b/docs/apps/stable/deluge/helm-values.md
@@ -19,6 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/docs/apps/stable/deluge/index.md b/docs/apps/stable/deluge/index.md
index 8157c4a88a0..fb03fb8edbd 100644
--- a/docs/apps/stable/deluge/index.md
+++ b/docs/apps/stable/deluge/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/dizquetv/CHANGELOG.md b/docs/apps/stable/dizquetv/CHANGELOG.md
index b3048a55f7c..3b182790f22 100644
--- a/docs/apps/stable/dizquetv/CHANGELOG.md
+++ b/docs/apps/stable/dizquetv/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [dizquetv-3.0.4](https://github.com/truecharts/apps/compare/dizquetv-3.0.3...dizquetv-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [dizquetv-3.0.2](https://github.com/truecharts/apps/compare/dizquetv-3.0.1...dizquetv-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/dizquetv/index.md b/docs/apps/stable/dizquetv/index.md
index c3d26d41fcc..f9509fc5246 100644
--- a/docs/apps/stable/dizquetv/index.md
+++ b/docs/apps/stable/dizquetv/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/duplicati/CHANGELOG.md b/docs/apps/stable/duplicati/CHANGELOG.md
index bd376c2f723..9be8b80f5fe 100644
--- a/docs/apps/stable/duplicati/CHANGELOG.md
+++ b/docs/apps/stable/duplicati/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [duplicati-3.0.4](https://github.com/truecharts/apps/compare/duplicati-3.0.3...duplicati-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [duplicati-3.0.2](https://github.com/truecharts/apps/compare/duplicati-3.0.1...duplicati-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/duplicati/index.md b/docs/apps/stable/duplicati/index.md
index 19c6e578c7a..853c60f1658 100644
--- a/docs/apps/stable/duplicati/index.md
+++ b/docs/apps/stable/duplicati/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/emby/CHANGELOG.md b/docs/apps/stable/emby/CHANGELOG.md
index 57807068c5d..6abb871fdac 100644
--- a/docs/apps/stable/emby/CHANGELOG.md
+++ b/docs/apps/stable/emby/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [emby-8.0.3](https://github.com/truecharts/apps/compare/emby-8.0.2...emby-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [emby-8.0.1](https://github.com/truecharts/apps/compare/emby-8.0.0...emby-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/emby/index.md b/docs/apps/stable/emby/index.md
index a6cf286548c..e748a0df34b 100644
--- a/docs/apps/stable/emby/index.md
+++ b/docs/apps/stable/emby/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/esphome/CHANGELOG.md b/docs/apps/stable/esphome/CHANGELOG.md
index 3f6e90138cc..9ab83507d13 100644
--- a/docs/apps/stable/esphome/CHANGELOG.md
+++ b/docs/apps/stable/esphome/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [esphome-8.0.4](https://github.com/truecharts/apps/compare/esphome-8.0.3...esphome-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [esphome-8.0.2](https://github.com/truecharts/apps/compare/esphome-8.0.1...esphome-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/esphome/index.md b/docs/apps/stable/esphome/index.md
index 24eaaddb645..cc6ff83f48a 100644
--- a/docs/apps/stable/esphome/index.md
+++ b/docs/apps/stable/esphome/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/external-service/CHANGELOG.md b/docs/apps/stable/external-service/CHANGELOG.md
index 3c0772862e8..0329dcdaa4f 100644
--- a/docs/apps/stable/external-service/CHANGELOG.md
+++ b/docs/apps/stable/external-service/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [external-service-3.0.3](https://github.com/truecharts/apps/compare/external-service-3.0.2...external-service-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [external-service-3.0.1](https://github.com/truecharts/apps/compare/external-service-3.0.0...external-service-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/external-service/index.md b/docs/apps/stable/external-service/index.md
index ffff727f43c..6d6eab5afa1 100644
--- a/docs/apps/stable/external-service/index.md
+++ b/docs/apps/stable/external-service/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/fireflyiii/CHANGELOG.md b/docs/apps/stable/fireflyiii/CHANGELOG.md
index cdf0c8cd3a7..6bd2fba31a7 100644
--- a/docs/apps/stable/fireflyiii/CHANGELOG.md
+++ b/docs/apps/stable/fireflyiii/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [fireflyiii-9.0.9](https://github.com/truecharts/apps/compare/fireflyiii-9.0.8...fireflyiii-9.0.9) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [fireflyiii-9.0.7](https://github.com/truecharts/apps/compare/fireflyiii-9.0.6...fireflyiii-9.0.7) (2021-09-29)
diff --git a/docs/apps/stable/fireflyiii/index.md b/docs/apps/stable/fireflyiii/index.md
index 38c00e43020..031926a65d8 100644
--- a/docs/apps/stable/fireflyiii/index.md
+++ b/docs/apps/stable/fireflyiii/index.md
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/flaresolverr/CHANGELOG.md b/docs/apps/stable/flaresolverr/CHANGELOG.md
index 0b785d0048b..2c15c2b9d13 100644
--- a/docs/apps/stable/flaresolverr/CHANGELOG.md
+++ b/docs/apps/stable/flaresolverr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [flaresolverr-3.0.3](https://github.com/truecharts/apps/compare/flaresolverr-3.0.2...flaresolverr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [flaresolverr-3.0.1](https://github.com/truecharts/apps/compare/flaresolverr-3.0.0...flaresolverr-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/flaresolverr/index.md b/docs/apps/stable/flaresolverr/index.md
index b142b2f5c63..a8248806b0f 100644
--- a/docs/apps/stable/flaresolverr/index.md
+++ b/docs/apps/stable/flaresolverr/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/flood/CHANGELOG.md b/docs/apps/stable/flood/CHANGELOG.md
index 4d39864852c..76b49ecd519 100644
--- a/docs/apps/stable/flood/CHANGELOG.md
+++ b/docs/apps/stable/flood/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [flood-3.0.3](https://github.com/truecharts/apps/compare/flood-3.0.2...flood-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [flood-3.0.1](https://github.com/truecharts/apps/compare/flood-3.0.0...flood-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/flood/index.md b/docs/apps/stable/flood/index.md
index 9257552c5b9..1ba90e57c17 100644
--- a/docs/apps/stable/flood/index.md
+++ b/docs/apps/stable/flood/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/focalboard/CHANGELOG.md b/docs/apps/stable/focalboard/CHANGELOG.md
index 093647042ae..98834cd6ed3 100644
--- a/docs/apps/stable/focalboard/CHANGELOG.md
+++ b/docs/apps/stable/focalboard/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [focalboard-3.0.3](https://github.com/truecharts/apps/compare/focalboard-3.0.2...focalboard-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [focalboard-3.0.1](https://github.com/truecharts/apps/compare/focalboard-3.0.0...focalboard-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/focalboard/index.md b/docs/apps/stable/focalboard/index.md
index ce12e4e687f..029d1e7bfb5 100644
--- a/docs/apps/stable/focalboard/index.md
+++ b/docs/apps/stable/focalboard/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/freeradius/CHANGELOG.md b/docs/apps/stable/freeradius/CHANGELOG.md
index 4cb0abc44da..3cfb31b372f 100644
--- a/docs/apps/stable/freeradius/CHANGELOG.md
+++ b/docs/apps/stable/freeradius/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [freeradius-3.0.3](https://github.com/truecharts/apps/compare/freeradius-3.0.2...freeradius-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [freeradius-3.0.1](https://github.com/truecharts/apps/compare/freeradius-3.0.0...freeradius-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/freeradius/index.md b/docs/apps/stable/freeradius/index.md
index f784891a54c..209b6a9281e 100644
--- a/docs/apps/stable/freeradius/index.md
+++ b/docs/apps/stable/freeradius/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/freshrss/CHANGELOG.md b/docs/apps/stable/freshrss/CHANGELOG.md
index 5012bdf3c05..c98c8c232bd 100644
--- a/docs/apps/stable/freshrss/CHANGELOG.md
+++ b/docs/apps/stable/freshrss/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [freshrss-8.0.4](https://github.com/truecharts/apps/compare/freshrss-8.0.3...freshrss-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [freshrss-8.0.2](https://github.com/truecharts/apps/compare/freshrss-8.0.1...freshrss-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/freshrss/index.md b/docs/apps/stable/freshrss/index.md
index c796c8b0ffa..b55a86dd36d 100644
--- a/docs/apps/stable/freshrss/index.md
+++ b/docs/apps/stable/freshrss/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/gaps/CHANGELOG.md b/docs/apps/stable/gaps/CHANGELOG.md
index 44a8572fdba..b03e96d7325 100644
--- a/docs/apps/stable/gaps/CHANGELOG.md
+++ b/docs/apps/stable/gaps/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [gaps-8.0.3](https://github.com/truecharts/apps/compare/gaps-8.0.2...gaps-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [gaps-8.0.1](https://github.com/truecharts/apps/compare/gaps-8.0.0...gaps-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/gaps/index.md b/docs/apps/stable/gaps/index.md
index 8a096a510fc..d7bf8e9ca4d 100644
--- a/docs/apps/stable/gaps/index.md
+++ b/docs/apps/stable/gaps/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/gonic/CHANGELOG.md b/docs/apps/stable/gonic/CHANGELOG.md
index 94c72a11ef0..6e6663dd205 100644
--- a/docs/apps/stable/gonic/CHANGELOG.md
+++ b/docs/apps/stable/gonic/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [gonic-3.0.3](https://github.com/truecharts/apps/compare/gonic-3.0.2...gonic-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [gonic-3.0.1](https://github.com/truecharts/apps/compare/gonic-3.0.0...gonic-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/gonic/index.md b/docs/apps/stable/gonic/index.md
index 75c53acdfb2..220e726bddb 100644
--- a/docs/apps/stable/gonic/index.md
+++ b/docs/apps/stable/gonic/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/grocy/CHANGELOG.md b/docs/apps/stable/grocy/CHANGELOG.md
index 36b005cd8e3..a306a4aa1f6 100644
--- a/docs/apps/stable/grocy/CHANGELOG.md
+++ b/docs/apps/stable/grocy/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [grocy-8.0.4](https://github.com/truecharts/apps/compare/grocy-8.0.3...grocy-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [grocy-8.0.2](https://github.com/truecharts/apps/compare/grocy-8.0.1...grocy-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/grocy/index.md b/docs/apps/stable/grocy/index.md
index b9f8d022fbf..2b146695eaf 100644
--- a/docs/apps/stable/grocy/index.md
+++ b/docs/apps/stable/grocy/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/handbrake/CHANGELOG.md b/docs/apps/stable/handbrake/CHANGELOG.md
index e8ee0a9857d..26a3389ab3f 100644
--- a/docs/apps/stable/handbrake/CHANGELOG.md
+++ b/docs/apps/stable/handbrake/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [handbrake-8.0.3](https://github.com/truecharts/apps/compare/handbrake-8.0.2...handbrake-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [handbrake-8.0.1](https://github.com/truecharts/apps/compare/handbrake-8.0.0...handbrake-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/handbrake/index.md b/docs/apps/stable/handbrake/index.md
index c71e6404019..1957b6ff1d8 100644
--- a/docs/apps/stable/handbrake/index.md
+++ b/docs/apps/stable/handbrake/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/haste-server/CHANGELOG.md b/docs/apps/stable/haste-server/CHANGELOG.md
index e82571274e5..ee882315d0c 100644
--- a/docs/apps/stable/haste-server/CHANGELOG.md
+++ b/docs/apps/stable/haste-server/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [haste-server-3.0.3](https://github.com/truecharts/apps/compare/haste-server-3.0.2...haste-server-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [haste-server-3.0.1](https://github.com/truecharts/apps/compare/haste-server-3.0.0...haste-server-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/haste-server/index.md b/docs/apps/stable/haste-server/index.md
index 7a62b510123..12c0d1350e7 100644
--- a/docs/apps/stable/haste-server/index.md
+++ b/docs/apps/stable/haste-server/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/healthchecks/CHANGELOG.md b/docs/apps/stable/healthchecks/CHANGELOG.md
index 435d944598a..8bc365fec35 100644
--- a/docs/apps/stable/healthchecks/CHANGELOG.md
+++ b/docs/apps/stable/healthchecks/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [healthchecks-3.0.3](https://github.com/truecharts/apps/compare/healthchecks-3.0.2...healthchecks-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [healthchecks-3.0.1](https://github.com/truecharts/apps/compare/healthchecks-3.0.0...healthchecks-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/healthchecks/index.md b/docs/apps/stable/healthchecks/index.md
index b18abf1cb13..d8dfb6d9170 100644
--- a/docs/apps/stable/healthchecks/index.md
+++ b/docs/apps/stable/healthchecks/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/heimdall/CHANGELOG.md b/docs/apps/stable/heimdall/CHANGELOG.md
index e5c971d5ae9..c91991790b0 100644
--- a/docs/apps/stable/heimdall/CHANGELOG.md
+++ b/docs/apps/stable/heimdall/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [heimdall-8.0.4](https://github.com/truecharts/apps/compare/heimdall-8.0.3...heimdall-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [heimdall-8.0.2](https://github.com/truecharts/apps/compare/heimdall-8.0.1...heimdall-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/heimdall/index.md b/docs/apps/stable/heimdall/index.md
index 795a772d676..0fa0f2ff323 100644
--- a/docs/apps/stable/heimdall/index.md
+++ b/docs/apps/stable/heimdall/index.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/home-assistant/CHANGELOG.md b/docs/apps/stable/home-assistant/CHANGELOG.md
index ebe9a70fd84..8ecbcd325dd 100644
--- a/docs/apps/stable/home-assistant/CHANGELOG.md
+++ b/docs/apps/stable/home-assistant/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [home-assistant-8.0.3](https://github.com/truecharts/apps/compare/home-assistant-8.0.2...home-assistant-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [home-assistant-8.0.1](https://github.com/truecharts/apps/compare/home-assistant-8.0.0...home-assistant-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/home-assistant/helm-values.md b/docs/apps/stable/home-assistant/helm-values.md
index e70eeb06aa8..ca05a0ce74f 100644
--- a/docs/apps/stable/home-assistant/helm-values.md
+++ b/docs/apps/stable/home-assistant/helm-values.md
@@ -27,6 +27,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| postgresql.enabled | bool | `false` | |
| postgresql.persistence.enabled | bool | `false` | |
| postgresql.postgresqlDatabase | string | `"home-assistant"` | |
diff --git a/docs/apps/stable/home-assistant/index.md b/docs/apps/stable/home-assistant/index.md
index 0ee787daae9..72895d52052 100644
--- a/docs/apps/stable/home-assistant/index.md
+++ b/docs/apps/stable/home-assistant/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/hyperion-ng/CHANGELOG.md b/docs/apps/stable/hyperion-ng/CHANGELOG.md
index 78e5174314d..d145a69fb98 100644
--- a/docs/apps/stable/hyperion-ng/CHANGELOG.md
+++ b/docs/apps/stable/hyperion-ng/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [hyperion-ng-3.0.3](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.2...hyperion-ng-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [hyperion-ng-3.0.1](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.0...hyperion-ng-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/hyperion-ng/index.md b/docs/apps/stable/hyperion-ng/index.md
index 2dfc909275d..0043843c973 100644
--- a/docs/apps/stable/hyperion-ng/index.md
+++ b/docs/apps/stable/hyperion-ng/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md
index 213770d7e90..fa301754e73 100644
--- a/docs/apps/stable/jackett/CHANGELOG.md
+++ b/docs/apps/stable/jackett/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jackett-8.0.5](https://github.com/truecharts/apps/compare/jackett-8.0.4...jackett-8.0.5) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [jackett-8.0.3](https://github.com/truecharts/apps/compare/jackett-8.0.2...jackett-8.0.3) (2021-09-28)
diff --git a/docs/apps/stable/jackett/index.md b/docs/apps/stable/jackett/index.md
index 35c12a82595..6608a80b3e7 100644
--- a/docs/apps/stable/jackett/index.md
+++ b/docs/apps/stable/jackett/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/jdownloader2/CHANGELOG.md b/docs/apps/stable/jdownloader2/CHANGELOG.md
index 4bcb6e2d82a..a17a4e77a37 100644
--- a/docs/apps/stable/jdownloader2/CHANGELOG.md
+++ b/docs/apps/stable/jdownloader2/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jdownloader2-3.0.3](https://github.com/truecharts/apps/compare/jdownloader2-3.0.2...jdownloader2-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [jdownloader2-3.0.1](https://github.com/truecharts/apps/compare/jdownloader2-3.0.0...jdownloader2-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/jdownloader2/index.md b/docs/apps/stable/jdownloader2/index.md
index 360b07d80c9..298341f63e4 100644
--- a/docs/apps/stable/jdownloader2/index.md
+++ b/docs/apps/stable/jdownloader2/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/jellyfin/CHANGELOG.md b/docs/apps/stable/jellyfin/CHANGELOG.md
index cfe4a339a8d..c11cb392ce8 100644
--- a/docs/apps/stable/jellyfin/CHANGELOG.md
+++ b/docs/apps/stable/jellyfin/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jellyfin-8.0.3](https://github.com/truecharts/apps/compare/jellyfin-8.0.2...jellyfin-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [jellyfin-8.0.1](https://github.com/truecharts/apps/compare/jellyfin-8.0.0...jellyfin-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/jellyfin/index.md b/docs/apps/stable/jellyfin/index.md
index 746d06e7d13..6c13a576109 100644
--- a/docs/apps/stable/jellyfin/index.md
+++ b/docs/apps/stable/jellyfin/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/k8s-gateway/CHANGELOG.md b/docs/apps/stable/k8s-gateway/CHANGELOG.md
index a6422e20715..303f29bbd52 100644
--- a/docs/apps/stable/k8s-gateway/CHANGELOG.md
+++ b/docs/apps/stable/k8s-gateway/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [k8s-gateway-3.0.3](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.2...k8s-gateway-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [k8s-gateway-3.0.1](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.0...k8s-gateway-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/k8s-gateway/index.md b/docs/apps/stable/k8s-gateway/index.md
index cca53a32b32..173fe927555 100644
--- a/docs/apps/stable/k8s-gateway/index.md
+++ b/docs/apps/stable/k8s-gateway/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/kms/CHANGELOG.md b/docs/apps/stable/kms/CHANGELOG.md
index cd7b67957c7..55b2840ea79 100644
--- a/docs/apps/stable/kms/CHANGELOG.md
+++ b/docs/apps/stable/kms/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [kms-8.0.3](https://github.com/truecharts/apps/compare/kms-8.0.2...kms-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [kms-8.0.1](https://github.com/truecharts/apps/compare/kms-8.0.0...kms-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/kms/index.md b/docs/apps/stable/kms/index.md
index 79dbc12aae7..cffdd4b6037 100644
--- a/docs/apps/stable/kms/index.md
+++ b/docs/apps/stable/kms/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/komga/CHANGELOG.md b/docs/apps/stable/komga/CHANGELOG.md
index e08d2d73806..da5961eb97b 100644
--- a/docs/apps/stable/komga/CHANGELOG.md
+++ b/docs/apps/stable/komga/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [komga-3.0.4](https://github.com/truecharts/apps/compare/komga-3.0.3...komga-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [komga-3.0.2](https://github.com/truecharts/apps/compare/komga-3.0.1...komga-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/komga/index.md b/docs/apps/stable/komga/index.md
index ef84f0265bb..a41831d80f3 100644
--- a/docs/apps/stable/komga/index.md
+++ b/docs/apps/stable/komga/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/lazylibrarian/CHANGELOG.md b/docs/apps/stable/lazylibrarian/CHANGELOG.md
index f1e497124ac..5441c1810b1 100644
--- a/docs/apps/stable/lazylibrarian/CHANGELOG.md
+++ b/docs/apps/stable/lazylibrarian/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [lazylibrarian-8.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.3...lazylibrarian-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [lazylibrarian-8.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.1...lazylibrarian-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/lazylibrarian/helm-values.md b/docs/apps/stable/lazylibrarian/helm-values.md
index ec2108e2e5d..42e43c67e5b 100644
--- a/docs/apps/stable/lazylibrarian/helm-values.md
+++ b/docs/apps/stable/lazylibrarian/helm-values.md
@@ -20,6 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/docs/apps/stable/lazylibrarian/index.md b/docs/apps/stable/lazylibrarian/index.md
index b9dbff63dcf..e9123632d56 100644
--- a/docs/apps/stable/lazylibrarian/index.md
+++ b/docs/apps/stable/lazylibrarian/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/librespeed/CHANGELOG.md b/docs/apps/stable/librespeed/CHANGELOG.md
index 0422deb4f74..244cd0c9585 100644
--- a/docs/apps/stable/librespeed/CHANGELOG.md
+++ b/docs/apps/stable/librespeed/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [librespeed-3.0.4](https://github.com/truecharts/apps/compare/librespeed-3.0.3...librespeed-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [librespeed-3.0.2](https://github.com/truecharts/apps/compare/librespeed-3.0.1...librespeed-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/librespeed/index.md b/docs/apps/stable/librespeed/index.md
index 4d8666d7ed6..1c79a6b627b 100644
--- a/docs/apps/stable/librespeed/index.md
+++ b/docs/apps/stable/librespeed/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/lidarr/CHANGELOG.md b/docs/apps/stable/lidarr/CHANGELOG.md
index 0d48a0c3e26..084fd9dae97 100644
--- a/docs/apps/stable/lidarr/CHANGELOG.md
+++ b/docs/apps/stable/lidarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [lidarr-8.0.3](https://github.com/truecharts/apps/compare/lidarr-8.0.2...lidarr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [lidarr-8.0.1](https://github.com/truecharts/apps/compare/lidarr-8.0.0...lidarr-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/lidarr/index.md b/docs/apps/stable/lidarr/index.md
index 153b53c5205..d2995bf9da3 100644
--- a/docs/apps/stable/lidarr/index.md
+++ b/docs/apps/stable/lidarr/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/littlelink/CHANGELOG.md b/docs/apps/stable/littlelink/CHANGELOG.md
index 454033276b4..8a0faf2b357 100644
--- a/docs/apps/stable/littlelink/CHANGELOG.md
+++ b/docs/apps/stable/littlelink/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [littlelink-3.0.3](https://github.com/truecharts/apps/compare/littlelink-3.0.2...littlelink-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [littlelink-3.0.1](https://github.com/truecharts/apps/compare/littlelink-3.0.0...littlelink-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/littlelink/index.md b/docs/apps/stable/littlelink/index.md
index 5a9cf9787a7..07fba4f1e01 100644
--- a/docs/apps/stable/littlelink/index.md
+++ b/docs/apps/stable/littlelink/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/lychee/CHANGELOG.md b/docs/apps/stable/lychee/CHANGELOG.md
index 720429e4817..2f6061b37b6 100644
--- a/docs/apps/stable/lychee/CHANGELOG.md
+++ b/docs/apps/stable/lychee/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [lychee-8.0.3](https://github.com/truecharts/apps/compare/lychee-8.0.2...lychee-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [lychee-8.0.1](https://github.com/truecharts/apps/compare/lychee-8.0.0...lychee-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/lychee/helm-values.md b/docs/apps/stable/lychee/helm-values.md
index e9ea7bd6f62..15cf69ed664 100644
--- a/docs/apps/stable/lychee/helm-values.md
+++ b/docs/apps/stable/lychee/helm-values.md
@@ -20,7 +20,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| persistence.varrun.enabled | bool | `false` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
diff --git a/docs/apps/stable/lychee/index.md b/docs/apps/stable/lychee/index.md
index f3d5f251e2f..56bc2001617 100644
--- a/docs/apps/stable/lychee/index.md
+++ b/docs/apps/stable/lychee/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/mealie/CHANGELOG.md b/docs/apps/stable/mealie/CHANGELOG.md
index 24f28fbe6fa..acbb533548f 100644
--- a/docs/apps/stable/mealie/CHANGELOG.md
+++ b/docs/apps/stable/mealie/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [mealie-3.0.3](https://github.com/truecharts/apps/compare/mealie-3.0.2...mealie-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [mealie-3.0.1](https://github.com/truecharts/apps/compare/mealie-3.0.0...mealie-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/mealie/index.md b/docs/apps/stable/mealie/index.md
index 51c3115bf91..5af8f177476 100644
--- a/docs/apps/stable/mealie/index.md
+++ b/docs/apps/stable/mealie/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/mosquitto/CHANGELOG.md b/docs/apps/stable/mosquitto/CHANGELOG.md
index c7a70aead8d..db098e81c2f 100644
--- a/docs/apps/stable/mosquitto/CHANGELOG.md
+++ b/docs/apps/stable/mosquitto/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [mosquitto-3.0.3](https://github.com/truecharts/apps/compare/mosquitto-3.0.2...mosquitto-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [mosquitto-3.0.1](https://github.com/truecharts/apps/compare/mosquitto-3.0.0...mosquitto-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/mosquitto/index.md b/docs/apps/stable/mosquitto/index.md
index f613aca7ed2..42d5cb123cd 100644
--- a/docs/apps/stable/mosquitto/index.md
+++ b/docs/apps/stable/mosquitto/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/mylar/CHANGELOG.md b/docs/apps/stable/mylar/CHANGELOG.md
index 76170bb0f95..5a1acc1b1c9 100644
--- a/docs/apps/stable/mylar/CHANGELOG.md
+++ b/docs/apps/stable/mylar/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [mylar-3.0.3](https://github.com/truecharts/apps/compare/mylar-3.0.2...mylar-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [mylar-3.0.1](https://github.com/truecharts/apps/compare/mylar-3.0.0...mylar-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/mylar/index.md b/docs/apps/stable/mylar/index.md
index e1f14d50a9a..54a9f2b615f 100644
--- a/docs/apps/stable/mylar/index.md
+++ b/docs/apps/stable/mylar/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/navidrome/CHANGELOG.md b/docs/apps/stable/navidrome/CHANGELOG.md
index 9667d25241e..cd00794ebde 100644
--- a/docs/apps/stable/navidrome/CHANGELOG.md
+++ b/docs/apps/stable/navidrome/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [navidrome-8.0.3](https://github.com/truecharts/apps/compare/navidrome-8.0.2...navidrome-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [navidrome-8.0.1](https://github.com/truecharts/apps/compare/navidrome-8.0.0...navidrome-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/navidrome/index.md b/docs/apps/stable/navidrome/index.md
index 1cb80973001..70b8722346f 100644
--- a/docs/apps/stable/navidrome/index.md
+++ b/docs/apps/stable/navidrome/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/nextcloud/CHANGELOG.md b/docs/apps/stable/nextcloud/CHANGELOG.md
index ce8aaa5aed2..e4e64cdf1dc 100644
--- a/docs/apps/stable/nextcloud/CHANGELOG.md
+++ b/docs/apps/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nextcloud-6.0.10](https://github.com/truecharts/apps/compare/nextcloud-6.0.9...nextcloud-6.0.10) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [nextcloud-6.0.8](https://github.com/truecharts/apps/compare/nextcloud-6.0.7...nextcloud-6.0.8) (2021-09-29)
diff --git a/docs/apps/stable/nextcloud/index.md b/docs/apps/stable/nextcloud/index.md
index 023d42ef6ca..6af134fe3e5 100644
--- a/docs/apps/stable/nextcloud/index.md
+++ b/docs/apps/stable/nextcloud/index.md
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.0 |
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/node-red/CHANGELOG.md b/docs/apps/stable/node-red/CHANGELOG.md
index 5ec892dccd6..e3a963cb8e7 100644
--- a/docs/apps/stable/node-red/CHANGELOG.md
+++ b/docs/apps/stable/node-red/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [node-red-8.0.3](https://github.com/truecharts/apps/compare/node-red-8.0.2...node-red-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [node-red-8.0.1](https://github.com/truecharts/apps/compare/node-red-8.0.0...node-red-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/node-red/index.md b/docs/apps/stable/node-red/index.md
index fd6fab19720..653373f2d9c 100644
--- a/docs/apps/stable/node-red/index.md
+++ b/docs/apps/stable/node-red/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/nullserv/CHANGELOG.md b/docs/apps/stable/nullserv/CHANGELOG.md
index 8f3f29cbbe7..8c0fdbb9597 100644
--- a/docs/apps/stable/nullserv/CHANGELOG.md
+++ b/docs/apps/stable/nullserv/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nullserv-3.0.3](https://github.com/truecharts/apps/compare/nullserv-3.0.2...nullserv-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [nullserv-3.0.1](https://github.com/truecharts/apps/compare/nullserv-3.0.0...nullserv-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/nullserv/index.md b/docs/apps/stable/nullserv/index.md
index 958591d7d28..6a48ce62378 100644
--- a/docs/apps/stable/nullserv/index.md
+++ b/docs/apps/stable/nullserv/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/nzbget/CHANGELOG.md b/docs/apps/stable/nzbget/CHANGELOG.md
index 5e8bb593c93..4dfb0e61600 100644
--- a/docs/apps/stable/nzbget/CHANGELOG.md
+++ b/docs/apps/stable/nzbget/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nzbget-8.0.3](https://github.com/truecharts/apps/compare/nzbget-8.0.2...nzbget-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [nzbget-8.0.1](https://github.com/truecharts/apps/compare/nzbget-8.0.0...nzbget-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/nzbget/index.md b/docs/apps/stable/nzbget/index.md
index aad440229a4..8d01b1c3635 100644
--- a/docs/apps/stable/nzbget/index.md
+++ b/docs/apps/stable/nzbget/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/nzbhydra/CHANGELOG.md b/docs/apps/stable/nzbhydra/CHANGELOG.md
index f2fef42a5f4..bb2fb9c7a15 100644
--- a/docs/apps/stable/nzbhydra/CHANGELOG.md
+++ b/docs/apps/stable/nzbhydra/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nzbhydra-8.0.5](https://github.com/truecharts/apps/compare/nzbhydra-8.0.4...nzbhydra-8.0.5) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [nzbhydra-8.0.3](https://github.com/truecharts/apps/compare/nzbhydra-8.0.2...nzbhydra-8.0.3) (2021-09-28)
diff --git a/docs/apps/stable/nzbhydra/index.md b/docs/apps/stable/nzbhydra/index.md
index caf649c00c0..089072d20b8 100644
--- a/docs/apps/stable/nzbhydra/index.md
+++ b/docs/apps/stable/nzbhydra/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/octoprint/CHANGELOG.md b/docs/apps/stable/octoprint/CHANGELOG.md
index 69cf46ef3af..c3b4bb1e0bb 100644
--- a/docs/apps/stable/octoprint/CHANGELOG.md
+++ b/docs/apps/stable/octoprint/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [octoprint-3.0.3](https://github.com/truecharts/apps/compare/octoprint-3.0.2...octoprint-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [octoprint-3.0.1](https://github.com/truecharts/apps/compare/octoprint-3.0.0...octoprint-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/octoprint/index.md b/docs/apps/stable/octoprint/index.md
index 6214a845801..dbf6f8dd97e 100644
--- a/docs/apps/stable/octoprint/index.md
+++ b/docs/apps/stable/octoprint/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/omada-controller/CHANGELOG.md b/docs/apps/stable/omada-controller/CHANGELOG.md
index 4f5e25e8c44..8931f931565 100644
--- a/docs/apps/stable/omada-controller/CHANGELOG.md
+++ b/docs/apps/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [omada-controller-3.0.4](https://github.com/truecharts/apps/compare/omada-controller-3.0.3...omada-controller-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [omada-controller-3.0.2](https://github.com/truecharts/apps/compare/omada-controller-3.0.1...omada-controller-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/omada-controller/index.md b/docs/apps/stable/omada-controller/index.md
index daa25717939..4efdadc099e 100644
--- a/docs/apps/stable/omada-controller/index.md
+++ b/docs/apps/stable/omada-controller/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/ombi/CHANGELOG.md b/docs/apps/stable/ombi/CHANGELOG.md
index fb4c09c3a87..39539440881 100644
--- a/docs/apps/stable/ombi/CHANGELOG.md
+++ b/docs/apps/stable/ombi/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [ombi-8.0.3](https://github.com/truecharts/apps/compare/ombi-8.0.2...ombi-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [ombi-8.0.1](https://github.com/truecharts/apps/compare/ombi-8.0.0...ombi-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/ombi/index.md b/docs/apps/stable/ombi/index.md
index 990ce661f70..e618837e3e9 100644
--- a/docs/apps/stable/ombi/index.md
+++ b/docs/apps/stable/ombi/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/openldap/CHANGELOG.md b/docs/apps/stable/openldap/CHANGELOG.md
index 144d248d55a..c4bc786036c 100644
--- a/docs/apps/stable/openldap/CHANGELOG.md
+++ b/docs/apps/stable/openldap/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [openldap-3.0.3](https://github.com/truecharts/apps/compare/openldap-3.0.2...openldap-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [openldap-3.0.1](https://github.com/truecharts/apps/compare/openldap-3.0.0...openldap-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/openldap/index.md b/docs/apps/stable/openldap/index.md
index 03283f6bc87..5fac53508ee 100644
--- a/docs/apps/stable/openldap/index.md
+++ b/docs/apps/stable/openldap/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/organizr/CHANGELOG.md b/docs/apps/stable/organizr/CHANGELOG.md
index 5f1f398d882..eb7d63c0e4e 100644
--- a/docs/apps/stable/organizr/CHANGELOG.md
+++ b/docs/apps/stable/organizr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [organizr-8.0.3](https://github.com/truecharts/apps/compare/organizr-8.0.2...organizr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [organizr-8.0.1](https://github.com/truecharts/apps/compare/organizr-8.0.0...organizr-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/organizr/index.md b/docs/apps/stable/organizr/index.md
index 97ca61cbcb0..aeaa01bfce3 100644
--- a/docs/apps/stable/organizr/index.md
+++ b/docs/apps/stable/organizr/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/oscam/CHANGELOG.md b/docs/apps/stable/oscam/CHANGELOG.md
index dbff277be22..2bd40c46a64 100644
--- a/docs/apps/stable/oscam/CHANGELOG.md
+++ b/docs/apps/stable/oscam/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [oscam-3.0.3](https://github.com/truecharts/apps/compare/oscam-3.0.2...oscam-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [oscam-3.0.1](https://github.com/truecharts/apps/compare/oscam-3.0.0...oscam-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/oscam/helm-values.md b/docs/apps/stable/oscam/helm-values.md
index 7242407113a..95f02e9c283 100644
--- a/docs/apps/stable/oscam/helm-values.md
+++ b/docs/apps/stable/oscam/helm-values.md
@@ -22,6 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/docs/apps/stable/oscam/index.md b/docs/apps/stable/oscam/index.md
index 2ca2ffdc2ab..fe0199e60c9 100644
--- a/docs/apps/stable/oscam/index.md
+++ b/docs/apps/stable/oscam/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/overseerr/CHANGELOG.md b/docs/apps/stable/overseerr/CHANGELOG.md
index 2f960e4abc7..050b114836f 100644
--- a/docs/apps/stable/overseerr/CHANGELOG.md
+++ b/docs/apps/stable/overseerr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [overseerr-3.0.3](https://github.com/truecharts/apps/compare/overseerr-3.0.2...overseerr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [overseerr-3.0.1](https://github.com/truecharts/apps/compare/overseerr-3.0.0...overseerr-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/overseerr/index.md b/docs/apps/stable/overseerr/index.md
index 8024d439e2d..aa832077d70 100644
--- a/docs/apps/stable/overseerr/index.md
+++ b/docs/apps/stable/overseerr/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/owncast/CHANGELOG.md b/docs/apps/stable/owncast/CHANGELOG.md
index 0a625f81097..42e0eb5f64c 100644
--- a/docs/apps/stable/owncast/CHANGELOG.md
+++ b/docs/apps/stable/owncast/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [owncast-3.0.4](https://github.com/truecharts/apps/compare/owncast-3.0.3...owncast-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [owncast-3.0.2](https://github.com/truecharts/apps/compare/owncast-3.0.1...owncast-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/owncast/index.md b/docs/apps/stable/owncast/index.md
index 2d1545d651d..0011e827c64 100644
--- a/docs/apps/stable/owncast/index.md
+++ b/docs/apps/stable/owncast/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/owncloud-ocis/CHANGELOG.md b/docs/apps/stable/owncloud-ocis/CHANGELOG.md
index e0eb7a7e91d..6043e0089ad 100644
--- a/docs/apps/stable/owncloud-ocis/CHANGELOG.md
+++ b/docs/apps/stable/owncloud-ocis/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [owncloud-ocis-3.0.3](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.2...owncloud-ocis-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [owncloud-ocis-3.0.1](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.0...owncloud-ocis-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/owncloud-ocis/index.md b/docs/apps/stable/owncloud-ocis/index.md
index 3ed475ba515..63496b5dbcd 100644
--- a/docs/apps/stable/owncloud-ocis/index.md
+++ b/docs/apps/stable/owncloud-ocis/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/pgadmin/CHANGELOG.md b/docs/apps/stable/pgadmin/CHANGELOG.md
index 209c8e95480..809d4c2210d 100644
--- a/docs/apps/stable/pgadmin/CHANGELOG.md
+++ b/docs/apps/stable/pgadmin/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pgadmin-3.0.3](https://github.com/truecharts/apps/compare/pgadmin-3.0.2...pgadmin-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [pgadmin-3.0.1](https://github.com/truecharts/apps/compare/pgadmin-3.0.0...pgadmin-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/pgadmin/index.md b/docs/apps/stable/pgadmin/index.md
index be6dbde92ec..1c4982d09f7 100644
--- a/docs/apps/stable/pgadmin/index.md
+++ b/docs/apps/stable/pgadmin/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/photoprism/CHANGELOG.md b/docs/apps/stable/photoprism/CHANGELOG.md
index 7b380574635..fe091f899fe 100644
--- a/docs/apps/stable/photoprism/CHANGELOG.md
+++ b/docs/apps/stable/photoprism/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [photoprism-3.0.4](https://github.com/truecharts/apps/compare/photoprism-3.0.3...photoprism-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [photoprism-3.0.2](https://github.com/truecharts/apps/compare/photoprism-3.0.1...photoprism-3.0.2) (2021-09-27)
diff --git a/docs/apps/stable/photoprism/index.md b/docs/apps/stable/photoprism/index.md
index ae9cd01fe40..1d525c7aaa9 100644
--- a/docs/apps/stable/photoprism/index.md
+++ b/docs/apps/stable/photoprism/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/phpldapadmin/CHANGELOG.md b/docs/apps/stable/phpldapadmin/CHANGELOG.md
index 3c86aa3481c..442d69482a6 100644
--- a/docs/apps/stable/phpldapadmin/CHANGELOG.md
+++ b/docs/apps/stable/phpldapadmin/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [phpldapadmin-3.0.3](https://github.com/truecharts/apps/compare/phpldapadmin-3.0.2...phpldapadmin-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [phpldapadmin-3.0.1](https://github.com/truecharts/apps/compare/phpldapadmin-3.0.0...phpldapadmin-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/phpldapadmin/index.md b/docs/apps/stable/phpldapadmin/index.md
index a544677af0f..860b92e9318 100644
--- a/docs/apps/stable/phpldapadmin/index.md
+++ b/docs/apps/stable/phpldapadmin/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/piaware/CHANGELOG.md b/docs/apps/stable/piaware/CHANGELOG.md
index e698da30975..58541622fc3 100644
--- a/docs/apps/stable/piaware/CHANGELOG.md
+++ b/docs/apps/stable/piaware/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [piaware-3.0.3](https://github.com/truecharts/apps/compare/piaware-3.0.2...piaware-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [piaware-3.0.1](https://github.com/truecharts/apps/compare/piaware-3.0.0...piaware-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/piaware/index.md b/docs/apps/stable/piaware/index.md
index 91afa11c72d..3ead543e6d5 100644
--- a/docs/apps/stable/piaware/index.md
+++ b/docs/apps/stable/piaware/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/pihole/CHANGELOG.md b/docs/apps/stable/pihole/CHANGELOG.md
index aa7a4039b66..bd6bba3b192 100644
--- a/docs/apps/stable/pihole/CHANGELOG.md
+++ b/docs/apps/stable/pihole/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pihole-3.0.3](https://github.com/truecharts/apps/compare/pihole-3.0.2...pihole-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [pihole-3.0.1](https://github.com/truecharts/apps/compare/pihole-3.0.0...pihole-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/pihole/index.md b/docs/apps/stable/pihole/index.md
index f41646aea6c..d1bd3309a69 100644
--- a/docs/apps/stable/pihole/index.md
+++ b/docs/apps/stable/pihole/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/plex/CHANGELOG.md b/docs/apps/stable/plex/CHANGELOG.md
index 7142e5b0161..b7695507cac 100644
--- a/docs/apps/stable/plex/CHANGELOG.md
+++ b/docs/apps/stable/plex/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [plex-7.0.3](https://github.com/truecharts/apps/compare/plex-7.0.2...plex-7.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [plex-7.0.1](https://github.com/truecharts/apps/compare/plex-7.0.0...plex-7.0.1) (2021-09-26)
diff --git a/docs/apps/stable/plex/index.md b/docs/apps/stable/plex/index.md
index 40cd9014219..c71841aac75 100644
--- a/docs/apps/stable/plex/index.md
+++ b/docs/apps/stable/plex/index.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/podgrab/CHANGELOG.md b/docs/apps/stable/podgrab/CHANGELOG.md
index d3d3500c550..06e04fa8761 100644
--- a/docs/apps/stable/podgrab/CHANGELOG.md
+++ b/docs/apps/stable/podgrab/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [podgrab-6.0.3](https://github.com/truecharts/apps/compare/podgrab-6.0.2...podgrab-6.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [podgrab-6.0.1](https://github.com/truecharts/apps/compare/podgrab-6.0.0...podgrab-6.0.1) (2021-09-26)
diff --git a/docs/apps/stable/podgrab/index.md b/docs/apps/stable/podgrab/index.md
index dba8bbc4604..4aea7662e9d 100644
--- a/docs/apps/stable/podgrab/index.md
+++ b/docs/apps/stable/podgrab/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/postgresql/CHANGELOG.md b/docs/apps/stable/postgresql/CHANGELOG.md
index 3a213595b5d..5044af5305b 100644
--- a/docs/apps/stable/postgresql/CHANGELOG.md
+++ b/docs/apps/stable/postgresql/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [postgresql-3.0.6](https://github.com/truecharts/apps/compare/postgresql-3.0.5...postgresql-3.0.6) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [postgresql-3.0.4](https://github.com/truecharts/apps/compare/postgresql-3.0.3...postgresql-3.0.4) (2021-09-29)
diff --git a/docs/apps/stable/postgresql/index.md b/docs/apps/stable/postgresql/index.md
index bac422f176e..6b7a2f3f014 100644
--- a/docs/apps/stable/postgresql/index.md
+++ b/docs/apps/stable/postgresql/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md b/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md
index 70f14cbde47..79002269bab 100644
--- a/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md
+++ b/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pretend-youre-xyzzy-3.0.3](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-3.0.2...pretend-youre-xyzzy-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [pretend-youre-xyzzy-3.0.1](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-3.0.0...pretend-youre-xyzzy-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/pretend-youre-xyzzy/index.md b/docs/apps/stable/pretend-youre-xyzzy/index.md
index d71f9232d3c..c0ec9ce22c8 100644
--- a/docs/apps/stable/pretend-youre-xyzzy/index.md
+++ b/docs/apps/stable/pretend-youre-xyzzy/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/protonmail-bridge/CHANGELOG.md b/docs/apps/stable/protonmail-bridge/CHANGELOG.md
index efc13ba1cea..c388c65152d 100644
--- a/docs/apps/stable/protonmail-bridge/CHANGELOG.md
+++ b/docs/apps/stable/protonmail-bridge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [protonmail-bridge-3.0.3](https://github.com/truecharts/apps/compare/protonmail-bridge-3.0.2...protonmail-bridge-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [protonmail-bridge-3.0.1](https://github.com/truecharts/apps/compare/protonmail-bridge-3.0.0...protonmail-bridge-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/protonmail-bridge/index.md b/docs/apps/stable/protonmail-bridge/index.md
index 16dbcb86f67..89d85b15007 100644
--- a/docs/apps/stable/protonmail-bridge/index.md
+++ b/docs/apps/stable/protonmail-bridge/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/prowlarr/CHANGELOG.md b/docs/apps/stable/prowlarr/CHANGELOG.md
index bad26cb35ec..ec799ca31c5 100644
--- a/docs/apps/stable/prowlarr/CHANGELOG.md
+++ b/docs/apps/stable/prowlarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [prowlarr-3.0.4](https://github.com/truecharts/apps/compare/prowlarr-3.0.3...prowlarr-3.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [prowlarr-3.0.2](https://github.com/truecharts/apps/compare/prowlarr-3.0.1...prowlarr-3.0.2) (2021-09-28)
diff --git a/docs/apps/stable/prowlarr/index.md b/docs/apps/stable/prowlarr/index.md
index 01680e87b1f..da5d81ac049 100644
--- a/docs/apps/stable/prowlarr/index.md
+++ b/docs/apps/stable/prowlarr/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/pyload/CHANGELOG.md b/docs/apps/stable/pyload/CHANGELOG.md
index 4ffdafa20d9..d241b71fb67 100644
--- a/docs/apps/stable/pyload/CHANGELOG.md
+++ b/docs/apps/stable/pyload/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pyload-3.0.3](https://github.com/truecharts/apps/compare/pyload-3.0.2...pyload-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [pyload-3.0.1](https://github.com/truecharts/apps/compare/pyload-3.0.0...pyload-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/pyload/index.md b/docs/apps/stable/pyload/index.md
index fe99fabdfb7..2af06f003d3 100644
--- a/docs/apps/stable/pyload/index.md
+++ b/docs/apps/stable/pyload/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/qbittorrent/CHANGELOG.md b/docs/apps/stable/qbittorrent/CHANGELOG.md
index 2e794f48672..f1b55ca080b 100644
--- a/docs/apps/stable/qbittorrent/CHANGELOG.md
+++ b/docs/apps/stable/qbittorrent/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [qbittorrent-8.0.4](https://github.com/truecharts/apps/compare/qbittorrent-8.0.3...qbittorrent-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [qbittorrent-8.0.2](https://github.com/truecharts/apps/compare/qbittorrent-8.0.1...qbittorrent-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/qbittorrent/index.md b/docs/apps/stable/qbittorrent/index.md
index c558a33f618..82aba5c5140 100644
--- a/docs/apps/stable/qbittorrent/index.md
+++ b/docs/apps/stable/qbittorrent/index.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/radarr/CHANGELOG.md b/docs/apps/stable/radarr/CHANGELOG.md
index e46ef17298e..9d485e5afd3 100644
--- a/docs/apps/stable/radarr/CHANGELOG.md
+++ b/docs/apps/stable/radarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [radarr-8.0.3](https://github.com/truecharts/apps/compare/radarr-8.0.2...radarr-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [radarr-8.0.1](https://github.com/truecharts/apps/compare/radarr-8.0.0...radarr-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/radarr/index.md b/docs/apps/stable/radarr/index.md
index fc1048c10ca..c926b185e43 100644
--- a/docs/apps/stable/radarr/index.md
+++ b/docs/apps/stable/radarr/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/readarr/CHANGELOG.md b/docs/apps/stable/readarr/CHANGELOG.md
index 16465f2eb14..fb51236e6b1 100644
--- a/docs/apps/stable/readarr/CHANGELOG.md
+++ b/docs/apps/stable/readarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [readarr-8.0.4](https://github.com/truecharts/apps/compare/readarr-8.0.3...readarr-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [readarr-8.0.2](https://github.com/truecharts/apps/compare/readarr-8.0.1...readarr-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/readarr/index.md b/docs/apps/stable/readarr/index.md
index 90f7b79b5ff..ecac43e7c03 100644
--- a/docs/apps/stable/readarr/index.md
+++ b/docs/apps/stable/readarr/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/reg/CHANGELOG.md b/docs/apps/stable/reg/CHANGELOG.md
index 6d964aa8799..222bbad6422 100644
--- a/docs/apps/stable/reg/CHANGELOG.md
+++ b/docs/apps/stable/reg/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [reg-3.0.3](https://github.com/truecharts/apps/compare/reg-3.0.2...reg-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [reg-3.0.1](https://github.com/truecharts/apps/compare/reg-3.0.0...reg-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/reg/index.md b/docs/apps/stable/reg/index.md
index 238e9bbf115..d63338a5409 100644
--- a/docs/apps/stable/reg/index.md
+++ b/docs/apps/stable/reg/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/resilio-sync/CHANGELOG.md b/docs/apps/stable/resilio-sync/CHANGELOG.md
index b701077fa3f..6ee5b2e639b 100644
--- a/docs/apps/stable/resilio-sync/CHANGELOG.md
+++ b/docs/apps/stable/resilio-sync/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [resilio-sync-3.0.3](https://github.com/truecharts/apps/compare/resilio-sync-3.0.2...resilio-sync-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [resilio-sync-3.0.1](https://github.com/truecharts/apps/compare/resilio-sync-3.0.0...resilio-sync-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/resilio-sync/index.md b/docs/apps/stable/resilio-sync/index.md
index e14fdee8a1a..1190d3fa7ec 100644
--- a/docs/apps/stable/resilio-sync/index.md
+++ b/docs/apps/stable/resilio-sync/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/sabnzbd/CHANGELOG.md b/docs/apps/stable/sabnzbd/CHANGELOG.md
index e9ba4bba4c1..968c674f9ac 100644
--- a/docs/apps/stable/sabnzbd/CHANGELOG.md
+++ b/docs/apps/stable/sabnzbd/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sabnzbd-8.0.4](https://github.com/truecharts/apps/compare/sabnzbd-8.0.3...sabnzbd-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [sabnzbd-8.0.2](https://github.com/truecharts/apps/compare/sabnzbd-8.0.1...sabnzbd-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/sabnzbd/index.md b/docs/apps/stable/sabnzbd/index.md
index a0582d67a34..0a937dead4a 100644
--- a/docs/apps/stable/sabnzbd/index.md
+++ b/docs/apps/stable/sabnzbd/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/ser2sock/CHANGELOG.md b/docs/apps/stable/ser2sock/CHANGELOG.md
index a8c040c5ac1..3852a06a465 100644
--- a/docs/apps/stable/ser2sock/CHANGELOG.md
+++ b/docs/apps/stable/ser2sock/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [ser2sock-3.0.3](https://github.com/truecharts/apps/compare/ser2sock-3.0.2...ser2sock-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [ser2sock-3.0.1](https://github.com/truecharts/apps/compare/ser2sock-3.0.0...ser2sock-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/ser2sock/index.md b/docs/apps/stable/ser2sock/index.md
index cdf3cfb0b50..995ca6529fa 100644
--- a/docs/apps/stable/ser2sock/index.md
+++ b/docs/apps/stable/ser2sock/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/sonarr/CHANGELOG.md b/docs/apps/stable/sonarr/CHANGELOG.md
index 27b397fd39c..372b3069fab 100644
--- a/docs/apps/stable/sonarr/CHANGELOG.md
+++ b/docs/apps/stable/sonarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sonarr-8.0.4](https://github.com/truecharts/apps/compare/sonarr-8.0.3...sonarr-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [sonarr-8.0.2](https://github.com/truecharts/apps/compare/sonarr-8.0.1...sonarr-8.0.2) (2021-09-26)
diff --git a/docs/apps/stable/sonarr/index.md b/docs/apps/stable/sonarr/index.md
index d19f81deeea..b82a9fd9f7d 100644
--- a/docs/apps/stable/sonarr/index.md
+++ b/docs/apps/stable/sonarr/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/stash/CHANGELOG.md b/docs/apps/stable/stash/CHANGELOG.md
index ddad7cd39b7..c25febbee56 100644
--- a/docs/apps/stable/stash/CHANGELOG.md
+++ b/docs/apps/stable/stash/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [stash-3.0.3](https://github.com/truecharts/apps/compare/stash-3.0.2...stash-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [stash-3.0.1](https://github.com/truecharts/apps/compare/stash-3.0.0...stash-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/stash/index.md b/docs/apps/stable/stash/index.md
index 53c259b0a3e..92252e780ec 100644
--- a/docs/apps/stable/stash/index.md
+++ b/docs/apps/stable/stash/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/syncthing/CHANGELOG.md b/docs/apps/stable/syncthing/CHANGELOG.md
index 66a3de8082c..7e46730660f 100644
--- a/docs/apps/stable/syncthing/CHANGELOG.md
+++ b/docs/apps/stable/syncthing/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [syncthing-8.0.3](https://github.com/truecharts/apps/compare/syncthing-8.0.2...syncthing-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [syncthing-8.0.1](https://github.com/truecharts/apps/compare/syncthing-8.0.0...syncthing-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/syncthing/index.md b/docs/apps/stable/syncthing/index.md
index 5b6a3098d2b..e6e3e4478b7 100644
--- a/docs/apps/stable/syncthing/index.md
+++ b/docs/apps/stable/syncthing/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/tautulli/CHANGELOG.md b/docs/apps/stable/tautulli/CHANGELOG.md
index 27f87e0fd7c..d113b47e49a 100644
--- a/docs/apps/stable/tautulli/CHANGELOG.md
+++ b/docs/apps/stable/tautulli/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [tautulli-8.0.3](https://github.com/truecharts/apps/compare/tautulli-8.0.2...tautulli-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [tautulli-8.0.1](https://github.com/truecharts/apps/compare/tautulli-8.0.0...tautulli-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/tautulli/index.md b/docs/apps/stable/tautulli/index.md
index 14823860940..bc0ccfa58dd 100644
--- a/docs/apps/stable/tautulli/index.md
+++ b/docs/apps/stable/tautulli/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/teamspeak3/CHANGELOG.md b/docs/apps/stable/teamspeak3/CHANGELOG.md
index 08dc1d72d08..df1bb3bfdaa 100644
--- a/docs/apps/stable/teamspeak3/CHANGELOG.md
+++ b/docs/apps/stable/teamspeak3/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [teamspeak3-1.0.4](https://github.com/truecharts/apps/compare/teamspeak3-1.0.3...teamspeak3-1.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [teamspeak3-1.0.2](https://github.com/truecharts/apps/compare/teamspeak3-1.0.0...teamspeak3-1.0.2) (2021-09-26)
diff --git a/docs/apps/stable/teamspeak3/helm-values.md b/docs/apps/stable/teamspeak3/helm-values.md
index 928516f5270..ece7ba3a864 100644
--- a/docs/apps/stable/teamspeak3/helm-values.md
+++ b/docs/apps/stable/teamspeak3/helm-values.md
@@ -20,7 +20,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/var/ts3server/"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| persistence.varrun.enabled | bool | `false` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
diff --git a/docs/apps/stable/teamspeak3/index.md b/docs/apps/stable/teamspeak3/index.md
index 2b9325bd826..0ae38ac0b1e 100644
--- a/docs/apps/stable/teamspeak3/index.md
+++ b/docs/apps/stable/teamspeak3/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/thelounge/CHANGELOG.md b/docs/apps/stable/thelounge/CHANGELOG.md
index 1a6dc8c7218..8a5cbc8d43f 100644
--- a/docs/apps/stable/thelounge/CHANGELOG.md
+++ b/docs/apps/stable/thelounge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [thelounge-3.0.3](https://github.com/truecharts/apps/compare/thelounge-3.0.2...thelounge-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [thelounge-3.0.1](https://github.com/truecharts/apps/compare/thelounge-3.0.0...thelounge-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/thelounge/index.md b/docs/apps/stable/thelounge/index.md
index b065cf33e5a..efb0dbd69cc 100644
--- a/docs/apps/stable/thelounge/index.md
+++ b/docs/apps/stable/thelounge/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/traefik/CHANGELOG.md b/docs/apps/stable/traefik/CHANGELOG.md
index c756e553c92..62a5a953f8c 100644
--- a/docs/apps/stable/traefik/CHANGELOG.md
+++ b/docs/apps/stable/traefik/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [traefik-9.0.3](https://github.com/truecharts/apps/compare/traefik-9.0.2...traefik-9.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [traefik-9.0.1](https://github.com/truecharts/apps/compare/traefik-9.0.0...traefik-9.0.1) (2021-09-26)
diff --git a/docs/apps/stable/traefik/index.md b/docs/apps/stable/traefik/index.md
index eb2438eee93..24c4b6d6849 100644
--- a/docs/apps/stable/traefik/index.md
+++ b/docs/apps/stable/traefik/index.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/transmission/CHANGELOG.md b/docs/apps/stable/transmission/CHANGELOG.md
index 77c2dd8edc3..8db897fde90 100644
--- a/docs/apps/stable/transmission/CHANGELOG.md
+++ b/docs/apps/stable/transmission/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [transmission-8.0.3](https://github.com/truecharts/apps/compare/transmission-8.0.2...transmission-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [transmission-8.0.1](https://github.com/truecharts/apps/compare/transmission-8.0.0...transmission-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/transmission/index.md b/docs/apps/stable/transmission/index.md
index e0eff94dc10..006f40b18c9 100644
--- a/docs/apps/stable/transmission/index.md
+++ b/docs/apps/stable/transmission/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/truecommand/CHANGELOG.md b/docs/apps/stable/truecommand/CHANGELOG.md
index 32a458cf0a1..3097af73ac8 100644
--- a/docs/apps/stable/truecommand/CHANGELOG.md
+++ b/docs/apps/stable/truecommand/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [truecommand-8.0.3](https://github.com/truecharts/apps/compare/truecommand-8.0.2...truecommand-8.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [truecommand-8.0.1](https://github.com/truecharts/apps/compare/truecommand-8.0.0...truecommand-8.0.1) (2021-09-26)
diff --git a/docs/apps/stable/truecommand/index.md b/docs/apps/stable/truecommand/index.md
index e65fd90cbff..2a3c4e6cc38 100644
--- a/docs/apps/stable/truecommand/index.md
+++ b/docs/apps/stable/truecommand/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/tvheadend/CHANGELOG.md b/docs/apps/stable/tvheadend/CHANGELOG.md
index e53267268f2..5a429be850c 100644
--- a/docs/apps/stable/tvheadend/CHANGELOG.md
+++ b/docs/apps/stable/tvheadend/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [tvheadend-9.0.3](https://github.com/truecharts/apps/compare/tvheadend-9.0.2...tvheadend-9.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [tvheadend-9.0.1](https://github.com/truecharts/apps/compare/tvheadend-9.0.0...tvheadend-9.0.1) (2021-09-26)
diff --git a/docs/apps/stable/tvheadend/helm-values.md b/docs/apps/stable/tvheadend/helm-values.md
index ea275845f07..a7b4cf8fafa 100644
--- a/docs/apps/stable/tvheadend/helm-values.md
+++ b/docs/apps/stable/tvheadend/helm-values.md
@@ -20,6 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/docs/apps/stable/tvheadend/index.md b/docs/apps/stable/tvheadend/index.md
index eaf597a2800..b7734b6bce5 100644
--- a/docs/apps/stable/tvheadend/index.md
+++ b/docs/apps/stable/tvheadend/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/unifi/CHANGELOG.md b/docs/apps/stable/unifi/CHANGELOG.md
index 125ab2e8d46..41d8036103c 100644
--- a/docs/apps/stable/unifi/CHANGELOG.md
+++ b/docs/apps/stable/unifi/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [unifi-8.0.4](https://github.com/truecharts/apps/compare/unifi-8.0.3...unifi-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [unifi-8.0.2](https://github.com/truecharts/apps/compare/unifi-8.0.1...unifi-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/unifi/index.md b/docs/apps/stable/unifi/index.md
index df9f51cd7fc..6adb4f02111 100644
--- a/docs/apps/stable/unifi/index.md
+++ b/docs/apps/stable/unifi/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/unpackerr/CHANGELOG.md b/docs/apps/stable/unpackerr/CHANGELOG.md
index 84a7f21bc10..a3eaac321b5 100644
--- a/docs/apps/stable/unpackerr/CHANGELOG.md
+++ b/docs/apps/stable/unpackerr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [unpackerr-3.0.3](https://github.com/truecharts/apps/compare/unpackerr-3.0.2...unpackerr-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [unpackerr-3.0.1](https://github.com/truecharts/apps/compare/unpackerr-3.0.0...unpackerr-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/unpackerr/index.md b/docs/apps/stable/unpackerr/index.md
index cb88a43dde5..cf9fea249c6 100644
--- a/docs/apps/stable/unpackerr/index.md
+++ b/docs/apps/stable/unpackerr/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/vaultwarden/CHANGELOG.md b/docs/apps/stable/vaultwarden/CHANGELOG.md
index b51696e4219..49dd07fba0b 100644
--- a/docs/apps/stable/vaultwarden/CHANGELOG.md
+++ b/docs/apps/stable/vaultwarden/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [vaultwarden-9.0.9](https://github.com/truecharts/apps/compare/vaultwarden-9.0.8...vaultwarden-9.0.9) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [vaultwarden-9.0.7](https://github.com/truecharts/apps/compare/vaultwarden-9.0.6...vaultwarden-9.0.7) (2021-09-29)
diff --git a/docs/apps/stable/vaultwarden/index.md b/docs/apps/stable/vaultwarden/index.md
index 411754810b1..2fec9bb6911 100644
--- a/docs/apps/stable/vaultwarden/index.md
+++ b/docs/apps/stable/vaultwarden/index.md
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.3 |
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org/ | postgresql | 3.0.4 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/xteve/CHANGELOG.md b/docs/apps/stable/xteve/CHANGELOG.md
index 3d858f8f80e..91a24d57bf7 100644
--- a/docs/apps/stable/xteve/CHANGELOG.md
+++ b/docs/apps/stable/xteve/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [xteve-3.0.3](https://github.com/truecharts/apps/compare/xteve-3.0.2...xteve-3.0.3) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [xteve-3.0.1](https://github.com/truecharts/apps/compare/xteve-3.0.0...xteve-3.0.1) (2021-09-26)
diff --git a/docs/apps/stable/xteve/index.md b/docs/apps/stable/xteve/index.md
index 0299fb120d9..719fd7320b5 100644
--- a/docs/apps/stable/xteve/index.md
+++ b/docs/apps/stable/xteve/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
index 4581b7f0c62..a2c260e030d 100644
--- a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
+++ b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [zwavejs2mqtt-8.0.4](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.3...zwavejs2mqtt-8.0.4) (2021-09-29)
+
+#### Chore
+
+* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
+
+
+
### [zwavejs2mqtt-8.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.1...zwavejs2mqtt-8.0.2) (2021-09-28)
diff --git a/docs/apps/stable/zwavejs2mqtt/index.md b/docs/apps/stable/zwavejs2mqtt/index.md
index 3807f1eeba6..8618b015ae3 100644
--- a/docs/apps/stable/zwavejs2mqtt/index.md
+++ b/docs/apps/stable/zwavejs2mqtt/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.0.8 |
+| https://truecharts.org | common | 8.0.13 |
## Installing the Chart
diff --git a/docs/index.yaml b/docs/index.yaml
index ad36a7f7670..9c949c6c981 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -1,6 +1,32 @@
apiVersion: v1
entries:
airsonic:
+ - apiVersion: v2
+ appVersion: 10.6.2
+ created: "2021-09-29T16:23:11.607795418Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Airsonic is a Free and Open Source community driven media server
+ digest: b02ac0c2d5d514db17278b835038e2ce2f3dfd13d6c25da93c096c822b42ed6b
+ 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
+ urls:
+ - https://github.com/truecharts/apps/releases/download/airsonic-3.0.4/airsonic-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 10.6.2
created: "2021-09-28T06:41:57.663683628Z"
@@ -1744,6 +1770,38 @@ entries:
- https://github.com/truecharts/apps/releases/download/airsonic-1.0.0/airsonic-1.0.0.tgz
version: 1.0.0
appdaemon:
+ - apiVersion: v2
+ appVersion: 4.1.0
+ created: "2021-09-29T16:23:11.761749255Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
+ environment for writing automation apps for Home Assistant home automation software.
+ It also provides a configurable dashboard (HADashboard) suitable for wall mounted
+ tablets.
+ digest: 33397624722739c6ddb08ab9862ec88f7ed39b09f7a936ee82e4d6f8fc4b8a0c
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/appdaemon
+ icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true
+ keywords:
+ - appdaemon
+ - homeautomation
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: 20650065+warllo54@users.noreply.github.com
+ name: warllo54
+ url: truecharts.org
+ name: appdaemon
+ sources:
+ - https://github.com/AppDaemon/appdaemon
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/appdaemon-5.0.3/appdaemon-5.0.3.tgz
+ version: 5.0.3
- apiVersion: v2
appVersion: 4.1.0
created: "2021-09-26T23:18:08.970580272Z"
@@ -4433,6 +4491,50 @@ entries:
- https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz
version: 0.1.3
authelia:
+ - apiVersion: v2
+ appVersion: 4.31.0
+ created: "2021-09-29T16:23:11.967204873Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ - condition: redis.enabled
+ name: redis
+ repository: https://charts.bitnami.com/bitnami
+ version: 15.4.0
+ description: Authelia is a Single Sign-On Multi-Factor portal for web apps
+ digest: f949f052d86182a3cfaf59789347aa2fdae49828aabaa589e1d3a94048a16f70
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia
+ icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4
+ keywords:
+ - authelia
+ - authentication
+ - login
+ - SSO
+ - Authentication
+ - Security
+ - Two-Factor
+ - U2F
+ - YubiKey
+ - Push Notifications
+ - LDAP
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: authelia
+ sources:
+ - https://github.com/authelia/chartrepo
+ - https://github.com/authelia/authelia
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/authelia-4.0.10/authelia-4.0.10.tgz
+ version: 4.0.10
- apiVersion: v2
appVersion: 4.31.0
created: "2021-09-29T08:25:27.863086327Z"
@@ -7250,6 +7352,41 @@ entries:
- https://github.com/truecharts/apps/releases/download/authelia-0.0.1/authelia-0.0.1.tgz
version: 0.0.1
bazarr:
+ - apiVersion: v2
+ appVersion: 0.9.9
+ created: "2021-09-29T16:23:12.123178837Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Bazarr is a companion application to Bazarr and Radarr. It manages
+ and downloads subtitles based on your requirements
+ digest: 107c24d90c40e18a6ac3b337f8fe8d3ca88b2ffbd3c0bae1592dc7d06ccbdd44
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/bazarr
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
+ keywords:
+ - bazarr
+ - radarr
+ - bazarr
+ - subtitles
+ - usenet
+ - torrent
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: bazarr
+ sources:
+ - https://github.com/Bazarr/Bazarr
+ - https://hub.docker.com/r/linuxserver/bazarr
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/bazarr-8.0.3/bazarr-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 0.9.9
created: "2021-09-26T23:18:09.393029644Z"
@@ -10488,6 +10625,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/bitwarden-1.2.5/bitwarden-1.2.5.tgz
version: 1.2.5
booksonic-air:
+ - apiVersion: v2
+ appVersion: 2009.1.0
+ created: "2021-09-29T16:23:12.28520198Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Booksonic is a platform for accessing the audibooks you own wherever
+ you are
+ digest: 47cd8034ad7940004b7eb7bd04b6782acf5883249167632686c150aadfe7cb03
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/booksonic-air
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png
+ keywords:
+ - booksonic
+ - audiobook
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: booksonic-air
+ sources:
+ - https://github.com/popeen/Booksonic-Air
+ - https://hub.docker.com/r/linuxserver/booksonic-air
+ urls:
+ - https://github.com/truecharts/apps/releases/download/booksonic-air-3.0.4/booksonic-air-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 2009.1.0
created: "2021-09-28T06:41:57.856708049Z"
@@ -11785,6 +11949,31 @@ entries:
- https://github.com/truecharts/apps/releases/download/booksonic-air-1.0.1/booksonic-air-1.0.1.tgz
version: 1.0.1
calibre:
+ - apiVersion: v2
+ appVersion: 5.26.0
+ created: "2021-09-29T16:23:12.424567124Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Calibre is a powerful and easy to use e-book manager.
+ digest: b2e7ace06a70bef00f6ade5f04c2c4759f322bce2d7c06ee46ba309123366108
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/calibre
+ icon: https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png
+ keywords:
+ - calibre
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: calibre
+ sources:
+ - https://hub.docker.com/r/linuxserver/calibre/
+ - https://github.com/kovidgoyal/calibre/
+ urls:
+ - https://github.com/truecharts/apps/releases/download/calibre-3.0.3/calibre-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 5.26.0
created: "2021-09-26T23:18:09.896380587Z"
@@ -13086,6 +13275,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/calibre-1.0.1/calibre-1.0.1.tgz
version: 1.0.1
calibre-web:
+ - apiVersion: v2
+ appVersion: 0.6.12
+ created: "2021-09-29T16:23:12.608474457Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Calibre-Web is a web app providing a clean interface for browsing,
+ reading and downloading eBooks using an existing Calibre database.
+ digest: 00631213a68337a92edef9e3deccefba623a37a4e4ccf0adfe9d600c72db81e1
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/calibre-web
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png
+ keywords:
+ - calibre-web
+ - calibre
+ - ebook
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: calibre-web
+ sources:
+ - https://hub.docker.com/r/linuxserver/calibre-web/
+ - https://github.com/janeczku/calibre-web
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/calibre-web-8.0.3/calibre-web-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 0.6.12
created: "2021-09-26T23:18:10.079712569Z"
@@ -15464,6 +15682,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/calibre-web-3.1.5/calibre-web-3.1.5.tgz
version: 3.1.5
collabora-online:
+ - apiVersion: v2
+ appVersion: 6.4.11.3
+ created: "2021-09-29T16:23:12.753841481Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Collabora Online Development Edition – an awesome, Online Office
+ suite image suitable for home use.
+ digest: 488727f5ce010376795e1416051574e9926a38e7dc3dee9ae6877a21a986e472
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online
+ icon: https://truecharts.org/_static/img/collabora-icon.png
+ keywords:
+ - collabora-online
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: stavros-k@users.noreply.github.com
+ name: stavros-k
+ url: truecharts.org
+ name: collabora-online
+ sources:
+ - https://hub.docker.com/r/collabora/code
+ - https://sdk.collaboraonline.com/contents.html
+ - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/collabora-online-8.0.3/collabora-online-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 6.4.11.3
created: "2021-09-26T23:18:10.300379153Z"
@@ -21777,6 +22026,31 @@ entries:
- https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz
version: 2.0.0
custom-app:
+ - apiVersion: v2
+ appVersion: 0.18.827
+ created: "2021-09-29T16:23:12.930472417Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Advanced tool to create your own TrueCharts-based App
+ digest: 6a13feba8a8a52942ca3216ad9a8b189b63194d6a4ca194dad537e79eea45d50
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
+ icon: https://truecharts.org/_static/img/custom-app-icon.png
+ keywords:
+ - custom
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: custom-app
+ sources:
+ - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/custom-app-2.0.5/custom-app-2.0.5.tgz
+ version: 2.0.5
- apiVersion: v2
appVersion: 0.18.827
created: "2021-09-28T22:20:27.168952105Z"
@@ -22403,6 +22677,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/custom-app-0.0.1/custom-app-0.0.1.tgz
version: 0.0.1
deconz:
+ - apiVersion: v2
+ appVersion: 2.12.06
+ created: "2021-09-29T16:23:13.086944788Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: deCONZ is an easy to use control software, with which you can set
+ up and control Zigbee networks of any size without further programming effort.
+ digest: 7dc9180cde3a00d92b3013ab9ab59f03546b853c88e5b3a3cfe2db2ce50867cd
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/deconz
+ icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4
+ keywords:
+ - deconz
+ - home-automation
+ - zigbee
+ - conbee
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: deconz
+ sources:
+ - https://github.com/dresden-elektronik/deconz-rest-plugin
+ - https://github.com/marthoc/docker-deconz
+ urls:
+ - https://github.com/truecharts/apps/releases/download/deconz-3.0.3/deconz-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 2.12.06
created: "2021-09-26T23:18:10.714727699Z"
@@ -23825,6 +24128,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/deconz-1.0.1/deconz-1.0.1.tgz
version: 1.0.1
deepstack-cpu:
+ - apiVersion: v2
+ appVersion: cpu-2021.0
+ created: "2021-09-29T16:23:13.287480841Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: DeepStack AI provides AI features including Face Recognition, Object
+ Detection, Scene Recognition and custom AI Models
+ digest: 7aef7ce615a73ccf898f333be2156e83bef62dbfedb97fb41218f9a2374e9843
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-cpu
+ icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png
+ keywords:
+ - AI
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: stavros-k@users.noreply.github.com
+ name: stavros-k
+ url: truecharts.org
+ name: deepstack-cpu
+ sources:
+ - https://github.com/johnolafenwa/DeepStack
+ - https://hub.docker.com/r/deepquestai/deepstack
+ - https://www.deepstack.cc/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/deepstack-cpu-6.0.3/deepstack-cpu-6.0.3.tgz
+ version: 6.0.3
- apiVersion: v2
appVersion: cpu-2021.0
created: "2021-09-26T23:18:10.901705103Z"
@@ -26288,6 +26622,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/deepstack-cpu-1.0.3/deepstack-cpu-1.0.3.tgz
version: 1.0.3
deluge:
+ - apiVersion: v2
+ appVersion: 2.0.3-2201
+ created: "2021-09-29T16:23:13.470240459Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Deluge App for TrueNAS SCALE
+ digest: e7026eff320adf3ef6b09024f381db7ca4c27361b73a82df96b9a888dc73fe2f
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/deluge
+ icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200
+ keywords:
+ - transmission
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: deluge
+ sources:
+ - https://github.com/deluge-torrent/deluge
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/deluge-8.0.4/deluge-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 2.0.3-2201
created: "2021-09-28T06:41:58.487777592Z"
@@ -28462,6 +28823,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/deluge-3.1.5/deluge-3.1.5.tgz
version: 3.1.5
dizquetv:
+ - apiVersion: v2
+ appVersion: 1.5.0
+ created: "2021-09-29T16:23:13.623551487Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Create live TV channel streams from media on your Plex servers.
+ digest: 4ba698c1782d05c14a12a483e18fa165fc7fe7d91b4dedead311411ffb22abbc
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/dizquetv
+ icon: https://github.com/vexorian/dizquetv/raw/main/resources/dizquetv.png?raw=true
+ keywords:
+ - dizqueTV
+ - dizquetv
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: dizquetv
+ sources:
+ - https://github.com/vexorian/dizquetv
+ - https://hub.docker.com/r/vexorian/dizquetv
+ urls:
+ - https://github.com/truecharts/apps/releases/download/dizquetv-3.0.4/dizquetv-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 1.5.0
created: "2021-09-28T06:41:58.685185673Z"
@@ -29711,6 +30098,31 @@ entries:
- https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz
version: 1.0.1
duplicati:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-09-29T16:23:13.783000196Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Store securely encrypted backups on cloud storage services!
+ digest: ac3e1c95ceda8006bbff6cd7a5717f30c6febf2339684c36af4512cf3c7fbef2
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/duplicati
+ icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4
+ keywords:
+ - duplicati
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: duplicati
+ sources:
+ - https://hub.docker.com/r/linuxserver/duplicati/
+ - https://github.com/duplicati/duplicati
+ urls:
+ - https://github.com/truecharts/apps/releases/download/duplicati-3.0.4/duplicati-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: latest
created: "2021-09-28T06:41:58.906401563Z"
@@ -30912,6 +31324,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/duplicati-1.0.1/duplicati-1.0.1.tgz
version: 1.0.1
emby:
+ - apiVersion: v2
+ appVersion: 4.6.4.0
+ created: "2021-09-29T16:23:13.944977839Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Emby Server is a home media server
+ digest: 1d96f93912ed54e5589678f704f423c10f9cf58ad0a8c4242a48b58d13b11c19
+ home: https://github.com/truecharts/apps/master/stable/emby
+ icon: https://truecharts.org/_static/img/emby-icon.png
+ keywords:
+ - jellyfin
+ - plex
+ - emby
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: dan.sheridan@postman.org.uk
+ name: djs52
+ url: truecharts.org
+ name: emby
+ sources:
+ - https://hub.docker.com/r/linuxserver/emby
+ - https://github.com/linuxserver/docker-emby.git
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/emby-8.0.3/emby-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 4.6.4.0
created: "2021-09-26T23:18:11.655839287Z"
@@ -33469,6 +33912,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/emby-3.1.5/emby-3.1.5.tgz
version: 3.1.5
esphome:
+ - apiVersion: v2
+ appVersion: 2021.9.2
+ created: "2021-09-29T16:23:14.083224568Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful
+ configuration files and control them remotely through Home Automation systems.
+ digest: c0e64b45d644caf2d8d21d9be2a2d41ca8d44d7cab0bc11dcce8d01b15afa2e9
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome
+ icon: https://esphome.io/_images/logo.svg
+ keywords:
+ - esphome
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: 35702532+tprelog@users.noreply.github.com
+ name: tprelog
+ url: truecharts.org
+ name: esphome
+ sources:
+ - https://github.com/esphome/esphome
+ - https://hub.docker.com/u/esphome
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/esphome-8.0.4/esphome-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 2021.9.2
created: "2021-09-28T07:44:42.386035691Z"
@@ -36138,6 +36611,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/esphome-3.1.5/esphome-3.1.5.tgz
version: 3.1.5
external-service:
+ - apiVersion: v2
+ appVersion: 0.66.6
+ created: "2021-09-29T16:23:14.259377899Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Allow external services to be used like Apps.
+ digest: 1c3c8b3d44e560923e56423501d612c254559aa5e84a86f98b04a80fb6d7dab9
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service
+ icon: https://truecharts.org/_static/img/external-service-icon.png
+ keywords:
+ - external-service
+ - reverse-proxy
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: external-service
+ sources:
+ - https://github.com/truecharts/apps/tree/master/charts/stable/external-service
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/external-service-3.0.3/external-service-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.66.6
created: "2021-09-26T23:18:12.059578159Z"
@@ -37096,6 +37598,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz
version: 0.0.1
fireflyiii:
+ - apiVersion: v2
+ appVersion: 5.5.12
+ created: "2021-09-29T16:23:14.420718133Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ description: A free and open source personal finance manager
+ digest: 544da4ba1000430097ffa75a6400c0167f5ee91df800aa369d4d60f0ab2c635b
+ home: https://github.com/firefly-iii/firefly-iii/
+ icon: https://www.firefly-iii.org/assets/logo/color.png
+ keywords:
+ - fireflyiii
+ - finacial
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: 20650065+warllo54@users.noreply.github.com
+ name: warllo54
+ url: truecharts.org
+ name: fireflyiii
+ sources:
+ - https://github.com/firefly-iii/firefly-iii/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/fireflyiii-9.0.9/fireflyiii-9.0.9.tgz
+ version: 9.0.9
- apiVersion: v2
appVersion: 5.5.12
created: "2021-09-29T08:25:28.020957677Z"
@@ -41288,6 +41823,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/fireflyiii-1.0.1/fireflyiii-1.0.1.tgz
version: 1.0.1
flaresolverr:
+ - apiVersion: v2
+ appVersion: 1.2.9
+ created: "2021-09-29T16:23:14.597186968Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: FlareSolverr is a proxy server to bypass Cloudflare protection
+ digest: 208417d82aaaf1f6c3b0784404ffb8cc8f71a04f53ff986c4189454b348982b8
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/flaresolverr
+ icon: https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg
+ keywords:
+ - flaresolverr
+ - jackett
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: flaresolverr
+ sources:
+ - https://github.com/FlareSolverr/FlareSolverr
+ - https://hub.docker.com/r/flaresolverr/flaresolverr
+ urls:
+ - https://github.com/truecharts/apps/releases/download/flaresolverr-3.0.3/flaresolverr-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.2.9
created: "2021-09-26T23:18:12.422503103Z"
@@ -42511,6 +43072,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/flaresolverr-1.0.1/flaresolverr-1.0.1.tgz
version: 1.0.1
flood:
+ - apiVersion: v2
+ appVersion: 4.6.1
+ created: "2021-09-29T16:23:14.73713412Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Flood is a monitoring service for various torrent clients
+ digest: 462fbe20fbad652f246d6256986f08c8a463366ff5daf7cf6a135a5824fdc27e
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/flood
+ icon: https://raw.githubusercontent.com/jesec/flood/master/flood.svg
+ keywords:
+ - flood
+ - rtorrent
+ - qbittorrent
+ - transmission
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: flood
+ sources:
+ - https://github.com/jesec/flood
+ - https://hub.docker.com/r/jesec/flood
+ urls:
+ - https://github.com/truecharts/apps/releases/download/flood-3.0.3/flood-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 4.6.1
created: "2021-09-26T23:18:12.59015942Z"
@@ -43828,6 +44417,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/flood-1.0.1/flood-1.0.1.tgz
version: 1.0.1
focalboard:
+ - apiVersion: v2
+ appVersion: 0.8.0
+ created: "2021-09-29T16:23:14.947074297Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Focalboard is an open source, self-hosted alternative to Trello,
+ Notion, and Asana.
+ digest: c943e8db2a4015fa9fcd42f810b9e2f08c0fffc5adfb7af52b3ec8f0edbe25ae
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/focalboard
+ icon: https://github.com/mattermost/focalboard/raw/main/webapp/static/favicon.svg
+ keywords:
+ - focalboard
+ - kanban
+ - project management
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: focalboard
+ sources:
+ - https://www.focalboard.com/
+ - https://github.com/mattermost/focalboard
+ - https://github.com/FlipEnergy/container-images/blob/main/focalboard
+ urls:
+ - https://github.com/truecharts/apps/releases/download/focalboard-3.0.3/focalboard-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.8.0
created: "2021-09-26T23:18:12.779821267Z"
@@ -45221,6 +45839,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/focalboard-1.0.1/focalboard-1.0.1.tgz
version: 1.0.1
freeradius:
+ - apiVersion: v2
+ appVersion: 3.0.23
+ created: "2021-09-29T16:23:15.112014379Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: OpenSource Radius implementation
+ digest: 1ffd5481e5865755be679c6db835ca970eb9721b4c32fe106127b7b5cd6dd17a
+ home: https://www.openldap.org
+ icon: https://networkradius.com/assets/img/FR-NR.svg
+ keywords:
+ - radius
+ - auth
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: freeradius
+ sources:
+ - https://hub.docker.com/r/freeradius/freeradius-server/
+ - https://freeradius.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/freeradius-3.0.3/freeradius-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 3.0.23
created: "2021-09-26T23:18:12.95516272Z"
@@ -46482,6 +47130,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/freeradius-1.0.0/freeradius-1.0.0.tgz
version: 1.0.0
freshrss:
+ - apiVersion: v2
+ appVersion: 1.18.1
+ created: "2021-09-29T16:23:15.243278116Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: FreshRSS is a self-hosted RSS feed aggregator
+ digest: 90409d14c15d0a556cefc65ff3f5a8948ab6d5edf0ce4255a8877437996cfd05
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/freshrss
+ icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true
+ keywords:
+ - freshrss
+ - rss
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: freshrss
+ sources:
+ - https://github.com/FreshRSS/FreshRSS
+ - https://hub.docker.com/r/linuxserver/freshrss
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/freshrss-8.0.4/freshrss-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 1.18.1
created: "2021-09-28T06:41:59.331291905Z"
@@ -48723,6 +49398,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/freshrss-3.1.5/freshrss-3.1.5.tgz
version: 3.1.5
gaps:
+ - apiVersion: v2
+ appVersion: 0.8.8
+ created: "2021-09-29T16:23:15.377084086Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Gaps searches through your Plex Server or local folders for all movies,
+ then queries for known movies in the same collection.
+ digest: 3dcef040953da9343aecc52f4036d88c8c4e878d45b38bd576f4fcf9cfb4ec43
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/gaps
+ icon: https://raw.githubusercontent.com/JasonHHouse/gaps/master/images/Final-Black.png
+ keywords:
+ - gaps
+ - plex
+ - plex-media-server
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: gaps
+ sources:
+ - https://github.com/JasonHHouse/gaps
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/gaps-8.0.3/gaps-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 0.8.8
created: "2021-09-26T23:18:13.299743956Z"
@@ -50962,6 +51665,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz
version: 3.1.5
gonic:
+ - apiVersion: v2
+ appVersion: 0.13.1
+ created: "2021-09-29T16:23:15.531636931Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Music streaming server / subsonic server API implementation
+ digest: 28a1a23fb508ea01a9ae909c1fd4c1490fea71951615cac2f3d8c9809067bcf9
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/gonic
+ icon: https://raw.githubusercontent.com/sentriz/gonic/master/.github/logo.png
+ keywords:
+ - music
+ - subsonic
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: gonic
+ sources:
+ - https://github.com/sentriz/gonic
+ - https://hub.docker.com/r/sentriz/gonic
+ urls:
+ - https://github.com/truecharts/apps/releases/download/gonic-3.0.3/gonic-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.13.1
created: "2021-09-26T23:18:13.537949765Z"
@@ -52159,6 +52888,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz
version: 1.0.1
grocy:
+ - apiVersion: v2
+ appVersion: 3.1.1
+ created: "2021-09-29T16:23:15.664646291Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: ERP beyond your fridge - grocy is a web-based self-hosted groceries
+ & household management solution for your home
+ digest: 42d81d103dfce0fdfd957dc2df38098dbd15a51c76b322907b83378aa3f1101b
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/grocy
+ icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png
+ keywords:
+ - grocy
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: grocy
+ sources:
+ - https://github.com/grocy/grocy
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/grocy-8.0.4/grocy-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 3.1.1
created: "2021-09-28T06:41:59.529339824Z"
@@ -54346,6 +55101,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/grocy-3.1.5/grocy-3.1.5.tgz
version: 3.1.5
handbrake:
+ - apiVersion: v2
+ appVersion: 1.24.1
+ created: "2021-09-29T16:23:15.800868893Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: HandBrake is a tool for converting video from nearly any format to
+ a selection of modern, widely supported codecs.
+ digest: a6434d9c4cdb9842223456c488281bc4d64e88b6ab65fae29ef2cf25abead8f6
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake
+ icon: https://handbrake.fr/img/logo.png
+ keywords:
+ - handbrake
+ - encode
+ - media
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: stavros-k@users.noreply.github.com
+ name: stavros-k
+ url: truecharts.org
+ name: handbrake
+ sources:
+ - https://github.com/jlesage/docker-handbrake
+ - https://hub.docker.com/r/jlesage/handbrake/
+ - https://handbrake.fr/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/handbrake-8.0.3/handbrake-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 1.24.1
created: "2021-09-26T23:18:13.906281594Z"
@@ -57066,6 +57854,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/handbrake-3.1.5/handbrake-3.1.5.tgz
version: 3.1.5
haste-server:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-09-29T16:23:15.935429473Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Simple text sharing
+ digest: 5cb326e0172727398cabe4d7f5384bc258f08966f163bf0fb43c4affa6d527b1
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/haste
+ icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png
+ keywords:
+ - haste
+ - hastebin
+ - haste-server
+ - pastebin
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: haste-server
+ sources:
+ - https://github.com/seejohnrun/haste-server
+ - https://github.com/k8s-at-home/container-images
+ urls:
+ - https://github.com/truecharts/apps/releases/download/haste-server-3.0.3/haste-server-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: latest
created: "2021-09-26T23:18:14.088566699Z"
@@ -58887,6 +59703,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz
version: 1.0.0
healthchecks:
+ - apiVersion: v2
+ appVersion: 1.22.0
+ created: "2021-09-29T16:23:16.075382625Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Healthchecks is a cron job monitoring service. It listens for HTTP
+ requests and email messages ("pings") from your cron jobs and scheduled tasks
+ ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts.
+ digest: c4be44c48fd8ebe30b48f3094e957343f262b976bb459e858de68dba28228f3e
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/healthchecks
+ icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4
+ keywords:
+ - cron
+ - monitoring
+ - alert
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: healthchecks
+ sources:
+ - https://github.com/healthchecks/healthchecks
+ - https://hub.docker.com/r/linuxserver/healthchecks
+ urls:
+ - https://github.com/truecharts/apps/releases/download/healthchecks-3.0.3/healthchecks-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.22.0
created: "2021-09-26T23:18:14.272537767Z"
@@ -60396,6 +61241,29 @@ entries:
- https://github.com/truecharts/apps/releases/download/healthchecks-1.0.1/healthchecks-1.0.1.tgz
version: 1.0.1
heimdall:
+ - apiVersion: v2
+ appVersion: 2.2.2
+ created: "2021-09-29T16:23:16.211748529Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: An Application dashboard and launcher
+ digest: c67a788920ca11f51954c85ba667f4dab59d61b5b69c4bc429a54d5cc520174e
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/heimdall
+ icon: https://i.imgur.com/mM4tcO5.png
+ keywords:
+ - heimdall
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: heimdall
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/heimdall-8.0.4/heimdall-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 2.2.2
created: "2021-09-28T06:41:59.734255402Z"
@@ -62299,6 +63167,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/heimdall-3.1.5/heimdall-3.1.5.tgz
version: 3.1.5
home-assistant:
+ - apiVersion: v2
+ appVersion: 2021.9.7
+ created: "2021-09-29T16:23:16.339212315Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: home-assistant App for TrueNAS SCALE
+ digest: 274cd173fc9cbf731d0c0f75a81a678e91c01019f873d79c1976ff8cb7a3d944
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant
+ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png
+ keywords:
+ - home-assistant
+ - hass
+ - homeassistant
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: 35702532+tprelog@users.noreply.github.com
+ name: tprelog
+ url: truecharts.org
+ name: home-assistant
+ sources:
+ - https://github.com/home-assistant/home-assistant
+ - https://github.com/cdr/code-server
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/home-assistant-8.0.3/home-assistant-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 2021.9.7
created: "2021-09-26T23:18:14.632400977Z"
@@ -65180,6 +66079,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/home-assistant-3.1.5/home-assistant-3.1.5.tgz
version: 3.1.5
hyperion-ng:
+ - apiVersion: v2
+ appVersion: 2.0.0-alph
+ created: "2021-09-29T16:23:16.47559712Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Hyperion is an opensource Bias or Ambient Lighting implementation
+ digest: 473a2d13b0db2a27bc3d7155297f25d0a2ecb95d45e1c44c7650491ef52c8eb1
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/hyperion-ng
+ icon: https://avatars.githubusercontent.com/u/17778452?s=200&v=4
+ keywords:
+ - hyperion-ng
+ - hyperion
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: hyperion-ng
+ sources:
+ - https://github.com/hyperion-project/hyperion.ng
+ - https://hub.docker.com/r/sirfragalot/hyperion.ng
+ urls:
+ - https://github.com/truecharts/apps/releases/download/hyperion-ng-3.0.3/hyperion-ng-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 2.0.0-alph
created: "2021-09-26T23:18:14.816555641Z"
@@ -66429,6 +67354,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz
version: 1.0.1
jackett:
+ - apiVersion: v2
+ appVersion: 0.18.827
+ created: "2021-09-29T16:23:16.602034092Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: API Support for your favorite torrent trackers.
+ digest: bbd2f82c9de31101b0a35ffb7daeccbc9507ed3d2db64166192be46415a37c87
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
+ icon: https://truecharts.org/_static/img/jackett-icon.png
+ keywords:
+ - jackett
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: jackett
+ sources:
+ - https://github.com/Jackett/Jackett
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/jackett-8.0.5/jackett-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: 0.18.827
created: "2021-09-28T22:20:27.392668507Z"
@@ -69775,6 +70730,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/jackett-3.1.5/jackett-3.1.5.tgz
version: 3.1.5
jdownloader2:
+ - apiVersion: v2
+ appVersion: 1.7.1
+ created: "2021-09-29T16:23:16.712678156Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: JDownloader is a free, open-source download management tool with
+ a huge community of developers that makes downloading as easy and fast as it
+ should be.
+ digest: bb31055df58398f58d6ed40e057985f3c29ac44dd8d1982c5c1dcf2d836fa9ea
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
+ icon: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150
+ keywords:
+ - jdownloader
+ - download
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: jdownloader2
+ sources:
+ - https://github.com/jlesage/docker-jdownloader-2
+ - https://hub.docker.com/r/jlesage/jdownloader-2
+ - https://jdownloader.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/jdownloader2-3.0.3/jdownloader2-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.7.1
created: "2021-09-26T23:18:15.205649181Z"
@@ -70574,6 +71559,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/jdownloader2-0.0.1/jdownloader2-0.0.1.tgz
version: 0.0.1
jellyfin:
+ - apiVersion: v2
+ appVersion: 10.7.7
+ created: "2021-09-29T16:23:16.865555379Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Jellyfin is a Free Software Media System
+ digest: e9bd319c0631fbc37a7b70974e9ebb056f5b7a5870370a48d2a864182b88fe64
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin
+ icon: https://truecharts.org/_static/img/jellyfin-icon.png
+ keywords:
+ - jellyfin
+ - plex
+ - emby
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: jellyfin
+ sources:
+ - https://github.com/jellyfin/jellyfin
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/jellyfin-8.0.3/jellyfin-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 10.7.7
created: "2021-09-26T23:18:15.377241506Z"
@@ -73077,6 +74092,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz
version: 3.1.5
k8s-gateway:
+ - apiVersion: v2
+ appVersion: 0.1.8
+ created: "2021-09-29T16:23:16.978877478Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A Helm chart for the k8s_gateway CoreDNS plugin
+ digest: 49de9604719c6c94f575a173c12a47e33df112fb6363798ed02dfa9741bcb61f
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway
+ icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png
+ keywords:
+ - DNS
+ - networking
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: k8s-gateway
+ sources:
+ - https://github.com/ori-edge/k8s_gateway
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/k8s-gateway-3.0.3/k8s-gateway-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.1.8
created: "2021-09-26T23:18:15.558965921Z"
@@ -73468,6 +74509,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.1/k8s-gateway-0.0.1.tgz
version: 0.0.1
kms:
+ - apiVersion: v2
+ appVersion: minimal
+ created: "2021-09-29T16:23:17.123948697Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Private Windows Activation Server for development and testing
+ digest: 292439f48b160eef76d40168dc4f1910a93db13333b275641420f2849775d9b8
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/kms
+ icon: https://truecharts.org/_static/img/kms-icon.jpg
+ keywords:
+ - kms
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: kms
+ sources:
+ - https://github.com/SystemRage/py-kms
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/kms-8.0.3/kms-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: minimal
created: "2021-09-26T23:18:15.731183733Z"
@@ -75694,6 +76763,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz
version: 3.1.5
komga:
+ - apiVersion: v2
+ appVersion: 0.130.0
+ created: "2021-09-29T16:23:17.263556544Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A comics/mangas server to serve/stream pages via API
+ digest: 7b407126bb3644a884715e2a372de84d7fe56d65e456205771056c25d7152f09
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/komga
+ icon: https://komga.org/assets/media/logo.svg
+ keywords:
+ - komga
+ - comics
+ - mangas
+ - server
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: komga
+ sources:
+ - https://komga.org/
+ - https://github.com/gotson/komga
+ urls:
+ - https://github.com/truecharts/apps/releases/download/komga-3.0.4/komga-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 0.130.0
created: "2021-09-28T06:42:00.261920998Z"
@@ -77459,6 +78556,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz
version: 1.0.1
lazylibrarian:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-09-29T16:23:17.404516309Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Get all your books, like series with Sonarr...
+ digest: d54e5203f0050b8f94d5f538e2c4bec2366d48385e3dfa8942b06271e066338c
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian
+ icon: https://lazylibrarian.gitlab.io/logo.svg
+ keywords:
+ - lazylibrarian
+ - ebooks
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: lazylibrarian
+ sources:
+ - https://gitlab.com/LazyLibrarian/LazyLibrarian.git
+ - https://lazylibrarian.gitlab.io
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/lazylibrarian-8.0.4/lazylibrarian-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: latest
created: "2021-09-28T06:42:00.50692705Z"
@@ -79946,6 +81073,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/lazylibrarian-3.1.5/lazylibrarian-3.1.5.tgz
version: 3.1.5
librespeed:
+ - apiVersion: v2
+ appVersion: 5.2.4
+ created: "2021-09-29T16:23:17.5625499Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Librespeed is a HTML5 webpage to test upload and download speeds
+ digest: 5382713de56012919725434f07d4c562fbaa5a3476f069246872eda35a415c12
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/librespeed
+ icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true
+ keywords:
+ - librespeed
+ - speedtest
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: librespeed
+ sources:
+ - https://github.com/librespeed/speedtest
+ - https://hub.docker.com/r/linuxserver/librespeed
+ - https://github.com/truechartsapps/tree/master/charts/librespeed
+ urls:
+ - https://github.com/truecharts/apps/releases/download/librespeed-3.0.4/librespeed-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 5.2.4
created: "2021-09-28T07:44:42.64556926Z"
@@ -81270,6 +82424,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/librespeed-1.0.1/librespeed-1.0.1.tgz
version: 1.0.1
lidarr:
+ - apiVersion: v2
+ appVersion: 1.0.0.2255
+ created: "2021-09-29T16:23:17.693070327Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Looks and smells like Sonarr but made for music
+ digest: 22ec6b92113ddfc270bb7f75747eb0e50faf29a16c6a90ef5ba7708c43fba44a
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr
+ icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4
+ keywords:
+ - lidarr
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: lidarr
+ sources:
+ - https://github.com/Lidarr/Lidarr
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/lidarr-8.0.3/lidarr-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 1.0.0.2255
created: "2021-09-26T23:18:16.491837188Z"
@@ -83743,6 +84927,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/lidarr-3.1.5/lidarr-3.1.5.tgz
version: 3.1.5
littlelink:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-09-29T16:23:17.841002584Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Easy platform to combine all your social links
+ digest: f1f4588335f83d574c4b9bfa6daf512a10ec577eb6867fef75aef96a45eef37c
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink
+ icon: https://littlelink.io/images/avatar@2x.png
+ keywords:
+ - littlelink
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: littlelink
+ sources:
+ - https://github.com/techno-tim/littlelink-server
+ - https://github.com/sethcottle/littlelink
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/littlelink-3.0.3/littlelink-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: latest
created: "2021-09-26T23:18:16.667808222Z"
@@ -84875,6 +86088,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/littlelink-1.0.0/littlelink-1.0.0.tgz
version: 1.0.0
lychee:
+ - apiVersion: v2
+ appVersion: 4.3.4
+ created: "2021-09-29T16:23:17.975062058Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Lychee is a free photo-management tool, which runs on your server
+ or web-space
+ digest: c3728fe96f51f7848c61576d851ed098adc13f841396e63445684456f7227d36
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/lychee
+ icon: https://github.com/LycheeOrg/Lychee/blob/master/Banner.png?raw=true
+ keywords:
+ - lychee
+ - photo
+ - pictures
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: lychee
+ sources:
+ - https://github.com/LycheeOrg/Lychee
+ - https://hub.docker.com/r/lycheeorg/lychee
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/lychee-8.0.3/lychee-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 4.3.4
created: "2021-09-26T23:18:16.85032962Z"
@@ -87222,6 +88464,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/lychee-3.1.5/lychee-3.1.5.tgz
version: 3.1.5
mealie:
+ - apiVersion: v2
+ appVersion: 0.5.2
+ created: "2021-09-29T16:23:18.109382835Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Mealie is a self hosted recipe manager and meal planner with a RestAPI
+ backend and a reactive frontend application built in Vue for a pleasant user
+ experience for the whole family.
+ digest: e76dbf6e96a95cf8cf834aa474d203184a67ed06820a10947dcf3d619a7a9139
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/mealie
+ icon: https://raw.githubusercontent.com/hay-kot/mealie/gh-pages/assets/img/favicon.png
+ keywords:
+ - grocy
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: mealie
+ sources:
+ - https://github.com/hay-kot/mealie
+ urls:
+ - https://github.com/truecharts/apps/releases/download/mealie-3.0.3/mealie-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.5.2
created: "2021-09-26T23:18:17.033920696Z"
@@ -88991,6 +90259,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz
version: 1.0.0
mosquitto:
+ - apiVersion: v2
+ appVersion: 2.0.12
+ created: "2021-09-29T16:23:18.236478016Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Eclipse Mosquitto - An open source MQTT broker
+ digest: 1caa76d185a61d0aa44c5e1a79211e6056d9d94ea696bab67bab779191a8e72b
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/mosquitto
+ icon: https://projects.eclipse.org/sites/default/files/mosquitto-200px.png
+ keywords:
+ - mosquitto
+ - MQTT
+ - eclipse-iot
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: mosquitto
+ sources:
+ - https://github.com/eclipse/mosquitto
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/mosquitto-3.0.3/mosquitto-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 2.0.12
created: "2021-09-26T23:18:17.211276601Z"
@@ -90801,6 +92096,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/mosquitto-1.0.0/mosquitto-1.0.0.tgz
version: 1.0.0
mylar:
+ - apiVersion: v2
+ appVersion: 0.5.3
+ created: "2021-09-29T16:23:18.314349347Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with
+ various download clients.
+ digest: 613741c479c45885a1dd4b26659ea18b801ac2bfa3071559ff6ecfe64ec0b6d6
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/mylar
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png
+ keywords:
+ - mylar
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - name: truecharts
+ url: https://patricol.co/
+ name: mylar
+ sources:
+ - https://github.com/mylar3/mylar3
+ - https://github.com/linuxserver/docker-mylar3
+ - https://github.com/truechartsapps/tree/master/charts/mylar
+ urls:
+ - https://github.com/truecharts/apps/releases/download/mylar-3.0.3/mylar-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.5.3
created: "2021-09-26T23:18:17.392961916Z"
@@ -91998,6 +93319,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/mylar-1.0.1/mylar-1.0.1.tgz
version: 1.0.1
navidrome:
+ - apiVersion: v2
+ appVersion: 0.45.1
+ created: "2021-09-29T16:23:18.448667124Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Navidrome is an open source web-based music collection server and
+ streamer
+ digest: f95ad5a174b62f73787b6ff50cd6d01706bde161160694646fedc47415ef6afe
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/navidrome
+ icon: https://raw.githubusercontent.com/navidrome/navidrome/v0.42.0/ui/src/icons/android-icon-192x192.png
+ keywords:
+ - navidrome
+ - music
+ - streaming
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: navidrome
+ sources:
+ - https://github.com/deluan/navidrome
+ - https://hub.docker.com/r/deluan/navidrome
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/navidrome-8.0.3/navidrome-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 0.45.1
created: "2021-09-26T23:18:17.584359229Z"
@@ -94434,6 +95784,45 @@ entries:
- https://github.com/truecharts/apps/releases/download/navidrome-3.1.5/navidrome-3.1.5.tgz
version: 3.1.5
nextcloud:
+ - apiVersion: v2
+ appVersion: 22.1.1
+ created: "2021-09-29T16:23:18.601999252Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ - condition: redis.enabled
+ name: redis
+ repository: https://charts.bitnami.com/bitnami
+ version: 15.4.0
+ description: A private cloud server that puts the control and security of your
+ own data back into your hands.
+ digest: 3d00a25788d6905807bc699f587b5acfca8784cce69384af1d895325e8e73e86
+ home: https://nextcloud.com/
+ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png
+ keywords:
+ - nextcloud
+ - storage
+ - http
+ - web
+ - php
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: nextcloud
+ sources:
+ - https://github.com/nextcloud/docker
+ - https://github.com/nextcloud/helm
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/nextcloud-6.0.10/nextcloud-6.0.10.tgz
+ version: 6.0.10
- apiVersion: v2
appVersion: 22.1.1
created: "2021-09-29T08:25:28.185468714Z"
@@ -99652,6 +101041,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/nextcloud-1.0.0/nextcloud-1.0.0.tgz
version: 1.0.0
node-red:
+ - apiVersion: v2
+ appVersion: 2.0.6
+ created: "2021-09-29T16:23:18.752084438Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Node-RED is low-code programming for event-driven applications
+ digest: a760f3ea6af5c9fc53e8ff322419603641ddee827222b92a6668cabc25c26855
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/node-red
+ icon: https://nodered.org/about/resources/media/node-red-icon-2.png
+ keywords:
+ - node-red
+ - nodered
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: node-red
+ sources:
+ - https://github.com/node-red/node-red-docker
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/node-red-8.0.3/node-red-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 2.0.6
created: "2021-09-26T23:18:18.027988388Z"
@@ -101917,6 +103332,30 @@ entries:
- https://github.com/truecharts/apps/releases/download/node-red-3.1.5/node-red-3.1.5.tgz
version: 3.1.5
nullserv:
+ - apiVersion: v2
+ appVersion: 1.3.0
+ created: "2021-09-29T16:23:18.877406796Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A simple null file http and https server
+ digest: b549706d45fff2a91a39612a53ec0d7ac4e9b17ccbcebff076108bada1c80bca
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/nullserv
+ icon: https://miro.medium.com/max/800/1*UL9RWkTUtJlyHW7kGm20hQ.png
+ keywords:
+ - nullserv
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: nullserv
+ sources:
+ - https://github.com/bmrzycki/nullserv
+ urls:
+ - https://github.com/truecharts/apps/releases/download/nullserv-3.0.3/nullserv-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.3.0
created: "2021-09-26T23:18:18.210398388Z"
@@ -103022,6 +104461,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/nullserv-1.0.1/nullserv-1.0.1.tgz
version: 1.0.1
nzbget:
+ - apiVersion: v2
+ appVersion: "21.1"
+ created: "2021-09-29T16:23:19.009541944Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: NZBGet is a Usenet downloader client
+ digest: b7dd8744ee9f11107a19a5924bb09e491ea4e3a254c40161b17dc8383b3aec33
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbget
+ icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4
+ keywords:
+ - nzbget
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: nzbget
+ sources:
+ - https://nzbget.net/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/nzbget-8.0.3/nzbget-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: "21.1"
created: "2021-09-26T23:18:18.401242513Z"
@@ -105142,6 +106607,29 @@ entries:
- https://github.com/truecharts/apps/releases/download/nzbget-3.1.5/nzbget-3.1.5.tgz
version: 3.1.5
nzbhydra:
+ - apiVersion: v2
+ appVersion: 3.16.2
+ created: "2021-09-29T16:23:19.153286646Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ deprecated: true
+ description: Usenet meta search
+ digest: ea68e200bf58e3d8d0ae10aae97c2fb945c2fa4db55f8206103db7b8acf86ff3
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbhydra
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png
+ keywords:
+ - nzbhydra
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ name: nzbhydra
+ sources:
+ - https://github.com/theotherp/nzbhydra2
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/nzbhydra-8.0.5/nzbhydra-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: 3.16.2
created: "2021-09-28T06:42:00.818596981Z"
@@ -107117,6 +108605,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/nzbhydra-3.1.6/nzbhydra-3.1.6.tgz
version: 3.1.6
octoprint:
+ - apiVersion: v2
+ appVersion: 1.6.1
+ created: "2021-09-29T16:23:19.236052441Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: OctoPrint is the snappy web interface for your 3D printer
+ digest: c097f143b6c262cb4b7236d5cd969fc1131d011dbccde161b72c62f8ed349730
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/octoprint
+ icon: https://avatars3.githubusercontent.com/u/5982294?s=400&v=4
+ keywords:
+ - octoprint
+ - 3d
+ - printer
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: octoprint
+ sources:
+ - https://github.com/OctoPrint/OctoPrint
+ - https://hub.docker.com/r/octoprint/octoprint
+ urls:
+ - https://github.com/truecharts/apps/releases/download/octoprint-3.0.3/octoprint-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.6.1
created: "2021-09-26T23:18:18.772364082Z"
@@ -108387,6 +109902,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz
version: 1.0.1
omada-controller:
+ - apiVersion: v2
+ appVersion: "4.4"
+ created: "2021-09-29T16:23:19.37244767Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Omada enables the network administrators to monitor and manage all
+ the Omada products in the network with a centralized management platform.
+ digest: fdc8bf42746ce6bf6f0406d194024011b6c10f5b72aa70736ab34f2660b1a7fa
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/omada-controller
+ icon: https://www.tp-link.com/assets/images/icon/logo-white.svg
+ keywords:
+ - omada-controller
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: omada-controller
+ sources:
+ - https://github.com/mbentley/docker-omada-controller
+ - https://github.com/truechartsapps/tree/master/charts/omada-controller
+ urls:
+ - https://github.com/truecharts/apps/releases/download/omada-controller-3.0.4/omada-controller-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: "4.4"
created: "2021-09-28T06:42:01.306655173Z"
@@ -109688,6 +111229,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/omada-controller-1.0.1/omada-controller-1.0.1.tgz
version: 1.0.1
ombi:
+ - apiVersion: v2
+ appVersion: 4.0.1482
+ created: "2021-09-29T16:23:19.50248852Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
+ digest: d7c46315aee5c711bee15b6e320ab7062f0505c3bff4f8835e0b45160d08fcfa
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi
+ icon: https://raw.githubusercontent.com/Ombi-app/Ombi/gh-pages/img/android-chrome-512x512.png
+ keywords:
+ - ombi
+ - plex
+ - emby
+ - sonarr
+ - radarr
+ - couchpotato
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: ombi
+ sources:
+ - https://github.com/tidusjar/Ombi
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/ombi-8.0.3/ombi-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 4.0.1482
created: "2021-09-26T23:18:19.133659255Z"
@@ -112935,6 +114509,38 @@ entries:
- https://github.com/truecharts/apps/releases/download/ombi-3.1.5/ombi-3.1.5.tgz
version: 3.1.5
openldap:
+ - apiVersion: v2
+ appVersion: 1.5.0
+ created: "2021-09-29T16:23:19.611558056Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Community developed LDAP software
+ digest: 73c2818c00c5734f0e0122be230183e41851c2891307e435564e34f66900c97f
+ home: https://www.openldap.org
+ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Database-openldap.svg/640px-Database-openldap.svg.png
+ keywords:
+ - ldap
+ - openldap
+ - iam-stack
+ - high availability
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: openldap
+ sources:
+ - https://github.com/jp-gouin/helm-openldap
+ - https://github.com/osixia/docker-openldap
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/openldap-3.0.3/openldap-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.5.0
created: "2021-09-26T23:18:19.31923649Z"
@@ -114440,6 +116046,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/openldap-1.0.0/openldap-1.0.0.tgz
version: 1.0.0
organizr:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-09-29T16:23:19.755807419Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: HTPC/Homelab Services Organizer
+ digest: 1dff3e6048c6f2392caac6ec36395cde57ccb76fb0004a4f98d8d0d685904ad6
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/organizr
+ icon: https://github.com/causefx/Organizr/blob/v2-master/plugins/images/organizr/logo.png?raw=true
+ keywords:
+ - organizr
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: organizr
+ sources:
+ - https://github.com/causefx/Organizr
+ - https://hub.docker.com/r/organizr/organizr
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/organizr-8.0.3/organizr-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: latest
created: "2021-09-26T23:18:19.498399558Z"
@@ -116547,6 +118179,31 @@ entries:
- https://github.com/truecharts/apps/releases/download/organizr-3.1.5/organizr-3.1.5.tgz
version: 3.1.5
oscam:
+ - apiVersion: v2
+ appVersion: "11693"
+ created: "2021-09-29T16:23:19.895770618Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Open Source Conditional Access Module software
+ digest: 497a0a6bca37736ac7d1851d0806ea06fbb0300902e4f3bd954fd9a9047fece1
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png
+ keywords:
+ - oscam
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: oscam
+ sources:
+ - https://trac.streamboard.tv/oscam/browser/trunk
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/oscam-3.0.3/oscam-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: "11693"
created: "2021-09-26T23:18:19.671839045Z"
@@ -116698,6 +118355,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/oscam-1.0.0/oscam-1.0.0.tgz
version: 1.0.0
overseerr:
+ - apiVersion: v2
+ appVersion: 1.26.1
+ created: "2021-09-29T16:23:20.024217044Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Overseerr is a free and open source software application for managing
+ requests for your media library. It integrates with your existing services such
+ as Sonarr, Radarr and Plex!
+ digest: 5680eb4c863dc541f013199840bb75eeaed1a8f188b147e6188cfb853046c829
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/overseerr
+ icon: https://i.imgur.com/TMoEG7g.png
+ keywords:
+ - overseerr
+ - plex
+ - sonarr
+ - radarr
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: overseerr
+ sources:
+ - https://github.com/sct/overseerr
+ - https://hub.docker.com/r/sctx/overseerr
+ urls:
+ - https://github.com/truecharts/apps/releases/download/overseerr-3.0.3/overseerr-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.26.1
created: "2021-09-26T23:18:19.897128151Z"
@@ -118109,6 +119796,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/overseerr-1.0.1/overseerr-1.0.1.tgz
version: 1.0.1
owncast:
+ - apiVersion: v2
+ appVersion: 0.0.9
+ created: "2021-09-29T16:23:20.181362801Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Take control over your live stream video by running it yourself.
+ Streaming + chat out of the box.
+ digest: a3bf0ac38f3bb8e5e65a871fcba47f62c6f341770fd7c8e64a18cd91d8b07fe2
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/owncast
+ icon: https://owncast.online/images/owncast-logo-1000x1000.png
+ keywords:
+ - owncast
+ - stream
+ - open source
+ - chat
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: owncast
+ sources:
+ - https://owncast.online/
+ - https://github.com/owncast/owncast
+ urls:
+ - https://github.com/truecharts/apps/releases/download/owncast-3.0.4/owncast-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 0.0.9
created: "2021-09-28T06:42:01.523813405Z"
@@ -119531,6 +121247,38 @@ entries:
- https://github.com/truecharts/apps/releases/download/owncast-1.0.1/owncast-1.0.1.tgz
version: 1.0.1
owncloud-ocis:
+ - apiVersion: v2
+ appVersion: 1.12.0
+ created: "2021-09-29T16:23:20.325441461Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: ownCloud Infinite Scale is a self-hosted file sync and share server.
+ digest: b193db406537cf6475047a2d751ecf1c4e32d3a5f421219fcd2e3ffe46eeedf2
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/owncloud-ocis
+ icon: https://avatars.githubusercontent.com/u/1645051?s=200&v=4
+ keywords:
+ - owncloud
+ - ocis
+ - infinite
+ - scale
+ - self-hosted
+ - sync
+ - share
+ - server
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: owncloud-ocis
+ sources:
+ - https://hub.docker.com/r/owncloud/ocis
+ - https://owncloud.dev/ocis/
+ urls:
+ - https://github.com/truecharts/apps/releases/download/owncloud-ocis-3.0.3/owncloud-ocis-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.12.0
created: "2021-09-26T23:18:20.238366143Z"
@@ -121164,6 +122912,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/owncloud-ocis-1.0.1/owncloud-ocis-1.0.1.tgz
version: 1.0.1
pgadmin:
+ - apiVersion: v2
+ appVersion: "5.7"
+ created: "2021-09-29T16:23:20.448024599Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Web-Based postgresql database management utility
+ digest: ae9791cc145051dd13faac03672782d49731738e156e95416635e636709b5f28
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin
+ icon: https://www.postgresql.org/message-id/attachment/1139/pgAdmin.svg
+ keywords:
+ - pgadmin
+ - db
+ - database
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: pgadmin
+ sources:
+ - https://www.pgadmin.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/pgadmin-3.0.3/pgadmin-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: "5.7"
created: "2021-09-26T23:18:20.419259875Z"
@@ -122635,6 +124413,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz
version: 1.0.1
photoprism:
+ - apiVersion: v2
+ appVersion: "20210925"
+ created: "2021-09-29T16:23:20.587402489Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: PhotoPrism® is a server-based application for browsing, organizing
+ and sharing your personal photo collection
+ digest: 0bd71161dc91e3ede14869937ac295919b5f09ef6289ffb6cdb90a1e5b162f0b
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/photoprism
+ icon: https://demo.photoprism.org/static/img/logo-avatar.svg
+ keywords:
+ - photos
+ - photoprism
+ - pictures
+ - sharing
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: photoprism
+ sources:
+ - https://github.com/photoprism/photoprism
+ - https://hub.docker.com/r/photoprism/photoprism
+ urls:
+ - https://github.com/truecharts/apps/releases/download/photoprism-3.0.4/photoprism-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: "20210925"
created: "2021-09-27T19:59:04.624658405Z"
@@ -124028,6 +125835,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/photoprism-1.0.1/photoprism-1.0.1.tgz
version: 1.0.1
phpldapadmin:
+ - apiVersion: v2
+ appVersion: 0.9.0
+ created: "2021-09-29T16:23:20.712005058Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Web-based LDAP browser to manage your LDAP server
+ digest: a892bdd98c437b6227c77e494d1ef42d13cb08ab98a907ffe0f80239e23174db
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin
+ icon: https://repository-images.githubusercontent.com/3665191/dd213f80-766c-11e9-8117-6b639095ef99
+ keywords:
+ - phpldapadmin
+ - openldap
+ - userrights
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: phpldapadmin
+ sources:
+ - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/phpldapadmin-3.0.3/phpldapadmin-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.9.0
created: "2021-09-26T23:18:20.773019906Z"
@@ -125289,6 +127126,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/phpldapadmin-1.0.1/phpldapadmin-1.0.1.tgz
version: 1.0.1
piaware:
+ - apiVersion: v2
+ appVersion: "6.1"
+ created: "2021-09-29T16:23:20.83347958Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Program for forwarding ADS-B data to FlightAware
+ digest: 0034bef41492196422a3f7d56cde7045bb1e5596cb3e7beefe9476a9091640d7
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/piaware
+ icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg
+ keywords:
+ - piaware
+ - flight-aware
+ - flight-tracker
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: piaware
+ sources:
+ - https://github.com/flightaware/piaware
+ urls:
+ - https://github.com/truecharts/apps/releases/download/piaware-3.0.3/piaware-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: "6.1"
created: "2021-09-26T23:18:20.963668534Z"
@@ -126512,6 +128375,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/piaware-1.0.1/piaware-1.0.1.tgz
version: 1.0.1
pihole:
+ - apiVersion: v2
+ appVersion: "2021.09"
+ created: "2021-09-29T16:23:20.955507909Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: DNS and Ad-filtering for your network
+ digest: 4ffe730c94dfaa9f505b00c307ecec1e95b798a79a165e50fc519a5b196881e1
+ 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
+ urls:
+ - https://github.com/truecharts/apps/releases/download/pihole-3.0.3/pihole-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: "2021.09"
created: "2021-09-26T23:18:21.134954566Z"
@@ -126945,6 +128835,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/pihole-0.0.1/pihole-0.0.1.tgz
version: 0.0.1
plex:
+ - apiVersion: v2
+ appVersion: 1.24.3.503
+ created: "2021-09-29T16:23:21.078373852Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Plex Media Server
+ digest: 3308f896b0124cb05de5795bdf92ffdd6ad68239f7c83f270af47ccbce86f2a5
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/plex
+ icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png
+ keywords:
+ - plex
+ - plex-media-server
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: plex
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/plex-7.0.3/plex-7.0.3.tgz
+ version: 7.0.3
- apiVersion: v2
appVersion: 1.24.3.503
created: "2021-09-26T23:18:21.314203632Z"
@@ -129460,6 +131377,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/plex-2.1.5/plex-2.1.5.tgz
version: 2.1.5
podgrab:
+ - apiVersion: v2
+ appVersion: 1.0.0
+ created: "2021-09-29T16:23:21.208720607Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A self-hosted podcast manager to download episodes as soon as they
+ become live.
+ digest: 8404eac63019066ab26be960bbf0cc5deccf2f0f1ed35b5dc7492baafeefdf84
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/podgrab
+ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Podcasts_%28iOS%29.svg/1024px-Podcasts_%28iOS%29.svg.png
+ keywords:
+ - podgrab
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: 20650065+warllo54@users.noreply.github.com
+ name: warllo54
+ url: truecharts.org
+ name: podgrab
+ sources:
+ - https://github.com/akhilrex/podgrab
+ - https://hub.docker.com/r/akhilrex/podgrab
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/podgrab-6.0.3/podgrab-6.0.3.tgz
+ version: 6.0.3
- apiVersion: v2
appVersion: 1.0.0
created: "2021-09-26T23:18:21.498355596Z"
@@ -131946,6 +133893,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz
version: 0.0.1
postgresql:
+ - apiVersion: v2
+ appVersion: 13.4.0
+ created: "2021-09-29T16:23:21.342414911Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: PostgresSQL
+ digest: 241b3316a3f3064e7c22beb931957d590a71c7109c62c43131616f0bfae88b52
+ home: https://github.com/truecharts/apps/tree/master/stable/postgres
+ icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
+ keywords:
+ - postgres
+ - postgressql
+ - dtabase
+ - sql
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: postgresql
+ sources:
+ - https://www.postgresql.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/postgresql-3.0.6/postgresql-3.0.6.tgz
+ version: 3.0.6
- apiVersion: v2
appVersion: 13.4.0
created: "2021-09-29T08:25:28.322763197Z"
@@ -133714,6 +135692,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/postgresql-1.0.0/postgresql-1.0.0.tgz
version: 1.0.0
pretend-youre-xyzzy:
+ - apiVersion: v2
+ appVersion: "4"
+ created: "2021-09-29T16:23:21.489349815Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: pretend-youre-xyzzy, a cards against humanity clone
+ digest: 6c8da90df5ca70755eeaba40bc5123b23012b8ac5b9dba8d83b6f8c7e8e51e91
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/pretend-youre-xyzzy
+ icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.png
+ keywords:
+ - pretend-youre-xyzzy
+ - cards
+ - against
+ - humanity
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: pretend-youre-xyzzy
+ sources:
+ - https://github.com/ajanata/PretendYoureXyzzy
+ - https://github.com/emcniece/DockerYourXyzzy
+ urls:
+ - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-3.0.3/pretend-youre-xyzzy-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: "4"
created: "2021-09-26T23:18:21.85678213Z"
@@ -135003,6 +137009,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-1.0.1/pretend-youre-xyzzy-1.0.1.tgz
version: 1.0.1
protonmail-bridge:
+ - apiVersion: v2
+ appVersion: 1.8.9-1
+ created: "2021-09-29T16:23:21.632073855Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Container for protonmail bridge to work on the network.
+ digest: b80db174016a410a122c5176e9b6cec0a340af1423edd81e742bb2b55b3137ec
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/protonmail-bridge
+ icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png
+ keywords:
+ - protonmail
+ - protonmail-bridge
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: protonmail-bridge
+ sources:
+ - https://github.com/shenxn/protonmail-bridge-docker
+ - https://hub.docker.com/r/shenxn/protonmail-bridge
+ urls:
+ - https://github.com/truecharts/apps/releases/download/protonmail-bridge-3.0.3/protonmail-bridge-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 1.8.9-1
created: "2021-09-26T23:18:22.035948297Z"
@@ -138000,6 +140032,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz
version: 6.8.7
prowlarr:
+ - apiVersion: v2
+ appVersion: 0.1.1.953
+ created: "2021-09-29T16:23:21.751269342Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Indexer manager/proxy built on the popular arr net base stack to
+ integrate with your various PVR apps.
+ digest: 454cddf67f787ec89ea79e4bb6e68ceb5b508612630653b0f3b6e9a0f2c1b1d3
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/prowlarr
+ icon: https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/Logo/400.png
+ keywords:
+ - prowlarr
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: prowlarr
+ sources:
+ - https://github.com/Prowlarr/Prowlarr
+ - https://github.com/k8s-at-home/container-images
+ urls:
+ - https://github.com/truecharts/apps/releases/download/prowlarr-3.0.4/prowlarr-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 0.1.1.953
created: "2021-09-28T06:42:02.090505571Z"
@@ -140465,6 +142525,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/prowlarr-1.0.0/prowlarr-1.0.0.tgz
version: 1.0.0
pyload:
+ - apiVersion: v2
+ appVersion: 5de90278
+ created: "2021-09-29T16:23:21.904020733Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: pyLoad is a Free and Open Source download manager written in Python
+ and designed to be extremely lightweight, easily extensible and fully manageable
+ via web.
+ digest: 67779f36ce0bdf1442c27fff2fe353191ec197c5c0d35143ad4ed0e83a63ac9d
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/pyload
+ icon: https://avatars.githubusercontent.com/u/3521496?s=200&v=4
+ keywords:
+ - pyload
+ - download
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: pyload
+ sources:
+ - https://github.com/pyload/pyload
+ - https://hub.docker.com/r/linuxserver/pyload
+ urls:
+ - https://github.com/truecharts/apps/releases/download/pyload-3.0.3/pyload-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 5de90278
created: "2021-09-26T23:18:22.38336506Z"
@@ -141754,6 +143842,30 @@ entries:
- https://github.com/truecharts/apps/releases/download/pyload-1.0.1/pyload-1.0.1.tgz
version: 1.0.1
qbittorrent:
+ - apiVersion: v2
+ appVersion: 4.3.8
+ created: "2021-09-29T16:23:22.620524378Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: qBittorrent is a cross-platform free and open-source BitTorrent client
+ digest: cd6248dea69daa95cfeec00e55213ab576cb5a50817e1f0d709a7cea25c9e4e1
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/qbittorrent
+ icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png
+ keywords:
+ - qbittorrent
+ - torrrent
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: qbittorrent
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/qbittorrent-8.0.4/qbittorrent-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 4.3.8
created: "2021-09-28T06:42:02.308231037Z"
@@ -143775,6 +145887,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/qbittorrent-3.1.5/qbittorrent-3.1.5.tgz
version: 3.1.5
radarr:
+ - apiVersion: v2
+ appVersion: 3.2.2.5080
+ created: "2021-09-29T16:23:22.76674837Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A fork of Sonarr to work with movies à la Couchpotato
+ digest: 620af19fa156baee38006e8535de6fbc8a149ad18bea7988b1d8606119ce6d78
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr
+ icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png
+ keywords:
+ - radarr
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: radarr
+ sources:
+ - https://github.com/Radarr/Radarr
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/radarr-8.0.3/radarr-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 3.2.2.5080
created: "2021-09-26T23:18:22.756075896Z"
@@ -146248,6 +148390,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz
version: 3.1.5
readarr:
+ - apiVersion: v2
+ appVersion: 0.1.0.971
+ created: "2021-09-29T16:23:22.909955618Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A fork of Radarr to work with Books & AudioBooks
+ digest: 25af97e18101ec987c46dac9ff83c9f3627518c0a148a153c022745f65067d0b
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/readarr
+ icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true
+ keywords:
+ - readarr
+ - torrent
+ - usenet
+ - AudioBooks
+ - ebooks
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: readarr
+ sources:
+ - https://github.com/Readarr/Readarr
+ - https://readarr.com
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/readarr-8.0.4/readarr-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 0.1.0.971
created: "2021-09-28T06:42:02.562048702Z"
@@ -149513,6 +151688,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/readarr-3.1.5/readarr-3.1.5.tgz
version: 3.1.5
reg:
+ - apiVersion: v2
+ appVersion: 0.16.1
+ created: "2021-09-29T16:23:23.030540026Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Docker registry v2 command line client and repo listing generator
+ with security checks.
+ digest: 70ce41ef8f0e6f5fa298e94bad2c715321dd3f2e3942beff02773c7e1df0933b
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/reg
+ icon: https://avatars.githubusercontent.com/u/37218338
+ keywords:
+ - reg
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: reg
+ sources:
+ - https://github.com/genuinetools/reg
+ - https://github.com/k8s-at-home/container-images/
+ urls:
+ - https://github.com/truecharts/apps/releases/download/reg-3.0.3/reg-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.16.1
created: "2021-09-26T23:18:23.125121263Z"
@@ -151230,6 +153431,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/reg-1.0.0/reg-1.0.0.tgz
version: 1.0.0
resilio-sync:
+ - apiVersion: v2
+ appVersion: 2.7.2.1375
+ created: "2021-09-29T16:23:23.145829355Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Resilio Sync is a fast, reliable, and simple file sync and share
+ solution, powered by P2P technology
+ digest: 8889ac04db35633a5949113efafdf336b5e002a9e12b1a9a8570f1faa2989956
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/resio-sync
+ icon: https://blog.resilio.com/wp-content/uploads/2016/06/SyncSymbol-260x260px.png
+ keywords:
+ - resilio
+ - sync
+ - btsync
+ - bittorrent
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: resilio-sync
+ sources:
+ - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
+ urls:
+ - https://github.com/truecharts/apps/releases/download/resilio-sync-3.0.3/resilio-sync-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 2.7.2.1375
created: "2021-09-26T23:18:23.296608451Z"
@@ -152547,6 +154776,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/resilio-sync-1.0.1/resilio-sync-1.0.1.tgz
version: 1.0.1
sabnzbd:
+ - apiVersion: v2
+ appVersion: 3.4.1
+ created: "2021-09-29T16:23:23.284567436Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Free and easy binary newsreader
+ digest: c3c62f7034615d90f924f8671544d3b0cd3bea533575d076ada1af0019c0d238
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/sabnzbd
+ icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4
+ keywords:
+ - sabnzbd
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: sabnzbd
+ sources:
+ - https://sabnzbd.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/sabnzbd-8.0.4/sabnzbd-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 3.4.1
created: "2021-09-28T06:42:02.743641066Z"
@@ -154719,6 +156974,31 @@ entries:
- https://github.com/truecharts/apps/releases/download/sabnzbd-3.1.5/sabnzbd-3.1.5.tgz
version: 3.1.5
ser2sock:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-09-29T16:23:23.417125923Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Serial to Socket Redirector
+ digest: 54be93ea5d5333c842072a8b5da89b118ae79214a2a14d9314eb45ab82c39596
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/ser2sock
+ icon: https://i.imgur.com/GfZ7McO.png
+ keywords:
+ - ser2sock
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: ser2sock
+ sources:
+ - https://github.com/nutechsoftware/ser2sock
+ - https://github.com/tenstartups/ser2sock
+ urls:
+ - https://github.com/truecharts/apps/releases/download/ser2sock-3.0.3/ser2sock-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: latest
created: "2021-09-26T23:18:23.658594927Z"
@@ -155870,6 +158150,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz
version: 1.0.1
sogo:
+ - apiVersion: v2
+ appVersion: 5.2.0
+ created: "2021-09-29T16:23:23.577755632Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ - condition: memcached.enabled
+ name: memcached
+ repository: https://charts.bitnami.com/bitnami
+ version: 5.15.3
+ description: Groupware package
+ digest: 3d6746463899f1e9b559037917f606de94d3719322220ba727a71b4e35fb8030
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/sogo
+ icon: https://truecharts.org/_static/img/sogo-icon.png
+ keywords:
+ - groupware
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: sogo
+ sources:
+ - https://www.sogo.nu/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/sogo-4.0.10/sogo-4.0.10.tgz
+ version: 4.0.10
- apiVersion: v2
appVersion: 5.2.0
created: "2021-09-29T08:25:28.491991595Z"
@@ -156696,6 +159009,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/sogo-0.0.1/sogo-0.0.1.tgz
version: 0.0.1
sonarr:
+ - apiVersion: v2
+ appVersion: 3.0.6.1265
+ created: "2021-09-29T16:23:23.65494749Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Smart PVR for newsgroup and bittorrent users
+ digest: cdd95ce7f1fb72ab6cc34ff17880daf7e3e352b9d2ea0ab5a75c447d122ebbfd
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr
+ icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true
+ keywords:
+ - sonarr
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: sonarr
+ sources:
+ - https://github.com/Sonarr/Sonarr
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/sonarr-8.0.4/sonarr-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 3.0.6.1265
created: "2021-09-26T23:18:24.043875913Z"
@@ -159166,6 +161509,31 @@ entries:
- https://github.com/truecharts/apps/releases/download/sonarr-3.1.5/sonarr-3.1.5.tgz
version: 3.1.5
stash:
+ - apiVersion: v2
+ appVersion: 0.9.0
+ created: "2021-09-29T16:23:23.790737926Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: An organizer for your porn, written in Go
+ digest: 40d7a79429469df341355ee50cd71df37a271e535ff72e810256da9422292609
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/stash
+ icon: https://raw.githubusercontent.com/stashapp/website/master/images/stash.svg
+ keywords:
+ - porn
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: stash
+ sources:
+ - https://github.com/stashapp/stash
+ - https://hub.docker.com/r/stashapp/stash
+ urls:
+ - https://github.com/truecharts/apps/releases/download/stash-3.0.3/stash-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.9.0
created: "2021-09-26T23:18:24.238483514Z"
@@ -160392,6 +162760,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/stash-1.0.2/stash-1.0.2.tgz
version: 1.0.2
syncthing:
+ - apiVersion: v2
+ appVersion: 1.18.2
+ created: "2021-09-29T16:23:23.891832742Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: P2P file synchronization application
+ digest: 619de7af392bffbe24acd2fdea452a701fe6bb30118ba5a05a2e7215507a6754
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing
+ icon: https://raw.githubusercontent.com/syncthing/syncthing/main/assets/logo-128.png
+ keywords:
+ - syncthing
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: luuk@nieuwdorp.me
+ name: luuknieuwdorp
+ url: nieuwdorp.me
+ name: syncthing
+ sources:
+ - https://syncthing.net/
+ - https://github.com/syncthing/syncthing
+ - https://hub.docker.com/r/syncthing/syncthing
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/syncthing-8.0.3/syncthing-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 1.18.2
created: "2021-09-26T23:18:24.424281001Z"
@@ -162883,6 +165281,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/syncthing-3.1.5/syncthing-3.1.5.tgz
version: 3.1.5
tautulli:
+ - apiVersion: v2
+ appVersion: 2.7.6
+ created: "2021-09-29T16:23:24.025895652Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A Python based monitoring and tracking tool for Plex Media Server
+ digest: 75c489fa19e9eeecf6aad29e484181f38027c5c18e82107e9ee77a3c0a28fd49
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli
+ icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true
+ keywords:
+ - tautulli
+ - plex
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: tautulli
+ sources:
+ - https://github.com/Tautulli/Tautulli
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/tautulli-8.0.3/tautulli-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 2.7.6
created: "2021-09-26T23:18:24.602577746Z"
@@ -165333,6 +167760,35 @@ entries:
- https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz
version: 3.1.5
teamspeak3:
+ - apiVersion: v2
+ appVersion: 3.13.6
+ created: "2021-09-29T16:23:24.16641716Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: TeamSpeak is software for quality voice communication via the Internet.
+ digest: 646fed0b25ae26e72c3754c22a066f70f4eacb0664f760fe273d04b330335fb4
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3
+ icon: https://raw.githubusercontent.com/docker-library/docs/618191cf82de051ff6661c3c8b82cfca1b663972/teamspeak/logo.png
+ keywords:
+ - voice server
+ - teamspeak
+ - teamspeak3
+ - teamspeak server
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: teamspeak3
+ sources:
+ - https://hub.docker.com/_/teamspeak
+ - https://www.teamspeak.com/en/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/teamspeak3-1.0.4/teamspeak3-1.0.4.tgz
+ version: 1.0.4
- apiVersion: v2
appVersion: 3.13.6
created: "2021-09-26T23:18:24.788751924Z"
@@ -166020,6 +168476,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/testbed-6.11.21/testbed-6.11.21.tgz
version: 6.11.21
thelounge:
+ - apiVersion: v2
+ appVersion: 4.2.0
+ created: "2021-09-29T16:23:24.300561871Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: The Lounge, modern web IRC client designed for self-hosting
+ digest: db5037fb303da56ed43513334d579b609f163ed49a0d0d0f0c096f55cc92ef2a
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/thelounge
+ icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4
+ keywords:
+ - thelounge
+ - IRC
+ - The Lounge
+ - docker
+ - thelounge-docker
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: thelounge
+ sources:
+ - https://github.com/thelounge/thelounge
+ urls:
+ - https://github.com/truecharts/apps/releases/download/thelounge-3.0.3/thelounge-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 4.2.0
created: "2021-09-26T23:18:24.983575421Z"
@@ -167869,6 +170353,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz
version: 1.0.0
traefik:
+ - apiVersion: v2
+ appVersion: 2.5.3
+ created: "2021-09-29T16:23:24.447248671Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Test App for Traefik
+ digest: 060981f8a7d62ec438aab88c987ddacd3abc4f56b5968ef7e8f787537280bcd3
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
+ icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
+ keywords:
+ - traefik
+ - ingress
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: traefik
+ sources:
+ - https://github.com/traefik/traefik
+ - https://github.com/traefik/traefik-helm-chart
+ - https://traefik.io/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/traefik-9.0.3/traefik-9.0.3.tgz
+ version: 9.0.3
- apiVersion: v2
appVersion: 2.5.3
created: "2021-09-26T23:18:25.172878934Z"
@@ -171678,6 +174190,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/traefik-0.0.1/traefik-0.0.1.tgz
version: 0.0.1
transmission:
+ - apiVersion: v2
+ appVersion: "3.00"
+ created: "2021-09-29T16:23:24.576217205Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: API Support for your favorite torrent trackers.
+ digest: 56312d7b7ac55ac83d302067045b61aea9031f4ab58ea1b944ac435f23fd816e
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission
+ icon: https://upload.wikimedia.org/wikipedia/commons/6/6d/Transmission_icon.png
+ keywords:
+ - transmission
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: transmission
+ sources:
+ - https://github.com/transmission/transmission
+ - https://hub.docker.com/r/linuxserver/transmission
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/transmission-8.0.3/transmission-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: "3.00"
created: "2021-09-26T23:18:25.345446099Z"
@@ -174203,6 +176746,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/transmission-3.1.5/transmission-3.1.5.tgz
version: 3.1.5
truecommand:
+ - apiVersion: v2
+ appVersion: 2.0.2
+ created: "2021-09-29T16:23:24.718486638Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Aggregated management of TrueNAS devices
+ digest: 9f9c4292469caeb1b8cddc579f2ea5ab22074a7615927aaa3c398e3a0c29dbaa
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/truecommand
+ icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png
+ keywords:
+ - truecommand
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: truecommand
+ sources:
+ - https://hub.docker.com/r/ixsystems/truecommand
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/truecommand-8.0.3/truecommand-8.0.3.tgz
+ version: 8.0.3
- apiVersion: v2
appVersion: 2.0.2
created: "2021-09-26T23:18:25.521953882Z"
@@ -176457,6 +179028,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/truecommand-3.1.5/truecommand-3.1.5.tgz
version: 3.1.5
tvheadend:
+ - apiVersion: v2
+ appVersion: "63784405"
+ created: "2021-09-29T16:23:24.84533774Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: TVheadend - a TV streaming server and digital video recorder
+ digest: 6a6925596eb2a59c993090c1e58a7fc0b40e80d1edf0ed386a922e6687a4de00
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/tvheadend
+ icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4
+ keywords:
+ - tvheadend
+ - tv
+ - streaming
+ - dvb
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: tvheadend
+ sources:
+ - https://github.com/tvheadend/tvheadend
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/tvheadend-9.0.3/tvheadend-9.0.3.tgz
+ version: 9.0.3
- apiVersion: v2
appVersion: "63784405"
created: "2021-09-26T23:18:25.696618103Z"
@@ -178726,6 +181325,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/tvheadend-4.1.5/tvheadend-4.1.5.tgz
version: 4.1.5
unifi:
+ - apiVersion: v2
+ appVersion: 6.4.54
+ created: "2021-09-29T16:23:24.994621279Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Ubiquiti Network's Unifi Controller
+ digest: c36ec03f02db42eab89a6a55c6be57b311f7b111a3ef80d33210d2acdb5271fc
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/unifi
+ icon: https://dl.ubnt.com/press/logo-UniFi.png
+ keywords:
+ - ubiquiti
+ - unifi
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: unifi
+ sources:
+ - https://github.com/jacobalberty/unifi-docker
+ - https://unifi-network.ui.com
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/unifi-8.0.4/unifi-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 6.4.54
created: "2021-09-28T08:12:28.138331978Z"
@@ -181036,6 +183662,38 @@ entries:
- https://github.com/truecharts/apps/releases/download/unifi-3.1.5/unifi-3.1.5.tgz
version: 3.1.5
unpackerr:
+ - apiVersion: v2
+ appVersion: 0.9.8
+ created: "2021-09-29T16:23:25.13541559Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: This application runs as a daemon on your download host. It checks
+ for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr
+ may import them
+ digest: 11a4a3066a1769c88a3697387b6bcd499fb70231da76b3ef268f776a9e903672
+ home: https://github.com/truecharts/apps/tree/master/charts/incubator/unpackrr
+ icon: https://raw.githubusercontent.com/wiki/davidnewhall/unpackerr/images/unpackerr-logo-text.png
+ keywords:
+ - unpackerr
+ - sonarr
+ - radarr
+ - lidarr
+ - readarr
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: unpackerr
+ sources:
+ - https://github.com/davidnewhall/unpackerr
+ - https://hub.docker.com/r/golift/unpackerr
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/unpackerr-3.0.3/unpackerr-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 0.9.8
created: "2021-09-26T23:18:26.033984798Z"
@@ -183149,6 +185807,43 @@ entries:
- https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz
version: 1.0.0
vaultwarden:
+ - apiVersion: v2
+ appVersion: 1.22.2
+ created: "2021-09-29T16:23:25.274859982Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ description: Unofficial Bitwarden compatible server written in Rust
+ digest: c5bab0e293edc3228a307d4132e13df6c62aaa5b94fd0b342fcc30e5f0073768
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden
+ icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
+ keywords:
+ - bitwarden
+ - bitwardenrs
+ - bitwarden_rs
+ - vaultwarden
+ - password
+ - rust
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: vaultwarden
+ sources:
+ - https://github.com/dani-garcia/vaultwarden
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/vaultwarden-9.0.9/vaultwarden-9.0.9.tgz
+ version: 9.0.9
- apiVersion: v2
appVersion: 1.22.2
created: "2021-09-29T08:25:28.632090114Z"
@@ -187947,6 +190642,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/vaultwarden-1.0.0/vaultwarden-1.0.0.tgz
version: 1.0.0
xteve:
+ - apiVersion: v2
+ appVersion: 2.2.0.200
+ created: "2021-09-29T16:23:25.426221851Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: M3U Proxy for Plex DVR and Emby Live TV.
+ digest: a307840ce1da6d8efd4fafe956d09e160183575da14d729fa0c01a7a5d8e5a5a
+ home: https://github.com/truechartsapps/tree/master/charts/incubator/xteve
+ icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg
+ keywords:
+ - xteve
+ - iptv
+ - plex
+ - emby
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: xteve
+ sources:
+ - https://github.com/xteve-project/xTeVe
+ - https://github.com/k8s-at-home/container-images
+ urls:
+ - https://github.com/truecharts/apps/releases/download/xteve-3.0.3/xteve-3.0.3.tgz
+ version: 3.0.3
- apiVersion: v2
appVersion: 2.2.0.200
created: "2021-09-26T23:18:26.401253962Z"
@@ -189236,6 +191959,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz
version: 1.0.1
zwavejs2mqtt:
+ - apiVersion: v2
+ appVersion: 5.7.1
+ created: "2021-09-29T16:23:25.562430894Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Fully configurable Zwave to MQTT gateway and Control Panel using
+ NodeJS and Vue
+ digest: c481d93966bf3c2279532f17d3a1c4d43c61736eea03a89e62dd11e91ed5876e
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt
+ icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png
+ keywords:
+ - zwavejs2mqtt
+ - zwave-js
+ - z-wave
+ - zwave
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: 35702532+tprelog@users.noreply.github.com
+ name: tprelog
+ url: truecharts.org
+ name: zwavejs2mqtt
+ sources:
+ - https://github.com/zwave-js/zwavejs2mqtt
+ - https://hub.docker.com/r/zwavejs/zwavejs2mqtt
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-8.0.4/zwavejs2mqtt-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 5.7.1
created: "2021-09-28T06:42:03.545881634Z"
@@ -192601,4 +195357,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-09-29T15:36:30.211820951Z"
+generated: "2021-09-29T16:23:25.622135883Z"