diff --git a/charts/incubator/sogo/CHANGELOG.md b/charts/incubator/sogo/CHANGELOG.md
index 0b15b17c258..e1593878fe3 100644
--- a/charts/incubator/sogo/CHANGELOG.md
+++ b/charts/incubator/sogo/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [sogo-4.0.0](https://github.com/truecharts/apps/compare/sogo-3.0.6...sogo-4.0.0) (2021-09-26)
+
+
+
### [sogo-3.0.6](https://github.com/truecharts/apps/compare/sogo-3.0.5...sogo-3.0.6) (2021-09-21)
diff --git a/charts/incubator/sogo/Chart.yaml b/charts/incubator/sogo/Chart.yaml
index 9325a69ef79..8e583a95752 100644
--- a/charts/incubator/sogo/Chart.yaml
+++ b/charts/incubator/sogo/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 5.2.0
+appVersion: "5.2.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/sogo/README.md b/charts/incubator/sogo/README.md
index 64fef573b6a..7b9069f4fed 100644
--- a/charts/incubator/sogo/README.md
+++ b/charts/incubator/sogo/README.md
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | memcached | 5.15.1 |
-| https://truecharts.org/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/incubator/sogo/SCALE/CHANGELOG.md b/charts/incubator/sogo/SCALE/CHANGELOG.md
index 8d8861c51ce..224388893ba 100644
--- a/charts/incubator/sogo/SCALE/CHANGELOG.md
+++ b/charts/incubator/sogo/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [sogo-3.0.6](https://github.com/truecharts/apps/compare/sogo-3.0.5...sogo-3.0.6) (2021-09-21)
-
-#### Chore
-
-* update helm chart postgresql to v2.2.5 ([#1017](https://github.com/truecharts/apps/issues/1017))
+
+### [sogo-4.0.0](https://github.com/truecharts/apps/compare/sogo-3.0.6...sogo-4.0.0) (2021-09-26)
diff --git a/charts/incubator/sogo/helm-values.md b/charts/incubator/sogo/helm-values.md
index 6f9c5bd3811..af36110e3e3 100644
--- a/charts/incubator/sogo/helm-values.md
+++ b/charts/incubator/sogo/helm-values.md
@@ -17,11 +17,15 @@ 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"}}` | 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"},"varrun":{"enabled":false}}` | persistence settings |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
| sogo | object | `{"auth":{"SOGoPasswordChangeEnabled":true},"custom":[],"debug":{"ImapDebugEnabled":false,"LDAPDebugEnabled":false,"MySQL4DebugEnabled":false,"PGDebugEnabled":false,"SOGoDebugRequests":false,"SOGoUIxDebugEnabled":false,"SoDebugBaseURL":false,"WODontZipResponse":false,"WOLogFile":"/var/log/sogo/sogo.log"},"general":{"SOGoLanguage":"English","SOGoSuperUsernames":"","SxVMemLimit":"384"},"mail":{"NGMimeBuildMimeTempDirectory":"/mimetmp","SOGoDraftsFolderName":"Drafts","SOGoForceExternalLoginWithEmail":false,"SOGoIMAPServer":"localhost","SOGoMailDomain":"example.com","SOGoMailSpoolPath":"/var/spool/sogo","SOGoMailingMechanism":"smtp","SOGoSMTPServer":"smtp://domain:port","SOGoSentFolderName":"Sent","SOGoSieveServer":"","SOGoTrashFolderName":"Trash"},"notifications":{"SOGoACLsSendEMailNotifications":false,"SOGoAppointmentSendEMailNotifications":false,"SOGoFoldersSendEMailNotifications":false},"usersources":[],"webui":{"SOGoForwardEnabled":true,"SOGoMailAuxiliaryUserAccountsEnabled":true,"SOGoPageTitle":"SOGo","SOGoSieveScriptsEnabled":true,"SOGoTrustProxyAuthentication":false,"SOGoVacationEnabled":true,"SOGoXSRFValidationEnabled":true}}` | Sogo settings |
| sogo.auth | object | `{"SOGoPasswordChangeEnabled":true}` | Pre-configured Sogo authentication settings |
diff --git a/charts/stable/airsonic/CHANGELOG.md b/charts/stable/airsonic/CHANGELOG.md
index 66b1396671a..94f48d2a3d3 100644
--- a/charts/stable/airsonic/CHANGELOG.md
+++ b/charts/stable/airsonic/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [airsonic-3.0.0](https://github.com/truecharts/apps/compare/airsonic-2.0.3...airsonic-3.0.0) (2021-09-26)
+
+
+
### [airsonic-2.0.3](https://github.com/truecharts/apps/compare/airsonic-2.0.2...airsonic-2.0.3) (2021-09-21)
diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml
index ff95074bdb7..71794da4381 100644
--- a/charts/stable/airsonic/Chart.yaml
+++ b/charts/stable/airsonic/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 10.6.2
+appVersion: "10.6.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md
index d001fa93a0d..3b24e0143f8 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/airsonic/SCALE/CHANGELOG.md b/charts/stable/airsonic/SCALE/CHANGELOG.md
index 0f2f3b9eaf0..6b0eba36b72 100644
--- a/charts/stable/airsonic/SCALE/CHANGELOG.md
+++ b/charts/stable/airsonic/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [airsonic-2.0.3](https://github.com/truecharts/apps/compare/airsonic-2.0.2...airsonic-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [airsonic-3.0.0](https://github.com/truecharts/apps/compare/airsonic-2.0.3...airsonic-3.0.0) (2021-09-26)
diff --git a/charts/stable/airsonic/helm-values.md b/charts/stable/airsonic/helm-values.md
index 79e32d612ca..8e909fa97c1 100644
--- a/charts/stable/airsonic/helm-values.md
+++ b/charts/stable/airsonic/helm-values.md
@@ -22,6 +22,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/appdaemon/CHANGELOG.md b/charts/stable/appdaemon/CHANGELOG.md
index ea3067c10d9..8298e35add1 100644
--- a/charts/stable/appdaemon/CHANGELOG.md
+++ b/charts/stable/appdaemon/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [appdaemon-5.0.0](https://github.com/truecharts/apps/compare/appdaemon-4.0.2...appdaemon-5.0.0) (2021-09-26)
+
+
+
### [appdaemon-4.0.2](https://github.com/truecharts/apps/compare/appdaemon-4.0.1...appdaemon-4.0.2) (2021-09-21)
diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml
index 7cc862aa197..836405076c7 100644
--- a/charts/stable/appdaemon/Chart.yaml
+++ b/charts/stable/appdaemon/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 4.1.0
+appVersion: "4.1.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md
index e407add0b89..c7da25d5fd2 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/appdaemon/SCALE/CHANGELOG.md b/charts/stable/appdaemon/SCALE/CHANGELOG.md
index 017b36fbc69..081b47bd881 100644
--- a/charts/stable/appdaemon/SCALE/CHANGELOG.md
+++ b/charts/stable/appdaemon/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [appdaemon-4.0.2](https://github.com/truecharts/apps/compare/appdaemon-4.0.1...appdaemon-4.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [appdaemon-5.0.0](https://github.com/truecharts/apps/compare/appdaemon-4.0.2...appdaemon-5.0.0) (2021-09-26)
diff --git a/charts/stable/appdaemon/helm-values.md b/charts/stable/appdaemon/helm-values.md
index 3872ce0d257..3f798e5c25f 100644
--- a/charts/stable/appdaemon/helm-values.md
+++ b/charts/stable/appdaemon/helm-values.md
@@ -25,14 +25,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/acockburn/appdaemon"` | |
| image.tag | string | `"v4.1.0@sha256:209ee1c83b4c0794dd6f50333f60a212d0df7c4205e7e374ac78d988ffc3d8fd"` | |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5050` | |
| service.tcp.enabled | bool | `true` | |
diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md
index 702d8d38fee..75d4f6393fb 100644
--- a/charts/stable/authelia/CHANGELOG.md
+++ b/charts/stable/authelia/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [authelia-4.0.0](https://github.com/truecharts/apps/compare/authelia-3.0.9...authelia-4.0.0) (2021-09-26)
+
+
+
### [authelia-3.0.9](https://github.com/truecharts/apps/compare/authelia-3.0.8...authelia-3.0.9) (2021-09-21)
diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml
index 829f1ecebf1..b76e3f142ca 100644
--- a/charts/stable/authelia/Chart.yaml
+++ b/charts/stable/authelia/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 4.31.0
+appVersion: "4.31.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md
index f6080daa901..179044693af 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.3.2 |
-| https://truecharts.org/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/authelia/SCALE/CHANGELOG.md b/charts/stable/authelia/SCALE/CHANGELOG.md
index b9bf7502aef..479c778d9e6 100644
--- a/charts/stable/authelia/SCALE/CHANGELOG.md
+++ b/charts/stable/authelia/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [authelia-3.0.9](https://github.com/truecharts/apps/compare/authelia-3.0.8...authelia-3.0.9) (2021-09-21)
-
-#### Chore
-
-* update helm chart postgresql to v2.2.5 ([#1017](https://github.com/truecharts/apps/issues/1017))
+
+### [authelia-4.0.0](https://github.com/truecharts/apps/compare/authelia-3.0.9...authelia-4.0.0) (2021-09-26)
diff --git a/charts/stable/authelia/helm-values.md b/charts/stable/authelia/helm-values.md
index 6f2cbe7c982..97b2f5af7bb 100644
--- a/charts/stable/authelia/helm-values.md
+++ b/charts/stable/authelia/helm-values.md
@@ -104,11 +104,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.redismaster.noMount | bool | `true` | |
| persistence.redismaster.size | string | `"100Gi"` | |
| persistence.redismaster.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"authelia"` | |
@@ -151,10 +146,6 @@ You will, however, be able to use all values referenced in the common chart here
| regulation.max_retries | int | `3` | |
| resources.limits | object | `{}` | |
| resources.requests | object | `{}` | |
-| securityContext.allowPrivilegeEscalation | bool | `false` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `true` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| server.path | string | `""` | |
| server.port | int | `9091` | |
| server.read_buffer_size | int | `4096` | |
diff --git a/charts/stable/bazarr/CHANGELOG.md b/charts/stable/bazarr/CHANGELOG.md
index b1e82761e19..1f95abb7f5a 100644
--- a/charts/stable/bazarr/CHANGELOG.md
+++ b/charts/stable/bazarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [bazarr-8.0.0](https://github.com/truecharts/apps/compare/bazarr-7.0.2...bazarr-8.0.0) (2021-09-26)
+
+
+
### [bazarr-7.0.2](https://github.com/truecharts/apps/compare/bazarr-7.0.1...bazarr-7.0.2) (2021-09-21)
diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml
index ca6bc719d3a..1d418a3f560 100644
--- a/charts/stable/bazarr/Chart.yaml
+++ b/charts/stable/bazarr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.9.9
+appVersion: "0.9.9"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md
index e8e5f21afe8..169fdde34b3 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/bazarr/SCALE/CHANGELOG.md b/charts/stable/bazarr/SCALE/CHANGELOG.md
index 5e0eba504ed..b83ecbb5a0a 100644
--- a/charts/stable/bazarr/SCALE/CHANGELOG.md
+++ b/charts/stable/bazarr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [bazarr-7.0.2](https://github.com/truecharts/apps/compare/bazarr-7.0.1...bazarr-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [bazarr-8.0.0](https://github.com/truecharts/apps/compare/bazarr-7.0.2...bazarr-8.0.0) (2021-09-26)
diff --git a/charts/stable/bazarr/helm-values.md b/charts/stable/bazarr/helm-values.md
index 0ccaa53d53f..991532f786d 100644
--- a/charts/stable/bazarr/helm-values.md
+++ b/charts/stable/bazarr/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `6767` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/booksonic-air/CHANGELOG.md b/charts/stable/booksonic-air/CHANGELOG.md
index 1957e1b4c8e..6c02a3248a6 100644
--- a/charts/stable/booksonic-air/CHANGELOG.md
+++ b/charts/stable/booksonic-air/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [booksonic-air-3.0.0](https://github.com/truecharts/apps/compare/booksonic-air-2.0.3...booksonic-air-3.0.0) (2021-09-26)
+
+
+
### [booksonic-air-2.0.3](https://github.com/truecharts/apps/compare/booksonic-air-2.0.2...booksonic-air-2.0.3) (2021-09-21)
diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml
index 6602e9fd561..7b9f6b545ec 100644
--- a/charts/stable/booksonic-air/Chart.yaml
+++ b/charts/stable/booksonic-air/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2009.1.0
+appVersion: "2009.1.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md
index 81bd7e7e1b3..b977a48417b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/booksonic-air/SCALE/CHANGELOG.md b/charts/stable/booksonic-air/SCALE/CHANGELOG.md
index 5bfe0ec5650..4e2910eae87 100644
--- a/charts/stable/booksonic-air/SCALE/CHANGELOG.md
+++ b/charts/stable/booksonic-air/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [booksonic-air-2.0.3](https://github.com/truecharts/apps/compare/booksonic-air-2.0.2...booksonic-air-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [booksonic-air-3.0.0](https://github.com/truecharts/apps/compare/booksonic-air-2.0.3...booksonic-air-3.0.0) (2021-09-26)
diff --git a/charts/stable/booksonic-air/helm-values.md b/charts/stable/booksonic-air/helm-values.md
index 750915c8ae0..df993a4f606 100644
--- a/charts/stable/booksonic-air/helm-values.md
+++ b/charts/stable/booksonic-air/helm-values.md
@@ -18,6 +18,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/booksonic-air"` | image repository |
| image.tag | string | `"version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/calibre-web/CHANGELOG.md b/charts/stable/calibre-web/CHANGELOG.md
index ebb75b43205..3175006e113 100644
--- a/charts/stable/calibre-web/CHANGELOG.md
+++ b/charts/stable/calibre-web/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [calibre-web-8.0.0](https://github.com/truecharts/apps/compare/calibre-web-7.0.4...calibre-web-8.0.0) (2021-09-26)
+
+
+
### [calibre-web-7.0.3](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-web-7.0.3) (2021-09-21)
diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml
index 62450423c1c..bf64e35e09e 100644
--- a/charts/stable/calibre-web/Chart.yaml
+++ b/charts/stable/calibre-web/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.6.12
+appVersion: "0.6.12"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md
index ee0ce13bbce..6726168d120 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/calibre-web/SCALE/CHANGELOG.md b/charts/stable/calibre-web/SCALE/CHANGELOG.md
index 55d5e04cdde..703f99670ae 100644
--- a/charts/stable/calibre-web/SCALE/CHANGELOG.md
+++ b/charts/stable/calibre-web/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [calibre-web-7.0.3](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-web-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [calibre-web-8.0.0](https://github.com/truecharts/apps/compare/calibre-web-7.0.4...calibre-web-8.0.0) (2021-09-26)
diff --git a/charts/stable/calibre-web/helm-values.md b/charts/stable/calibre-web/helm-values.md
index f16a769933a..854a2de12b3 100644
--- a/charts/stable/calibre-web/helm-values.md
+++ b/charts/stable/calibre-web/helm-values.md
@@ -14,12 +14,16 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/calibre-web"` | |
-| image.tag | string | `"version-0.6.12@sha256:8537f4b8bc08f3d192e30f5eed777bbd1cc21424cc9a268c4a3589640b703b68"` | |
+| image.tag | string | `"version-0.6.12@sha256:938810eca3d3137221308afe9095773c8552a457dc0943abd0aec5613242b0b6"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8083` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/calibre/CHANGELOG.md b/charts/stable/calibre/CHANGELOG.md
index f2e731591f7..c460f01e431 100644
--- a/charts/stable/calibre/CHANGELOG.md
+++ b/charts/stable/calibre/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [calibre-3.0.0](https://github.com/truecharts/apps/compare/calibre-web-7.0.4...calibre-3.0.0) (2021-09-26)
+
+
+
### [calibre-2.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-2.0.2) (2021-09-21)
diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml
index 91bb7e2aeb6..f43910e730f 100644
--- a/charts/stable/calibre/Chart.yaml
+++ b/charts/stable/calibre/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 5.26.0
+appVersion: "5.26.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md
index 5594cb5e994..54ebee356ee 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/calibre/SCALE/CHANGELOG.md b/charts/stable/calibre/SCALE/CHANGELOG.md
index 7c5b14f47c3..1912b6763a4 100644
--- a/charts/stable/calibre/SCALE/CHANGELOG.md
+++ b/charts/stable/calibre/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [calibre-2.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [calibre-3.0.0](https://github.com/truecharts/apps/compare/calibre-web-7.0.4...calibre-3.0.0) (2021-09-26)
diff --git a/charts/stable/calibre/helm-values.md b/charts/stable/calibre/helm-values.md
index d2bde09f918..8ad35ebe0ed 100644
--- a/charts/stable/calibre/helm-values.md
+++ b/charts/stable/calibre/helm-values.md
@@ -23,6 +23,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/calibre"` | image repository |
| image.tag | string | `"version-v5.26.0@sha256:b5ab76091fedea53422e0f4ab57c9a672f23599e0c6c003d11df1f6161a7006e"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/collabora-online/CHANGELOG.md b/charts/stable/collabora-online/CHANGELOG.md
index 63c24ecb879..706a0943186 100644
--- a/charts/stable/collabora-online/CHANGELOG.md
+++ b/charts/stable/collabora-online/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [collabora-online-8.0.0](https://github.com/truecharts/apps/compare/collabora-online-7.0.3...collabora-online-8.0.0) (2021-09-26)
+
+
+
### [collabora-online-7.0.3](https://github.com/truecharts/apps/compare/collabora-online-7.0.2...collabora-online-7.0.3) (2021-09-21)
diff --git a/charts/stable/collabora-online/Chart.yaml b/charts/stable/collabora-online/Chart.yaml
index 7eee77ada3f..7079d867b78 100644
--- a/charts/stable/collabora-online/Chart.yaml
+++ b/charts/stable/collabora-online/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 6.4.11.3
+appVersion: "6.4.11.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/collabora-online/README.md b/charts/stable/collabora-online/README.md
index 5e5185adae1..6c4ba321b4e 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/collabora-online/SCALE/CHANGELOG.md b/charts/stable/collabora-online/SCALE/CHANGELOG.md
index 90eba105225..d9dd6880ae0 100644
--- a/charts/stable/collabora-online/SCALE/CHANGELOG.md
+++ b/charts/stable/collabora-online/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [collabora-online-7.0.3](https://github.com/truecharts/apps/compare/collabora-online-7.0.2...collabora-online-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [collabora-online-8.0.0](https://github.com/truecharts/apps/compare/collabora-online-7.0.3...collabora-online-8.0.0) (2021-09-26)
diff --git a/charts/stable/collabora-online/helm-values.md b/charts/stable/collabora-online/helm-values.md
index c5b4165fe17..426a48bd38f 100644
--- a/charts/stable/collabora-online/helm-values.md
+++ b/charts/stable/collabora-online/helm-values.md
@@ -20,6 +20,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/collabora"` | |
| image.tag | string | `"v6.4.11.3@sha256:30eab5f9807e006b90b2533ad3a60b84c6e744a6fed8a3be2bd3f1a839715456"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `104` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `9980` | |
| service.main.type | string | `"NodePort"` | |
diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md
index 8bea685993b..33c17452c6f 100644
--- a/charts/stable/custom-app/CHANGELOG.md
+++ b/charts/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [custom-app-2.0.0](https://github.com/truecharts/apps/compare/custom-app-1.0.4...custom-app-2.0.0) (2021-09-26)
+
+
+
### [custom-app-1.0.4](https://github.com/truecharts/apps/compare/custom-app-1.0.3...custom-app-1.0.4) (2021-09-21)
diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml
index 12a46a8bc5b..ba49969700e 100644
--- a/charts/stable/custom-app/Chart.yaml
+++ b/charts/stable/custom-app/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.18.773
+appVersion: "0.18.773"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/custom-app/README.md b/charts/stable/custom-app/README.md
index 4ba6b90efaf..28684b445cc 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/custom-app/SCALE/CHANGELOG.md b/charts/stable/custom-app/SCALE/CHANGELOG.md
index a435532bf3c..985dffc4cf7 100644
--- a/charts/stable/custom-app/SCALE/CHANGELOG.md
+++ b/charts/stable/custom-app/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [custom-app-1.0.4](https://github.com/truecharts/apps/compare/custom-app-1.0.3...custom-app-1.0.4) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [custom-app-2.0.0](https://github.com/truecharts/apps/compare/custom-app-1.0.4...custom-app-2.0.0) (2021-09-26)
diff --git a/charts/stable/custom-app/helm-values.md b/charts/stable/custom-app/helm-values.md
index a99442cd755..4ab882043c5 100644
--- a/charts/stable/custom-app/helm-values.md
+++ b/charts/stable/custom-app/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `9117` | |
| service.main.portsList[0].enabled | bool | `true` | |
diff --git a/charts/stable/deconz/CHANGELOG.md b/charts/stable/deconz/CHANGELOG.md
index 320d4c32027..7bf4f0fe0d6 100644
--- a/charts/stable/deconz/CHANGELOG.md
+++ b/charts/stable/deconz/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [deconz-3.0.0](https://github.com/truecharts/apps/compare/deconz-2.0.2...deconz-3.0.0) (2021-09-26)
+
+
+
### [deconz-2.0.2](https://github.com/truecharts/apps/compare/deconz-2.0.1...deconz-2.0.2) (2021-09-21)
diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml
index 230fbb58341..f4abcc6a74b 100644
--- a/charts/stable/deconz/Chart.yaml
+++ b/charts/stable/deconz/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.12.06
+appVersion: "2.12.06"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md
index 51afdc99ff3..d60e57feaa4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/deconz/SCALE/CHANGELOG.md b/charts/stable/deconz/SCALE/CHANGELOG.md
index 814ac81c14c..a046f7431a6 100644
--- a/charts/stable/deconz/SCALE/CHANGELOG.md
+++ b/charts/stable/deconz/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [deconz-2.0.2](https://github.com/truecharts/apps/compare/deconz-2.0.1...deconz-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [deconz-3.0.0](https://github.com/truecharts/apps/compare/deconz-2.0.2...deconz-3.0.0) (2021-09-26)
diff --git a/charts/stable/deconz/helm-values.md b/charts/stable/deconz/helm-values.md
index 5ea830c1567..5c5926e27bc 100644
--- a/charts/stable/deconz/helm-values.md
+++ b/charts/stable/deconz/helm-values.md
@@ -24,7 +24,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/deconz"` | image repository |
| image.tag | string | `"v2.12.06@sha256:738ebf8eb35c8025c070a4feeb7d7a48b15739dfe71cf338e80a03f932c1cf52"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| securityContext.privileged | bool | `nil` | Privileged securityContext may be required if USB controller is accessed directly through the host machine |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/deepstack-cpu/CHANGELOG.md b/charts/stable/deepstack-cpu/CHANGELOG.md
index 5bb7577a0ee..8a934922726 100644
--- a/charts/stable/deepstack-cpu/CHANGELOG.md
+++ b/charts/stable/deepstack-cpu/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [deepstack-cpu-6.0.0](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.2...deepstack-cpu-6.0.0) (2021-09-26)
+
+
+
### [deepstack-cpu-5.0.2](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.1...deepstack-cpu-5.0.2) (2021-09-21)
diff --git a/charts/stable/deepstack-cpu/Chart.yaml b/charts/stable/deepstack-cpu/Chart.yaml
index eef671647ac..d190ccdad09 100644
--- a/charts/stable/deepstack-cpu/Chart.yaml
+++ b/charts/stable/deepstack-cpu/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: cpu-2021.0
+appVersion: "cpu-2021.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/deepstack-cpu/README.md b/charts/stable/deepstack-cpu/README.md
index 655f8e3f8f5..598a2957bc3 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/deepstack-cpu/SCALE/CHANGELOG.md b/charts/stable/deepstack-cpu/SCALE/CHANGELOG.md
index 9a69f020a4e..1820d7eb6f6 100644
--- a/charts/stable/deepstack-cpu/SCALE/CHANGELOG.md
+++ b/charts/stable/deepstack-cpu/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [deepstack-cpu-5.0.2](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.1...deepstack-cpu-5.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [deepstack-cpu-6.0.0](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.2...deepstack-cpu-6.0.0) (2021-09-26)
diff --git a/charts/stable/deluge/CHANGELOG.md b/charts/stable/deluge/CHANGELOG.md
index 753eed32415..be979b6db20 100644
--- a/charts/stable/deluge/CHANGELOG.md
+++ b/charts/stable/deluge/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [deluge-8.0.0](https://github.com/truecharts/apps/compare/deluge-7.0.2...deluge-8.0.0) (2021-09-26)
+
+
+
### [deluge-7.0.2](https://github.com/truecharts/apps/compare/deluge-7.0.1...deluge-7.0.2) (2021-09-21)
diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml
index 61fbd5a28f2..1d977c9b23b 100644
--- a/charts/stable/deluge/Chart.yaml
+++ b/charts/stable/deluge/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.0.3-2201
+appVersion: "2.0.3-2201"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md
index 38961da3533..77e313c9d97 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/deluge/SCALE/CHANGELOG.md b/charts/stable/deluge/SCALE/CHANGELOG.md
index ba9171c8bb9..9875dcbc718 100644
--- a/charts/stable/deluge/SCALE/CHANGELOG.md
+++ b/charts/stable/deluge/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [deluge-7.0.2](https://github.com/truecharts/apps/compare/deluge-7.0.1...deluge-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [deluge-8.0.0](https://github.com/truecharts/apps/compare/deluge-7.0.2...deluge-8.0.0) (2021-09-26)
diff --git a/charts/stable/deluge/helm-values.md b/charts/stable/deluge/helm-values.md
index 4821d3e26fc..6015826a6eb 100644
--- a/charts/stable/deluge/helm-values.md
+++ b/charts/stable/deluge/helm-values.md
@@ -19,6 +19,9 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8112` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.tcp.enabled | bool | `true` | |
diff --git a/charts/stable/dizquetv/CHANGELOG.md b/charts/stable/dizquetv/CHANGELOG.md
index 87d326f7288..f4f06f4b320 100644
--- a/charts/stable/dizquetv/CHANGELOG.md
+++ b/charts/stable/dizquetv/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [dizquetv-3.0.0](https://github.com/truecharts/apps/compare/dizquetv-2.0.3...dizquetv-3.0.0) (2021-09-26)
+
+
+
### [dizquetv-2.0.3](https://github.com/truecharts/apps/compare/dizquetv-2.0.2...dizquetv-2.0.3) (2021-09-21)
diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml
index 331571d62b9..62583068932 100644
--- a/charts/stable/dizquetv/Chart.yaml
+++ b/charts/stable/dizquetv/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.4.5
+appVersion: "1.4.5"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md
index 877bff75ee9..9494d2a9e03 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/dizquetv/SCALE/CHANGELOG.md b/charts/stable/dizquetv/SCALE/CHANGELOG.md
index 081e9688fb8..03f4c894787 100644
--- a/charts/stable/dizquetv/SCALE/CHANGELOG.md
+++ b/charts/stable/dizquetv/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [dizquetv-2.0.3](https://github.com/truecharts/apps/compare/dizquetv-2.0.2...dizquetv-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [dizquetv-3.0.0](https://github.com/truecharts/apps/compare/dizquetv-2.0.3...dizquetv-3.0.0) (2021-09-26)
diff --git a/charts/stable/duplicati/CHANGELOG.md b/charts/stable/duplicati/CHANGELOG.md
index 6912e36193c..2d11a3718e3 100644
--- a/charts/stable/duplicati/CHANGELOG.md
+++ b/charts/stable/duplicati/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [duplicati-3.0.0](https://github.com/truecharts/apps/compare/duplicati-2.0.3...duplicati-3.0.0) (2021-09-26)
+
+
+
### [duplicati-2.0.3](https://github.com/truecharts/apps/compare/duplicati-2.0.2...duplicati-2.0.3) (2021-09-21)
diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml
index ac7363eaedd..d1958952045 100644
--- a/charts/stable/duplicati/Chart.yaml
+++ b/charts/stable/duplicati/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md
index bd396895367..bff4dcf293c 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/duplicati/SCALE/CHANGELOG.md b/charts/stable/duplicati/SCALE/CHANGELOG.md
index 6f428d9565a..98db72a8b6d 100644
--- a/charts/stable/duplicati/SCALE/CHANGELOG.md
+++ b/charts/stable/duplicati/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [duplicati-2.0.3](https://github.com/truecharts/apps/compare/duplicati-2.0.2...duplicati-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [duplicati-3.0.0](https://github.com/truecharts/apps/compare/duplicati-2.0.3...duplicati-3.0.0) (2021-09-26)
diff --git a/charts/stable/duplicati/helm-values.md b/charts/stable/duplicati/helm-values.md
index 3751cf18277..a7da1821d39 100644
--- a/charts/stable/duplicati/helm-values.md
+++ b/charts/stable/duplicati/helm-values.md
@@ -18,6 +18,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository |
| image.tag | string | `"latest@sha256:98947d1b6dc0a890a89d38daef1c0752181c604ada7b207390dc5b2f91c90a40"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/emby/CHANGELOG.md b/charts/stable/emby/CHANGELOG.md
index 706472068d6..ff9aea40cec 100644
--- a/charts/stable/emby/CHANGELOG.md
+++ b/charts/stable/emby/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [emby-8.0.0](https://github.com/truecharts/apps/compare/emby-7.0.2...emby-8.0.0) (2021-09-26)
+
+
+
### [emby-7.0.2](https://github.com/truecharts/apps/compare/emby-7.0.1...emby-7.0.2) (2021-09-21)
diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml
index 013f69c9964..bb310eaf45d 100644
--- a/charts/stable/emby/Chart.yaml
+++ b/charts/stable/emby/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 4.6.4.0
+appVersion: "4.6.4.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md
index af01525baa7..c213f0b37ea 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/emby/SCALE/CHANGELOG.md b/charts/stable/emby/SCALE/CHANGELOG.md
index 9f667ea4005..eecdde04e2c 100644
--- a/charts/stable/emby/SCALE/CHANGELOG.md
+++ b/charts/stable/emby/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [emby-7.0.2](https://github.com/truecharts/apps/compare/emby-7.0.1...emby-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [emby-8.0.0](https://github.com/truecharts/apps/compare/emby-7.0.2...emby-8.0.0) (2021-09-26)
diff --git a/charts/stable/emby/helm-values.md b/charts/stable/emby/helm-values.md
index 5ed44d88a32..248d679f692 100644
--- a/charts/stable/emby/helm-values.md
+++ b/charts/stable/emby/helm-values.md
@@ -19,16 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups[0] | int | `44` | |
-| podSecurityContext.supplementalGroups[1] | int | `107` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8096` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/esphome/CHANGELOG.md b/charts/stable/esphome/CHANGELOG.md
index 0ca6538cf62..2af651120aa 100644
--- a/charts/stable/esphome/CHANGELOG.md
+++ b/charts/stable/esphome/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [esphome-8.0.0](https://github.com/truecharts/apps/compare/esphome-7.0.3...esphome-8.0.0) (2021-09-26)
+
+
+
### [esphome-7.0.3](https://github.com/truecharts/apps/compare/esphome-7.0.2...esphome-7.0.3) (2021-09-21)
diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml
index 8574db61643..c990b2b7e1e 100644
--- a/charts/stable/esphome/Chart.yaml
+++ b/charts/stable/esphome/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2021.9.1
+appVersion: "2021.9.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md
index a689d04ca9e..5973ecfdf8b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/esphome/SCALE/CHANGELOG.md b/charts/stable/esphome/SCALE/CHANGELOG.md
index 737ac2ddc7d..e5d553c3a5c 100644
--- a/charts/stable/esphome/SCALE/CHANGELOG.md
+++ b/charts/stable/esphome/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [esphome-7.0.3](https://github.com/truecharts/apps/compare/esphome-7.0.2...esphome-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [esphome-8.0.0](https://github.com/truecharts/apps/compare/esphome-7.0.3...esphome-8.0.0) (2021-09-26)
diff --git a/charts/stable/esphome/helm-values.md b/charts/stable/esphome/helm-values.md
index 31bc6285d4b..d59d3736cd0 100644
--- a/charts/stable/esphome/helm-values.md
+++ b/charts/stable/esphome/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `6052` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/external-service/CHANGELOG.md b/charts/stable/external-service/CHANGELOG.md
index 49f53233efa..c3e66bbe3e6 100644
--- a/charts/stable/external-service/CHANGELOG.md
+++ b/charts/stable/external-service/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [external-service-3.0.0](https://github.com/truecharts/apps/compare/external-service-2.0.2...external-service-3.0.0) (2021-09-26)
+
+
+
### [external-service-2.0.2](https://github.com/truecharts/apps/compare/external-service-2.0.1...external-service-2.0.2) (2021-09-21)
diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml
index f268e77a3cb..1f2e46ec300 100644
--- a/charts/stable/external-service/Chart.yaml
+++ b/charts/stable/external-service/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.66.6
+appVersion: "0.66.6"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md
index 74c847f1ecf..17537ccb8c0 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/external-service/SCALE/CHANGELOG.md b/charts/stable/external-service/SCALE/CHANGELOG.md
index df671a23c0c..fe9aaa87b22 100644
--- a/charts/stable/external-service/SCALE/CHANGELOG.md
+++ b/charts/stable/external-service/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [external-service-2.0.2](https://github.com/truecharts/apps/compare/external-service-2.0.1...external-service-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [external-service-3.0.0](https://github.com/truecharts/apps/compare/external-service-2.0.2...external-service-3.0.0) (2021-09-26)
diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md
index e3762362a5d..b20e659f8e5 100644
--- a/charts/stable/fireflyiii/CHANGELOG.md
+++ b/charts/stable/fireflyiii/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [fireflyiii-9.0.0](https://github.com/truecharts/apps/compare/fireflyiii-8.0.6...fireflyiii-9.0.0) (2021-09-26)
+
+
+
### [fireflyiii-8.0.6](https://github.com/truecharts/apps/compare/fireflyiii-8.0.5...fireflyiii-8.0.6) (2021-09-21)
diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml
index 92fc681642a..291819d44a6 100644
--- a/charts/stable/fireflyiii/Chart.yaml
+++ b/charts/stable/fireflyiii/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 5.5.12
+appVersion: "5.5.12"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md
index beb2e1fc782..bff39e3a006 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/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/fireflyiii/SCALE/CHANGELOG.md b/charts/stable/fireflyiii/SCALE/CHANGELOG.md
index 15b1d57a874..0463deb1526 100644
--- a/charts/stable/fireflyiii/SCALE/CHANGELOG.md
+++ b/charts/stable/fireflyiii/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [fireflyiii-8.0.6](https://github.com/truecharts/apps/compare/fireflyiii-8.0.5...fireflyiii-8.0.6) (2021-09-21)
-
-#### Chore
-
-* update helm chart postgresql to v2.2.5 ([#1017](https://github.com/truecharts/apps/issues/1017))
+
+### [fireflyiii-9.0.0](https://github.com/truecharts/apps/compare/fireflyiii-8.0.6...fireflyiii-9.0.0) (2021-09-26)
diff --git a/charts/stable/fireflyiii/helm-values.md b/charts/stable/fireflyiii/helm-values.md
index e9a09a4cf8c..31dcad4e6a0 100644
--- a/charts/stable/fireflyiii/helm-values.md
+++ b/charts/stable/fireflyiii/helm-values.md
@@ -25,7 +25,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b"` | |
| initContainers.init-postgresdb.command[0] | string | `"sh"` | |
| initContainers.init-postgresdb.command[1] | string | `"-c"` | |
-| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
+| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U firefly -h ${pghost} ; do sleep 2 ; done"` | |
| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | |
| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
@@ -36,11 +36,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `0` | |
-| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"firefly"` | |
@@ -51,10 +46,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.path | string | `"/login"` | |
| probes.readiness.path | string | `"/login"` | |
| probes.startup.path | string | `"/login"` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8080` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/flaresolverr/CHANGELOG.md b/charts/stable/flaresolverr/CHANGELOG.md
index 877051f8024..5cd30756969 100644
--- a/charts/stable/flaresolverr/CHANGELOG.md
+++ b/charts/stable/flaresolverr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [flaresolverr-3.0.0](https://github.com/truecharts/apps/compare/flaresolverr-2.0.2...flaresolverr-3.0.0) (2021-09-26)
+
+
+
### [flaresolverr-2.0.2](https://github.com/truecharts/apps/compare/flaresolverr-2.0.1...flaresolverr-2.0.2) (2021-09-21)
diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml
index 318cbd61938..813a742c163 100644
--- a/charts/stable/flaresolverr/Chart.yaml
+++ b/charts/stable/flaresolverr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.2.9
+appVersion: "1.2.9"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md
index 127059a18df..7c729f518a5 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/flaresolverr/SCALE/CHANGELOG.md b/charts/stable/flaresolverr/SCALE/CHANGELOG.md
index 357d4085b55..15541f70836 100644
--- a/charts/stable/flaresolverr/SCALE/CHANGELOG.md
+++ b/charts/stable/flaresolverr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [flaresolverr-2.0.2](https://github.com/truecharts/apps/compare/flaresolverr-2.0.1...flaresolverr-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [flaresolverr-3.0.0](https://github.com/truecharts/apps/compare/flaresolverr-2.0.2...flaresolverr-3.0.0) (2021-09-26)
diff --git a/charts/stable/flaresolverr/helm-values.md b/charts/stable/flaresolverr/helm-values.md
index be5d48ca845..4608268a833 100644
--- a/charts/stable/flaresolverr/helm-values.md
+++ b/charts/stable/flaresolverr/helm-values.md
@@ -16,15 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/flaresolverr/flaresolverr"` | image repository |
| image.tag | string | `"v1.2.9@sha256:6f93f3359a8b2cbd268286ce460ff5ffa79a6f1d8c19097ed49097fbfab6a786"` | image tag |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/flood/CHANGELOG.md b/charts/stable/flood/CHANGELOG.md
index 2fe1232dd2d..d142711c7c9 100644
--- a/charts/stable/flood/CHANGELOG.md
+++ b/charts/stable/flood/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [flood-3.0.0](https://github.com/truecharts/apps/compare/flood-2.0.2...flood-3.0.0) (2021-09-26)
+
+
+
### [flood-2.0.2](https://github.com/truecharts/apps/compare/flood-2.0.1...flood-2.0.2) (2021-09-21)
diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml
index f631acb224a..ad28b0d0309 100644
--- a/charts/stable/flood/Chart.yaml
+++ b/charts/stable/flood/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 4.6.1
+appVersion: "4.6.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md
index a3f2ac9a092..3ca9c3a4a4d 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/flood/SCALE/CHANGELOG.md b/charts/stable/flood/SCALE/CHANGELOG.md
index f0d495da259..22f94490f01 100644
--- a/charts/stable/flood/SCALE/CHANGELOG.md
+++ b/charts/stable/flood/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [flood-2.0.2](https://github.com/truecharts/apps/compare/flood-2.0.1...flood-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [flood-3.0.0](https://github.com/truecharts/apps/compare/flood-2.0.2...flood-3.0.0) (2021-09-26)
diff --git a/charts/stable/flood/helm-values.md b/charts/stable/flood/helm-values.md
index 7910a49a283..45a64be2ffb 100644
--- a/charts/stable/flood/helm-values.md
+++ b/charts/stable/flood/helm-values.md
@@ -17,15 +17,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/flood"` | image repository |
| image.tag | string | `"v4.6.1@sha256:268dc4b4eff08c6c5563b779a1b41370c5c509ff190fe38886a65f65c4174f85"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/focalboard/CHANGELOG.md b/charts/stable/focalboard/CHANGELOG.md
index 44f6b10b9ad..b780a68c085 100644
--- a/charts/stable/focalboard/CHANGELOG.md
+++ b/charts/stable/focalboard/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [focalboard-3.0.0](https://github.com/truecharts/apps/compare/focalboard-2.0.2...focalboard-3.0.0) (2021-09-26)
+
+
+
### [focalboard-2.0.2](https://github.com/truecharts/apps/compare/focalboard-2.0.1...focalboard-2.0.2) (2021-09-21)
diff --git a/charts/stable/focalboard/Chart.yaml b/charts/stable/focalboard/Chart.yaml
index f2b945d3cb2..be91ae3598a 100644
--- a/charts/stable/focalboard/Chart.yaml
+++ b/charts/stable/focalboard/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.8.0
+appVersion: "0.8.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/focalboard/README.md b/charts/stable/focalboard/README.md
index b64407242b8..25da1140fb9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/focalboard/SCALE/CHANGELOG.md b/charts/stable/focalboard/SCALE/CHANGELOG.md
index 8fe49833a07..63875498689 100644
--- a/charts/stable/focalboard/SCALE/CHANGELOG.md
+++ b/charts/stable/focalboard/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [focalboard-2.0.2](https://github.com/truecharts/apps/compare/focalboard-2.0.1...focalboard-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [focalboard-3.0.0](https://github.com/truecharts/apps/compare/focalboard-2.0.2...focalboard-3.0.0) (2021-09-26)
diff --git a/charts/stable/focalboard/helm-values.md b/charts/stable/focalboard/helm-values.md
index 398a5ee5913..587ac98b58b 100644
--- a/charts/stable/focalboard/helm-values.md
+++ b/charts/stable/focalboard/helm-values.md
@@ -16,15 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/focalboard"` | image repository |
| image.tag | string | `"v0.8.0@sha256:c8a81de85722b1d8ce728222cd5b77ea9f8e4ca33c91787a8a3eb0a49f6fa432"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/freeradius/CHANGELOG.md b/charts/stable/freeradius/CHANGELOG.md
index 0c11ff28fe3..a15f552a223 100644
--- a/charts/stable/freeradius/CHANGELOG.md
+++ b/charts/stable/freeradius/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [freeradius-3.0.0](https://github.com/truecharts/apps/compare/freeradius-2.0.2...freeradius-3.0.0) (2021-09-26)
+
+
+
### [freeradius-2.0.2](https://github.com/truecharts/apps/compare/freeradius-2.0.1...freeradius-2.0.2) (2021-09-21)
diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml
index 2af4da58b18..ed7f46637f5 100644
--- a/charts/stable/freeradius/Chart.yaml
+++ b/charts/stable/freeradius/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.0.23
+appVersion: "3.0.23"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/freeradius/README.md b/charts/stable/freeradius/README.md
index a2a2d4f466c..d6611284818 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/freeradius/SCALE/CHANGELOG.md b/charts/stable/freeradius/SCALE/CHANGELOG.md
index 0350b9dc061..2da7d596265 100644
--- a/charts/stable/freeradius/SCALE/CHANGELOG.md
+++ b/charts/stable/freeradius/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [freeradius-2.0.2](https://github.com/truecharts/apps/compare/freeradius-2.0.1...freeradius-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [freeradius-3.0.0](https://github.com/truecharts/apps/compare/freeradius-2.0.2...freeradius-3.0.0) (2021-09-26)
diff --git a/charts/stable/freeradius/helm-values.md b/charts/stable/freeradius/helm-values.md
index 78ef72fe2c8..3294397b760 100644
--- a/charts/stable/freeradius/helm-values.md
+++ b/charts/stable/freeradius/helm-values.md
@@ -20,10 +20,14 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/etc/raddb"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.readiness | object | See below | Redainess probe configuration |
| probes.startup | object | See below | Startup probe configuration |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.accounting.ports.accounting.port | int | `1813` | |
| service.accounting.ports.accounting.protocol | string | `"UDP"` | |
| service.main.ports.main.port | int | `1812` | |
diff --git a/charts/stable/freshrss/CHANGELOG.md b/charts/stable/freshrss/CHANGELOG.md
index 7255df51340..f07ce8aa5de 100644
--- a/charts/stable/freshrss/CHANGELOG.md
+++ b/charts/stable/freshrss/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [freshrss-8.0.0](https://github.com/truecharts/apps/compare/freshrss-7.0.3...freshrss-8.0.0) (2021-09-26)
+
+
+
### [freshrss-7.0.3](https://github.com/truecharts/apps/compare/freshrss-7.0.2...freshrss-7.0.3) (2021-09-21)
diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml
index c65dba0a5c5..083a7b48bf2 100644
--- a/charts/stable/freshrss/Chart.yaml
+++ b/charts/stable/freshrss/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.18.1
+appVersion: "1.18.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md
index 2da35d9d0af..120444164ab 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/freshrss/SCALE/CHANGELOG.md b/charts/stable/freshrss/SCALE/CHANGELOG.md
index 84824211de2..5eb2fe2e3b2 100644
--- a/charts/stable/freshrss/SCALE/CHANGELOG.md
+++ b/charts/stable/freshrss/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [freshrss-7.0.3](https://github.com/truecharts/apps/compare/freshrss-7.0.2...freshrss-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [freshrss-8.0.0](https://github.com/truecharts/apps/compare/freshrss-7.0.3...freshrss-8.0.0) (2021-09-26)
diff --git a/charts/stable/freshrss/helm-values.md b/charts/stable/freshrss/helm-values.md
index b4b6749f4ac..d60622cbbbb 100644
--- a/charts/stable/freshrss/helm-values.md
+++ b/charts/stable/freshrss/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/gaps/CHANGELOG.md b/charts/stable/gaps/CHANGELOG.md
index c13105b1dfa..1966d1ede64 100644
--- a/charts/stable/gaps/CHANGELOG.md
+++ b/charts/stable/gaps/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [gaps-8.0.0](https://github.com/truecharts/apps/compare/gaps-7.0.2...gaps-8.0.0) (2021-09-26)
+
+
+
### [gaps-7.0.2](https://github.com/truecharts/apps/compare/gaps-7.0.1...gaps-7.0.2) (2021-09-21)
diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml
index 9c8ee58c225..eac98e424fe 100644
--- a/charts/stable/gaps/Chart.yaml
+++ b/charts/stable/gaps/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.8.8
+appVersion: "0.8.8"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md
index db5d03e4127..dea674302fb 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/gaps/SCALE/CHANGELOG.md b/charts/stable/gaps/SCALE/CHANGELOG.md
index 08164c45038..172d82b6901 100644
--- a/charts/stable/gaps/SCALE/CHANGELOG.md
+++ b/charts/stable/gaps/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [gaps-7.0.2](https://github.com/truecharts/apps/compare/gaps-7.0.1...gaps-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [gaps-8.0.0](https://github.com/truecharts/apps/compare/gaps-7.0.2...gaps-8.0.0) (2021-09-26)
diff --git a/charts/stable/gaps/helm-values.md b/charts/stable/gaps/helm-values.md
index 15e65a6ce3b..9c005b15884 100644
--- a/charts/stable/gaps/helm-values.md
+++ b/charts/stable/gaps/helm-values.md
@@ -20,15 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/usr/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8484` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/gonic/CHANGELOG.md b/charts/stable/gonic/CHANGELOG.md
index 5e6ac285fdb..4d786d00bce 100644
--- a/charts/stable/gonic/CHANGELOG.md
+++ b/charts/stable/gonic/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [gonic-3.0.0](https://github.com/truecharts/apps/compare/gonic-2.0.2...gonic-3.0.0) (2021-09-26)
+
+
+
### [gonic-2.0.2](https://github.com/truecharts/apps/compare/gonic-2.0.1...gonic-2.0.2) (2021-09-21)
diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml
index a1a15a886b4..873970bf5b5 100644
--- a/charts/stable/gonic/Chart.yaml
+++ b/charts/stable/gonic/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.13.1
+appVersion: "0.13.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md
index 2d9708dfaca..2b0f71df88f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/gonic/SCALE/CHANGELOG.md b/charts/stable/gonic/SCALE/CHANGELOG.md
index ea22f75f1ac..05328195868 100644
--- a/charts/stable/gonic/SCALE/CHANGELOG.md
+++ b/charts/stable/gonic/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [gonic-2.0.2](https://github.com/truecharts/apps/compare/gonic-2.0.1...gonic-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [gonic-3.0.0](https://github.com/truecharts/apps/compare/gonic-2.0.2...gonic-3.0.0) (2021-09-26)
diff --git a/charts/stable/gonic/helm-values.md b/charts/stable/gonic/helm-values.md
index 367de00b2c1..4e69e6fbfdf 100644
--- a/charts/stable/gonic/helm-values.md
+++ b/charts/stable/gonic/helm-values.md
@@ -17,14 +17,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/gonic"` | image repository |
| image.tag | string | `"v0.13.1@sha256:14d01b4a1a90991097656975d0c8643a755323961bc5b5c657a5c96372024d5c"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/grocy/CHANGELOG.md b/charts/stable/grocy/CHANGELOG.md
index f9ca6d14d31..0ce410a2424 100644
--- a/charts/stable/grocy/CHANGELOG.md
+++ b/charts/stable/grocy/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [grocy-8.0.0](https://github.com/truecharts/apps/compare/grocy-7.0.3...grocy-8.0.0) (2021-09-26)
+
+
+
### [grocy-7.0.3](https://github.com/truecharts/apps/compare/grocy-7.0.2...grocy-7.0.3) (2021-09-21)
diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml
index b598de1a9f0..854ba88f960 100644
--- a/charts/stable/grocy/Chart.yaml
+++ b/charts/stable/grocy/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.1.1
+appVersion: "3.1.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md
index d39a6a12d36..fe484c4b266 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/grocy/SCALE/CHANGELOG.md b/charts/stable/grocy/SCALE/CHANGELOG.md
index 539ce962ff9..8b2d52d9d0c 100644
--- a/charts/stable/grocy/SCALE/CHANGELOG.md
+++ b/charts/stable/grocy/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [grocy-7.0.3](https://github.com/truecharts/apps/compare/grocy-7.0.2...grocy-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [grocy-8.0.0](https://github.com/truecharts/apps/compare/grocy-7.0.3...grocy-8.0.0) (2021-09-26)
diff --git a/charts/stable/grocy/helm-values.md b/charts/stable/grocy/helm-values.md
index 4ff0d864c1b..0bb2b3664e2 100644
--- a/charts/stable/grocy/helm-values.md
+++ b/charts/stable/grocy/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/handbrake/CHANGELOG.md b/charts/stable/handbrake/CHANGELOG.md
index 45eb8f5ec3f..1ee7ae82b3f 100644
--- a/charts/stable/handbrake/CHANGELOG.md
+++ b/charts/stable/handbrake/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [handbrake-8.0.0](https://github.com/truecharts/apps/compare/handbrake-7.0.2...handbrake-8.0.0) (2021-09-26)
+
+
+
### [handbrake-7.0.2](https://github.com/truecharts/apps/compare/handbrake-7.0.1...handbrake-7.0.2) (2021-09-21)
diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml
index 1d61e8772f6..51d364a328e 100644
--- a/charts/stable/handbrake/Chart.yaml
+++ b/charts/stable/handbrake/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.24.1
+appVersion: "1.24.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md
index d1f7c60eeaa..3113f8d4e15 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/handbrake/SCALE/CHANGELOG.md b/charts/stable/handbrake/SCALE/CHANGELOG.md
index f1f47355c80..28e6769cb4c 100644
--- a/charts/stable/handbrake/SCALE/CHANGELOG.md
+++ b/charts/stable/handbrake/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [handbrake-7.0.2](https://github.com/truecharts/apps/compare/handbrake-7.0.1...handbrake-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [handbrake-8.0.0](https://github.com/truecharts/apps/compare/handbrake-7.0.2...handbrake-8.0.0) (2021-09-26)
diff --git a/charts/stable/handbrake/helm-values.md b/charts/stable/handbrake/helm-values.md
index 81d04e43040..e29033239a8 100644
--- a/charts/stable/handbrake/helm-values.md
+++ b/charts/stable/handbrake/helm-values.md
@@ -33,6 +33,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5800` | |
| service.vnc.enabled | bool | `true` | |
| service.vnc.ports.vnc.enabled | bool | `true` | |
diff --git a/charts/stable/haste-server/CHANGELOG.md b/charts/stable/haste-server/CHANGELOG.md
index 91ba9bef517..7deb0420ce0 100644
--- a/charts/stable/haste-server/CHANGELOG.md
+++ b/charts/stable/haste-server/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [haste-server-3.0.0](https://github.com/truecharts/apps/compare/haste-server-2.0.2...haste-server-3.0.0) (2021-09-26)
+
+
+
### [haste-server-2.0.2](https://github.com/truecharts/apps/compare/haste-server-2.0.1...haste-server-2.0.2) (2021-09-21)
diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml
index 0d03bcf583b..4ac922313e3 100644
--- a/charts/stable/haste-server/Chart.yaml
+++ b/charts/stable/haste-server/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md
index 7c452543852..2d286173e04 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/haste-server/SCALE/CHANGELOG.md b/charts/stable/haste-server/SCALE/CHANGELOG.md
index d8ea86ef983..79908da718f 100644
--- a/charts/stable/haste-server/SCALE/CHANGELOG.md
+++ b/charts/stable/haste-server/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [haste-server-2.0.2](https://github.com/truecharts/apps/compare/haste-server-2.0.1...haste-server-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [haste-server-3.0.0](https://github.com/truecharts/apps/compare/haste-server-2.0.2...haste-server-3.0.0) (2021-09-26)
diff --git a/charts/stable/haste-server/helm-values.md b/charts/stable/haste-server/helm-values.md
index 6e696714cd3..141f3616bbc 100644
--- a/charts/stable/haste-server/helm-values.md
+++ b/charts/stable/haste-server/helm-values.md
@@ -19,15 +19,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"latest@sha256:827aa2f2389d94a522e333080fa8cbc0e0a487c5681173caca785b3b6b9e5b01"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/healthchecks/CHANGELOG.md b/charts/stable/healthchecks/CHANGELOG.md
index bdcde922023..faea6fc4ca1 100644
--- a/charts/stable/healthchecks/CHANGELOG.md
+++ b/charts/stable/healthchecks/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [healthchecks-3.0.0](https://github.com/truecharts/apps/compare/healthchecks-2.0.3...healthchecks-3.0.0) (2021-09-26)
+
+
+
### [healthchecks-2.0.3](https://github.com/truecharts/apps/compare/healthchecks-2.0.2...healthchecks-2.0.3) (2021-09-21)
diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml
index 988fc921ba0..9e3c65dd2d8 100644
--- a/charts/stable/healthchecks/Chart.yaml
+++ b/charts/stable/healthchecks/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.22.0
+appVersion: "1.22.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md
index 723cda3cb3d..c22b4776295 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/healthchecks/SCALE/CHANGELOG.md b/charts/stable/healthchecks/SCALE/CHANGELOG.md
index 873bfeacd1e..ab89d1e69db 100644
--- a/charts/stable/healthchecks/SCALE/CHANGELOG.md
+++ b/charts/stable/healthchecks/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [healthchecks-2.0.3](https://github.com/truecharts/apps/compare/healthchecks-2.0.2...healthchecks-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [healthchecks-3.0.0](https://github.com/truecharts/apps/compare/healthchecks-2.0.3...healthchecks-3.0.0) (2021-09-26)
diff --git a/charts/stable/healthchecks/helm-values.md b/charts/stable/healthchecks/helm-values.md
index ce742e8a857..c4a50fb558a 100644
--- a/charts/stable/healthchecks/helm-values.md
+++ b/charts/stable/healthchecks/helm-values.md
@@ -23,6 +23,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"}` | Volume used for configuration |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/heimdall/CHANGELOG.md b/charts/stable/heimdall/CHANGELOG.md
index 76453e2834f..b44e0c59726 100644
--- a/charts/stable/heimdall/CHANGELOG.md
+++ b/charts/stable/heimdall/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [heimdall-8.0.0](https://github.com/truecharts/apps/compare/heimdall-7.0.3...heimdall-8.0.0) (2021-09-26)
+
+
+
### [heimdall-7.0.3](https://github.com/truecharts/apps/compare/heimdall-7.0.2...heimdall-7.0.3) (2021-09-21)
diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml
index 310fea015a8..4d65b227dae 100644
--- a/charts/stable/heimdall/Chart.yaml
+++ b/charts/stable/heimdall/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.2.2
+appVersion: "2.2.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md
index 953b087bcbf..dc2c2bd229f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/heimdall/SCALE/CHANGELOG.md b/charts/stable/heimdall/SCALE/CHANGELOG.md
index 9b65bf40cc3..6860d30e63d 100644
--- a/charts/stable/heimdall/SCALE/CHANGELOG.md
+++ b/charts/stable/heimdall/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [heimdall-7.0.3](https://github.com/truecharts/apps/compare/heimdall-7.0.2...heimdall-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [heimdall-8.0.0](https://github.com/truecharts/apps/compare/heimdall-7.0.3...heimdall-8.0.0) (2021-09-26)
diff --git a/charts/stable/heimdall/helm-values.md b/charts/stable/heimdall/helm-values.md
index d118e9b4fae..8f935ba5f3e 100644
--- a/charts/stable/heimdall/helm-values.md
+++ b/charts/stable/heimdall/helm-values.md
@@ -20,7 +20,11 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| probes.startup.enabled | bool | `true` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/home-assistant/CHANGELOG.md b/charts/stable/home-assistant/CHANGELOG.md
index 32f93c536a4..01f2c8073f7 100644
--- a/charts/stable/home-assistant/CHANGELOG.md
+++ b/charts/stable/home-assistant/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [home-assistant-8.0.0](https://github.com/truecharts/apps/compare/home-assistant-7.0.3...home-assistant-8.0.0) (2021-09-26)
+
+
+
### [home-assistant-7.0.3](https://github.com/truecharts/apps/compare/home-assistant-7.0.2...home-assistant-7.0.3) (2021-09-21)
diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml
index fa468319358..ac7c2d04cee 100644
--- a/charts/stable/home-assistant/Chart.yaml
+++ b/charts/stable/home-assistant/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2021.9.7
+appVersion: "2021.9.7"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md
index 42f8760a0c9..a1a12939b0d 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/home-assistant/SCALE/CHANGELOG.md b/charts/stable/home-assistant/SCALE/CHANGELOG.md
index 75f21eb7b12..c115b4eb899 100644
--- a/charts/stable/home-assistant/SCALE/CHANGELOG.md
+++ b/charts/stable/home-assistant/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [home-assistant-7.0.3](https://github.com/truecharts/apps/compare/home-assistant-7.0.2...home-assistant-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [home-assistant-8.0.0](https://github.com/truecharts/apps/compare/home-assistant-7.0.3...home-assistant-8.0.0) (2021-09-26)
diff --git a/charts/stable/hyperion-ng/CHANGELOG.md b/charts/stable/hyperion-ng/CHANGELOG.md
index 62119a0f65d..db3263b64a4 100644
--- a/charts/stable/hyperion-ng/CHANGELOG.md
+++ b/charts/stable/hyperion-ng/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [hyperion-ng-3.0.0](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.2...hyperion-ng-3.0.0) (2021-09-26)
+
+
+
### [hyperion-ng-2.0.2](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.1...hyperion-ng-2.0.2) (2021-09-21)
diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml
index 8c9572fa887..3241c5eef38 100644
--- a/charts/stable/hyperion-ng/Chart.yaml
+++ b/charts/stable/hyperion-ng/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.0.0-alph
+appVersion: "2.0.0-alph"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md
index 69a3174a556..38ef6a24c2e 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/hyperion-ng/SCALE/CHANGELOG.md b/charts/stable/hyperion-ng/SCALE/CHANGELOG.md
index c80c74a29c8..7c1275eca14 100644
--- a/charts/stable/hyperion-ng/SCALE/CHANGELOG.md
+++ b/charts/stable/hyperion-ng/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [hyperion-ng-2.0.2](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.1...hyperion-ng-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [hyperion-ng-3.0.0](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.2...hyperion-ng-3.0.0) (2021-09-26)
diff --git a/charts/stable/hyperion-ng/helm-values.md b/charts/stable/hyperion-ng/helm-values.md
index 56b7499f302..6a3852c7e87 100644
--- a/charts/stable/hyperion-ng/helm-values.md
+++ b/charts/stable/hyperion-ng/helm-values.md
@@ -23,14 +23,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/root/.hyperion"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md
index ab012ac029f..a3b0507deb6 100644
--- a/charts/stable/jackett/CHANGELOG.md
+++ b/charts/stable/jackett/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [jackett-8.0.0](https://github.com/truecharts/apps/compare/jackett-7.0.4...jackett-8.0.0) (2021-09-26)
+
+
+
### [jackett-7.0.4](https://github.com/truecharts/apps/compare/jackett-7.0.3...jackett-7.0.4) (2021-09-21)
diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml
index 79ed6ce43be..7572fd02d52 100644
--- a/charts/stable/jackett/Chart.yaml
+++ b/charts/stable/jackett/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.18.773
+appVersion: "0.18.773"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md
index 917a54a803d..40b5db8d3d9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/jackett/SCALE/CHANGELOG.md b/charts/stable/jackett/SCALE/CHANGELOG.md
index 3d246831994..6e4088e3d2b 100644
--- a/charts/stable/jackett/SCALE/CHANGELOG.md
+++ b/charts/stable/jackett/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [jackett-7.0.4](https://github.com/truecharts/apps/compare/jackett-7.0.3...jackett-7.0.4) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [jackett-8.0.0](https://github.com/truecharts/apps/compare/jackett-7.0.4...jackett-8.0.0) (2021-09-26)
diff --git a/charts/stable/jackett/helm-values.md b/charts/stable/jackett/helm-values.md
index 3e99c665f51..3b88f9781f0 100644
--- a/charts/stable/jackett/helm-values.md
+++ b/charts/stable/jackett/helm-values.md
@@ -20,18 +20,10 @@ 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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.path | string | `"/UI/Login"` | |
| probes.readiness.path | string | `"/UI/Login"` | |
| probes.startup.path | string | `"/UI/Login"` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `9117` | |
diff --git a/charts/stable/jdownloader2/CHANGELOG.md b/charts/stable/jdownloader2/CHANGELOG.md
index 62f3b24c5f3..8dc74941e8a 100644
--- a/charts/stable/jdownloader2/CHANGELOG.md
+++ b/charts/stable/jdownloader2/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [jdownloader2-3.0.0](https://github.com/truecharts/apps/compare/jdownloader2-2.0.3...jdownloader2-3.0.0) (2021-09-26)
+
+
+
### [jdownloader2-2.0.3](https://github.com/truecharts/apps/compare/jdownloader2-2.0.2...jdownloader2-2.0.3) (2021-09-21)
diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml
index a65db85ad5b..8d0c166d610 100644
--- a/charts/stable/jdownloader2/Chart.yaml
+++ b/charts/stable/jdownloader2/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.7.1
+appVersion: "1.7.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md
index a320e66fde2..4b7cf0a07c4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/jdownloader2/SCALE/CHANGELOG.md b/charts/stable/jdownloader2/SCALE/CHANGELOG.md
index 74100e1e53a..2f2c46de574 100644
--- a/charts/stable/jdownloader2/SCALE/CHANGELOG.md
+++ b/charts/stable/jdownloader2/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [jdownloader2-2.0.3](https://github.com/truecharts/apps/compare/jdownloader2-2.0.2...jdownloader2-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [jdownloader2-3.0.0](https://github.com/truecharts/apps/compare/jdownloader2-2.0.3...jdownloader2-3.0.0) (2021-09-26)
diff --git a/charts/stable/jdownloader2/helm-values.md b/charts/stable/jdownloader2/helm-values.md
index e68ea8e0246..1332dfe2ca1 100644
--- a/charts/stable/jdownloader2/helm-values.md
+++ b/charts/stable/jdownloader2/helm-values.md
@@ -29,6 +29,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5800` | |
| service.vnc.enabled | bool | `true` | |
| service.vnc.ports.vnc.enabled | bool | `true` | |
diff --git a/charts/stable/jellyfin/CHANGELOG.md b/charts/stable/jellyfin/CHANGELOG.md
index d9e72e70940..f8989c2c40f 100644
--- a/charts/stable/jellyfin/CHANGELOG.md
+++ b/charts/stable/jellyfin/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [jellyfin-8.0.0](https://github.com/truecharts/apps/compare/jellyfin-7.0.2...jellyfin-8.0.0) (2021-09-26)
+
+
+
### [jellyfin-7.0.2](https://github.com/truecharts/apps/compare/jellyfin-7.0.1...jellyfin-7.0.2) (2021-09-21)
diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml
index 63eb00ea085..43a431e48c1 100644
--- a/charts/stable/jellyfin/Chart.yaml
+++ b/charts/stable/jellyfin/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 10.7.7
+appVersion: "10.7.7"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md
index 9e788c09a5f..301ee375ca9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/jellyfin/SCALE/CHANGELOG.md b/charts/stable/jellyfin/SCALE/CHANGELOG.md
index 26cdb655154..a475c13fcef 100644
--- a/charts/stable/jellyfin/SCALE/CHANGELOG.md
+++ b/charts/stable/jellyfin/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [jellyfin-7.0.2](https://github.com/truecharts/apps/compare/jellyfin-7.0.1...jellyfin-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [jellyfin-8.0.0](https://github.com/truecharts/apps/compare/jellyfin-7.0.2...jellyfin-8.0.0) (2021-09-26)
diff --git a/charts/stable/jellyfin/helm-values.md b/charts/stable/jellyfin/helm-values.md
index 34977a0bba1..14bc8b141dd 100644
--- a/charts/stable/jellyfin/helm-values.md
+++ b/charts/stable/jellyfin/helm-values.md
@@ -19,16 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups[0] | int | `44` | |
-| podSecurityContext.supplementalGroups[1] | int | `107` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8096` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/k8s-gateway/CHANGELOG.md b/charts/stable/k8s-gateway/CHANGELOG.md
index 525a954f1a8..8941e016cc7 100644
--- a/charts/stable/k8s-gateway/CHANGELOG.md
+++ b/charts/stable/k8s-gateway/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [k8s-gateway-3.0.0](https://github.com/truecharts/apps/compare/k8s-gateway-2.0.2...k8s-gateway-3.0.0) (2021-09-26)
+
+
+
### [k8s-gateway-2.0.2](https://github.com/truecharts/apps/compare/k8s-gateway-2.0.1...k8s-gateway-2.0.2) (2021-09-21)
diff --git a/charts/stable/k8s-gateway/Chart.yaml b/charts/stable/k8s-gateway/Chart.yaml
index efe8f51b7c3..9e6052ad501 100644
--- a/charts/stable/k8s-gateway/Chart.yaml
+++ b/charts/stable/k8s-gateway/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.1.8
+appVersion: "0.1.8"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/k8s-gateway/README.md b/charts/stable/k8s-gateway/README.md
index e95fe1a2103..56bec6be3da 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/k8s-gateway/SCALE/CHANGELOG.md b/charts/stable/k8s-gateway/SCALE/CHANGELOG.md
index a0bf5266bea..29c077a5065 100644
--- a/charts/stable/k8s-gateway/SCALE/CHANGELOG.md
+++ b/charts/stable/k8s-gateway/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [k8s-gateway-2.0.2](https://github.com/truecharts/apps/compare/k8s-gateway-2.0.1...k8s-gateway-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [k8s-gateway-3.0.0](https://github.com/truecharts/apps/compare/k8s-gateway-2.0.2...k8s-gateway-3.0.0) (2021-09-26)
diff --git a/charts/stable/k8s-gateway/helm-values.md b/charts/stable/k8s-gateway/helm-values.md
index a01c7e06ae7..8e2d673d23f 100644
--- a/charts/stable/k8s-gateway/helm-values.md
+++ b/charts/stable/k8s-gateway/helm-values.md
@@ -25,6 +25,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/oriedge/k8s_gateway"` | |
| image.tag | string | `"v0.1.8@sha256:4937e28bb5dc4bd9c700a72d28e50d43929b4a9e8f64b4a306346426e6ed01e2"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.spec.failureThreshold | int | `5` | |
| probes.liveness.spec.httpGet.path | string | `"/health"` | |
@@ -53,6 +55,7 @@ You will, however, be able to use all values referenced in the common chart here
| rbac.enabled | bool | `true` | Enables or disables the ClusterRole and ClusterRoleBinding |
| rbac.rules | list | `[{"apiGroups":[""],"resources":["services","namespaces"],"verbs":["list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses"],"verbs":["list","watch"]}]` | Set Rules on the ClusterRole |
| secondary | string | `""` | Service name of a secondary DNS server (should be `serviceName.namespace`) |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `53` | |
| service.main.ports.main.protocol | string | `"UDP"` | |
diff --git a/charts/stable/kms/CHANGELOG.md b/charts/stable/kms/CHANGELOG.md
index adffc9e26ca..d064dfe0f49 100644
--- a/charts/stable/kms/CHANGELOG.md
+++ b/charts/stable/kms/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [kms-8.0.0](https://github.com/truecharts/apps/compare/kms-7.0.2...kms-8.0.0) (2021-09-26)
+
+
+
### [kms-7.0.2](https://github.com/truecharts/apps/compare/kms-7.0.1...kms-7.0.2) (2021-09-21)
diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml
index 397577e0cd9..55a6e6d87e4 100644
--- a/charts/stable/kms/Chart.yaml
+++ b/charts/stable/kms/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: minimal
+appVersion: "minimal"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md
index 9c005b72f81..e0487ad86ff 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/kms/SCALE/CHANGELOG.md b/charts/stable/kms/SCALE/CHANGELOG.md
index f8d590c374e..1fc543c4cfe 100644
--- a/charts/stable/kms/SCALE/CHANGELOG.md
+++ b/charts/stable/kms/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [kms-7.0.2](https://github.com/truecharts/apps/compare/kms-7.0.1...kms-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [kms-8.0.0](https://github.com/truecharts/apps/compare/kms-7.0.2...kms-8.0.0) (2021-09-26)
diff --git a/charts/stable/kms/helm-values.md b/charts/stable/kms/helm-values.md
index 76567d25340..4c76eba5a81 100644
--- a/charts/stable/kms/helm-values.md
+++ b/charts/stable/kms/helm-values.md
@@ -14,6 +14,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"pykmsorg/py-kms"` | |
| image.tag | string | `"minimal@sha256:f60edd7b3e7d59b5a2759584a3bf844cf41a3f1a1346186bb77409e0cb0a143c"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `1688` | |
| service.main.ports.main.protocol | string | `"TCP"` | |
diff --git a/charts/stable/komga/CHANGELOG.md b/charts/stable/komga/CHANGELOG.md
index 1e97d80578c..cabcb5c115e 100644
--- a/charts/stable/komga/CHANGELOG.md
+++ b/charts/stable/komga/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [komga-3.0.0](https://github.com/truecharts/apps/compare/komga-2.0.5...komga-3.0.0) (2021-09-26)
+
+
+
### [komga-2.0.4](https://github.com/truecharts/apps/compare/komga-2.0.3...komga-2.0.4) (2021-09-21)
diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml
index 1997e556889..57b70188e87 100644
--- a/charts/stable/komga/Chart.yaml
+++ b/charts/stable/komga/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.128.2
+appVersion: "0.128.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md
index 0d65b29449a..96f743589f2 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/komga/SCALE/CHANGELOG.md b/charts/stable/komga/SCALE/CHANGELOG.md
index 0ee1927441d..df00899acfd 100644
--- a/charts/stable/komga/SCALE/CHANGELOG.md
+++ b/charts/stable/komga/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [komga-2.0.4](https://github.com/truecharts/apps/compare/komga-2.0.3...komga-2.0.4) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [komga-3.0.0](https://github.com/truecharts/apps/compare/komga-2.0.5...komga-3.0.0) (2021-09-26)
diff --git a/charts/stable/komga/helm-values.md b/charts/stable/komga/helm-values.md
index 3513b075001..9dab6b8e728 100644
--- a/charts/stable/komga/helm-values.md
+++ b/charts/stable/komga/helm-values.md
@@ -14,17 +14,8 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/truecharts/komga"` | image repository |
-| image.tag | string | `"v0.128.2@sha256:a0478af8a7febac6ac424948efeb131ff908c3e55ebdb7b1c1250c8cc7184c0d"` | image tag |
+| image.tag | string | `"v0.128.3@sha256:7868a1e1362466c51e185b41a0715c27b6b7c67f3a9cc76f1f39243ad57c47a2"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/lazylibrarian/CHANGELOG.md b/charts/stable/lazylibrarian/CHANGELOG.md
index 5af5c998efa..110db6309d3 100644
--- a/charts/stable/lazylibrarian/CHANGELOG.md
+++ b/charts/stable/lazylibrarian/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [lazylibrarian-8.0.0](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.4...lazylibrarian-8.0.0) (2021-09-26)
+
+
+
### [lazylibrarian-7.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.3...lazylibrarian-7.0.4) (2021-09-21)
diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml
index 7f8e45e0f85..fba9d1cd8e1 100644
--- a/charts/stable/lazylibrarian/Chart.yaml
+++ b/charts/stable/lazylibrarian/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md
index c09dd0813ec..21ae4ea3501 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/lazylibrarian/SCALE/CHANGELOG.md b/charts/stable/lazylibrarian/SCALE/CHANGELOG.md
index f0768f9fa69..fe44c256964 100644
--- a/charts/stable/lazylibrarian/SCALE/CHANGELOG.md
+++ b/charts/stable/lazylibrarian/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [lazylibrarian-7.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.3...lazylibrarian-7.0.4) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [lazylibrarian-8.0.0](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.4...lazylibrarian-8.0.0) (2021-09-26)
diff --git a/charts/stable/lazylibrarian/helm-values.md b/charts/stable/lazylibrarian/helm-values.md
index ee2b3df5a83..b0d42fbc7a3 100644
--- a/charts/stable/lazylibrarian/helm-values.md
+++ b/charts/stable/lazylibrarian/helm-values.md
@@ -20,6 +20,9 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5299` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/librespeed/CHANGELOG.md b/charts/stable/librespeed/CHANGELOG.md
index 52c92397ddd..20433fbc525 100644
--- a/charts/stable/librespeed/CHANGELOG.md
+++ b/charts/stable/librespeed/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [librespeed-3.0.0](https://github.com/truecharts/apps/compare/librespeed-2.0.3...librespeed-3.0.0) (2021-09-26)
+
+
+
### [librespeed-2.0.3](https://github.com/truecharts/apps/compare/librespeed-2.0.2...librespeed-2.0.3) (2021-09-21)
diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml
index 20d370a5ba9..4ab58afd2fc 100644
--- a/charts/stable/librespeed/Chart.yaml
+++ b/charts/stable/librespeed/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 5.2.4
+appVersion: "5.2.4"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md
index d833a2bc09e..ff6164233f5 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/librespeed/SCALE/CHANGELOG.md b/charts/stable/librespeed/SCALE/CHANGELOG.md
index 19d8231cba5..608ee5e7c88 100644
--- a/charts/stable/librespeed/SCALE/CHANGELOG.md
+++ b/charts/stable/librespeed/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [librespeed-2.0.3](https://github.com/truecharts/apps/compare/librespeed-2.0.2...librespeed-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [librespeed-3.0.0](https://github.com/truecharts/apps/compare/librespeed-2.0.3...librespeed-3.0.0) (2021-09-26)
diff --git a/charts/stable/librespeed/helm-values.md b/charts/stable/librespeed/helm-values.md
index 7461e3cf64b..01050ea625b 100644
--- a/charts/stable/librespeed/helm-values.md
+++ b/charts/stable/librespeed/helm-values.md
@@ -19,6 +19,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/librespeed"` | image repository |
| image.tag | string | `"version-5.2.4@sha256:3ced9c8c076f8a095b4d73094a8060f1b7d564642636de6f90b64ae6c385a16a"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/lidarr/CHANGELOG.md b/charts/stable/lidarr/CHANGELOG.md
index f5344b07853..ec1f686ee49 100644
--- a/charts/stable/lidarr/CHANGELOG.md
+++ b/charts/stable/lidarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [lidarr-8.0.0](https://github.com/truecharts/apps/compare/lidarr-7.0.2...lidarr-8.0.0) (2021-09-26)
+
+
+
### [lidarr-7.0.2](https://github.com/truecharts/apps/compare/lidarr-7.0.1...lidarr-7.0.2) (2021-09-21)
diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml
index eb8c9f4a63c..17d1055feaa 100644
--- a/charts/stable/lidarr/Chart.yaml
+++ b/charts/stable/lidarr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.0.0.2255
+appVersion: "1.0.0.2255"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md
index 1b6f8047cc9..d030aa2634b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/lidarr/SCALE/CHANGELOG.md b/charts/stable/lidarr/SCALE/CHANGELOG.md
index c4d19239ad5..2166362fc49 100644
--- a/charts/stable/lidarr/SCALE/CHANGELOG.md
+++ b/charts/stable/lidarr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [lidarr-7.0.2](https://github.com/truecharts/apps/compare/lidarr-7.0.1...lidarr-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [lidarr-8.0.0](https://github.com/truecharts/apps/compare/lidarr-7.0.2...lidarr-8.0.0) (2021-09-26)
diff --git a/charts/stable/lidarr/helm-values.md b/charts/stable/lidarr/helm-values.md
index 81ff7e65208..61f1f09bf0d 100644
--- a/charts/stable/lidarr/helm-values.md
+++ b/charts/stable/lidarr/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |
@@ -36,10 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.spec.periodSeconds | int | `10` | |
| probes.liveness.spec.successThreshold | int | `1` | |
| probes.liveness.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8686` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/littlelink/CHANGELOG.md b/charts/stable/littlelink/CHANGELOG.md
index 7ccddc4f253..b79aef5fb52 100644
--- a/charts/stable/littlelink/CHANGELOG.md
+++ b/charts/stable/littlelink/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [littlelink-3.0.0](https://github.com/truecharts/apps/compare/littlelink-2.0.2...littlelink-3.0.0) (2021-09-26)
+
+
+
### [littlelink-2.0.2](https://github.com/truecharts/apps/compare/littlelink-2.0.1...littlelink-2.0.2) (2021-09-21)
diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml
index 755262e745e..8a02b7313b1 100644
--- a/charts/stable/littlelink/Chart.yaml
+++ b/charts/stable/littlelink/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md
index ed5b6f92cd1..15dca505ad9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/littlelink/SCALE/CHANGELOG.md b/charts/stable/littlelink/SCALE/CHANGELOG.md
index 3030467f75c..63277e98430 100644
--- a/charts/stable/littlelink/SCALE/CHANGELOG.md
+++ b/charts/stable/littlelink/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [littlelink-2.0.2](https://github.com/truecharts/apps/compare/littlelink-2.0.1...littlelink-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [littlelink-3.0.0](https://github.com/truecharts/apps/compare/littlelink-2.0.2...littlelink-3.0.0) (2021-09-26)
diff --git a/charts/stable/lychee/CHANGELOG.md b/charts/stable/lychee/CHANGELOG.md
index a9e5de1c8d7..e86604f9815 100644
--- a/charts/stable/lychee/CHANGELOG.md
+++ b/charts/stable/lychee/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [lychee-8.0.0](https://github.com/truecharts/apps/compare/lychee-7.0.2...lychee-8.0.0) (2021-09-26)
+
+
+
### [lychee-7.0.2](https://github.com/truecharts/apps/compare/lychee-7.0.1...lychee-7.0.2) (2021-09-21)
diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml
index 243b3639dc7..136b9f0380f 100644
--- a/charts/stable/lychee/Chart.yaml
+++ b/charts/stable/lychee/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 4.3.4
+appVersion: "4.3.4"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/lychee/README.md b/charts/stable/lychee/README.md
index ec6e48e6822..f025a6d71a1 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/lychee/SCALE/CHANGELOG.md b/charts/stable/lychee/SCALE/CHANGELOG.md
index de46cb8f24a..2eb08c32e82 100644
--- a/charts/stable/lychee/SCALE/CHANGELOG.md
+++ b/charts/stable/lychee/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [lychee-7.0.2](https://github.com/truecharts/apps/compare/lychee-7.0.1...lychee-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [lychee-8.0.0](https://github.com/truecharts/apps/compare/lychee-7.0.2...lychee-8.0.0) (2021-09-26)
diff --git a/charts/stable/lychee/helm-values.md b/charts/stable/lychee/helm-values.md
index 1b8b6c4618b..15cf69ed664 100644
--- a/charts/stable/lychee/helm-values.md
+++ b/charts/stable/lychee/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mealie/CHANGELOG.md b/charts/stable/mealie/CHANGELOG.md
index f353ff741d6..751ccfac8b3 100644
--- a/charts/stable/mealie/CHANGELOG.md
+++ b/charts/stable/mealie/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [mealie-3.0.0](https://github.com/truecharts/apps/compare/mealie-2.0.2...mealie-3.0.0) (2021-09-26)
+
+
+
### [mealie-2.0.2](https://github.com/truecharts/apps/compare/mealie-2.0.1...mealie-2.0.2) (2021-09-21)
diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml
index 41bd4585bd2..9460d610a16 100644
--- a/charts/stable/mealie/Chart.yaml
+++ b/charts/stable/mealie/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.5.2
+appVersion: "0.5.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md
index e8d3db1f044..edfa6d071bd 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/mealie/SCALE/CHANGELOG.md b/charts/stable/mealie/SCALE/CHANGELOG.md
index c1a97bb0f15..c58d1451e59 100644
--- a/charts/stable/mealie/SCALE/CHANGELOG.md
+++ b/charts/stable/mealie/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [mealie-2.0.2](https://github.com/truecharts/apps/compare/mealie-2.0.1...mealie-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [mealie-3.0.0](https://github.com/truecharts/apps/compare/mealie-2.0.2...mealie-3.0.0) (2021-09-26)
diff --git a/charts/stable/mealie/helm-values.md b/charts/stable/mealie/helm-values.md
index 3c5c61d6c97..15a59fd9b10 100644
--- a/charts/stable/mealie/helm-values.md
+++ b/charts/stable/mealie/helm-values.md
@@ -19,6 +19,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v0.5.2@sha256:e09dcdcdc812e3ef498953ceb268cbaedc031861219e7928e721c0729e97a4ae"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mosquitto/CHANGELOG.md b/charts/stable/mosquitto/CHANGELOG.md
index cfa9df7c5c2..768624d52bd 100644
--- a/charts/stable/mosquitto/CHANGELOG.md
+++ b/charts/stable/mosquitto/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [mosquitto-3.0.0](https://github.com/truecharts/apps/compare/mosquitto-2.0.2...mosquitto-3.0.0) (2021-09-26)
+
+
+
### [mosquitto-2.0.2](https://github.com/truecharts/apps/compare/mosquitto-2.0.1...mosquitto-2.0.2) (2021-09-21)
diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml
index f451f6667ba..a7b51e9f7aa 100644
--- a/charts/stable/mosquitto/Chart.yaml
+++ b/charts/stable/mosquitto/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.0.12
+appVersion: "2.0.12"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md
index d9a5ced2ac6..a47be8f6b96 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/mosquitto/SCALE/CHANGELOG.md b/charts/stable/mosquitto/SCALE/CHANGELOG.md
index 8990ccdf972..fdf55c68d29 100644
--- a/charts/stable/mosquitto/SCALE/CHANGELOG.md
+++ b/charts/stable/mosquitto/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [mosquitto-2.0.2](https://github.com/truecharts/apps/compare/mosquitto-2.0.1...mosquitto-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [mosquitto-3.0.0](https://github.com/truecharts/apps/compare/mosquitto-2.0.2...mosquitto-3.0.0) (2021-09-26)
diff --git a/charts/stable/mosquitto/helm-values.md b/charts/stable/mosquitto/helm-values.md
index 5a917285137..d0a783dae97 100644
--- a/charts/stable/mosquitto/helm-values.md
+++ b/charts/stable/mosquitto/helm-values.md
@@ -17,15 +17,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"2.0.12@sha256:ce08d3fe69d4170cea2426739af86ac95e683f01dd2c4141da661983a2401364"` | image tag |
| persistence.configinc | object | See values.yaml | Configure a persistent volume to place *.conf mosquitto-config-files in. When enabled, this gets set as `include_dir` in the mosquitto config. |
| persistence.data | object | See values.yaml | Configure a persistent volume to place mosquitto data in. When enabled, this enables `persistence` and `persistence_location` in the mosquitto config. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mylar/CHANGELOG.md b/charts/stable/mylar/CHANGELOG.md
index 69810208313..1e0332d1cf7 100644
--- a/charts/stable/mylar/CHANGELOG.md
+++ b/charts/stable/mylar/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [mylar-3.0.0](https://github.com/truecharts/apps/compare/mylar-2.0.2...mylar-3.0.0) (2021-09-26)
+
+
+
### [mylar-2.0.2](https://github.com/truecharts/apps/compare/mylar-2.0.1...mylar-2.0.2) (2021-09-21)
diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml
index e3d63a07da1..7166272f81f 100644
--- a/charts/stable/mylar/Chart.yaml
+++ b/charts/stable/mylar/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.5.3
+appVersion: "0.5.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md
index 4a5f4bfbe3e..380213eee0b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/mylar/SCALE/CHANGELOG.md b/charts/stable/mylar/SCALE/CHANGELOG.md
index 5f2b4557e86..ae01e43c33e 100644
--- a/charts/stable/mylar/SCALE/CHANGELOG.md
+++ b/charts/stable/mylar/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [mylar-2.0.2](https://github.com/truecharts/apps/compare/mylar-2.0.1...mylar-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [mylar-3.0.0](https://github.com/truecharts/apps/compare/mylar-2.0.2...mylar-3.0.0) (2021-09-26)
diff --git a/charts/stable/mylar/helm-values.md b/charts/stable/mylar/helm-values.md
index 2e6b71b2f12..3f6af19b4eb 100644
--- a/charts/stable/mylar/helm-values.md
+++ b/charts/stable/mylar/helm-values.md
@@ -19,14 +19,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/mylar3"` | image repository |
| image.tag | string | `"version-v0.5.3@sha256:b96f0e97ab3f4bf4e4320670aa932d0f7df39d1ddce0bbf62808bd509209d78f"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/navidrome/CHANGELOG.md b/charts/stable/navidrome/CHANGELOG.md
index 890b7256d0e..03e27a2121b 100644
--- a/charts/stable/navidrome/CHANGELOG.md
+++ b/charts/stable/navidrome/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [navidrome-8.0.0](https://github.com/truecharts/apps/compare/navidrome-7.0.2...navidrome-8.0.0) (2021-09-26)
+
+
+
### [navidrome-7.0.2](https://github.com/truecharts/apps/compare/navidrome-7.0.1...navidrome-7.0.2) (2021-09-21)
diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml
index 8b9a93a435e..c13a58aef76 100644
--- a/charts/stable/navidrome/Chart.yaml
+++ b/charts/stable/navidrome/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.45.1
+appVersion: "0.45.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md
index c5fb8269e18..bd6180c9222 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/navidrome/SCALE/CHANGELOG.md b/charts/stable/navidrome/SCALE/CHANGELOG.md
index 467f46b9b26..81304cfee2a 100644
--- a/charts/stable/navidrome/SCALE/CHANGELOG.md
+++ b/charts/stable/navidrome/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [navidrome-7.0.2](https://github.com/truecharts/apps/compare/navidrome-7.0.1...navidrome-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [navidrome-8.0.0](https://github.com/truecharts/apps/compare/navidrome-7.0.2...navidrome-8.0.0) (2021-09-26)
diff --git a/charts/stable/navidrome/helm-values.md b/charts/stable/navidrome/helm-values.md
index 56a55c11a7e..5655cbe6b7b 100644
--- a/charts/stable/navidrome/helm-values.md
+++ b/charts/stable/navidrome/helm-values.md
@@ -24,15 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `4533` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md
index 7282abe72f0..1a72aa9d95f 100644
--- a/charts/stable/nextcloud/CHANGELOG.md
+++ b/charts/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [nextcloud-6.0.0](https://github.com/truecharts/apps/compare/nextcloud-5.0.6...nextcloud-6.0.0) (2021-09-26)
+
+
+
### [nextcloud-5.0.6](https://github.com/truecharts/apps/compare/nextcloud-5.0.5...nextcloud-5.0.6) (2021-09-21)
diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml
index 64b5bf9bd8f..a918130cd1c 100644
--- a/charts/stable/nextcloud/Chart.yaml
+++ b/charts/stable/nextcloud/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 22.1.1
+appVersion: "22.1.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/nextcloud/README.md b/charts/stable/nextcloud/README.md
index 75084ab759b..51770b65826 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.3.2 |
-| https://truecharts.org/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/nextcloud/SCALE/CHANGELOG.md b/charts/stable/nextcloud/SCALE/CHANGELOG.md
index bcc388487a0..6de33efba36 100644
--- a/charts/stable/nextcloud/SCALE/CHANGELOG.md
+++ b/charts/stable/nextcloud/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [nextcloud-5.0.6](https://github.com/truecharts/apps/compare/nextcloud-5.0.5...nextcloud-5.0.6) (2021-09-21)
-
-#### Chore
-
-* update helm chart postgresql to v2.2.5 ([#1017](https://github.com/truecharts/apps/issues/1017))
+
+### [nextcloud-6.0.0](https://github.com/truecharts/apps/compare/nextcloud-5.0.6...nextcloud-6.0.0) (2021-09-26)
diff --git a/charts/stable/nextcloud/helm-values.md b/charts/stable/nextcloud/helm-values.md
index 05ea33525cf..62950208cfe 100644
--- a/charts/stable/nextcloud/helm-values.md
+++ b/charts/stable/nextcloud/helm-values.md
@@ -52,10 +52,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.redismaster.size | string | `"100Gi"` | |
| persistence.redismaster.type | string | `"pvc"` | |
| podSecurityContext.fsGroup | int | `33` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"nextcloud"` | |
@@ -79,6 +77,8 @@ You will, however, be able to use all values referenced in the common chart here
| redis.replica.persistence.enabled | bool | `false` | |
| redis.replica.replicaCount | int | `0` | |
| redis.volumePermissions.enabled | bool | `true` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.hpb.enabled | bool | `true` | |
| service.hpb.ports.hpb.enabled | bool | `true` | |
| service.hpb.ports.hpb.port | int | `7867` | |
diff --git a/charts/stable/node-red/CHANGELOG.md b/charts/stable/node-red/CHANGELOG.md
index 06ac78c961f..6e05a5cc231 100644
--- a/charts/stable/node-red/CHANGELOG.md
+++ b/charts/stable/node-red/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [node-red-8.0.0](https://github.com/truecharts/apps/compare/node-red-7.0.2...node-red-8.0.0) (2021-09-26)
+
+
+
### [node-red-7.0.2](https://github.com/truecharts/apps/compare/node-red-7.0.1...node-red-7.0.2) (2021-09-21)
diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml
index c661a6a91df..658efa16056 100644
--- a/charts/stable/node-red/Chart.yaml
+++ b/charts/stable/node-red/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.0.6
+appVersion: "2.0.6"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md
index 3676716186b..bac992096ef 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/node-red/SCALE/CHANGELOG.md b/charts/stable/node-red/SCALE/CHANGELOG.md
index 3b9b8d21640..ec1497232b7 100644
--- a/charts/stable/node-red/SCALE/CHANGELOG.md
+++ b/charts/stable/node-red/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [node-red-7.0.2](https://github.com/truecharts/apps/compare/node-red-7.0.1...node-red-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [node-red-8.0.0](https://github.com/truecharts/apps/compare/node-red-7.0.2...node-red-8.0.0) (2021-09-26)
diff --git a/charts/stable/node-red/helm-values.md b/charts/stable/node-red/helm-values.md
index 8e894fb03a0..a7ddd17bd3b 100644
--- a/charts/stable/node-red/helm-values.md
+++ b/charts/stable/node-red/helm-values.md
@@ -20,15 +20,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `1880` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nullserv/CHANGELOG.md b/charts/stable/nullserv/CHANGELOG.md
index e3d29699827..fa5bccf681f 100644
--- a/charts/stable/nullserv/CHANGELOG.md
+++ b/charts/stable/nullserv/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [nullserv-3.0.0](https://github.com/truecharts/apps/compare/nullserv-2.0.2...nullserv-3.0.0) (2021-09-26)
+
+
+
### [nullserv-2.0.2](https://github.com/truecharts/apps/compare/nullserv-2.0.1...nullserv-2.0.2) (2021-09-21)
diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml
index 57576769a5d..a1b60a4d6c6 100644
--- a/charts/stable/nullserv/Chart.yaml
+++ b/charts/stable/nullserv/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.3.0
+appVersion: "1.3.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md
index e5292efd404..3f99938f1d5 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/nullserv/SCALE/CHANGELOG.md b/charts/stable/nullserv/SCALE/CHANGELOG.md
index 6fba9792fc7..49fb9fe508f 100644
--- a/charts/stable/nullserv/SCALE/CHANGELOG.md
+++ b/charts/stable/nullserv/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [nullserv-2.0.2](https://github.com/truecharts/apps/compare/nullserv-2.0.1...nullserv-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [nullserv-3.0.0](https://github.com/truecharts/apps/compare/nullserv-2.0.2...nullserv-3.0.0) (2021-09-26)
diff --git a/charts/stable/nullserv/helm-values.md b/charts/stable/nullserv/helm-values.md
index 2e5f2f3e172..a9114204e9c 100644
--- a/charts/stable/nullserv/helm-values.md
+++ b/charts/stable/nullserv/helm-values.md
@@ -17,15 +17,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/nullserv"` | image repository |
| image.tag | string | `"v1.3.0@sha256:0792c7e6d814bf292455da3f40aa5d56c465f2b5024e786ac3bf3dc3b16cc757"` | image tag |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes | object | See values.yaml | Configures the probes for the main Pod. |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/nzbget/CHANGELOG.md b/charts/stable/nzbget/CHANGELOG.md
index bb18372e117..47865e40821 100644
--- a/charts/stable/nzbget/CHANGELOG.md
+++ b/charts/stable/nzbget/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [nzbget-8.0.0](https://github.com/truecharts/apps/compare/nzbget-7.0.2...nzbget-8.0.0) (2021-09-26)
+
+
+
### [nzbget-7.0.2](https://github.com/truecharts/apps/compare/nzbget-7.0.1...nzbget-7.0.2) (2021-09-21)
diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml
index fed8e112de1..f3f6434939d 100644
--- a/charts/stable/nzbget/Chart.yaml
+++ b/charts/stable/nzbget/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '21.1'
+appVersion: "21.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md
index 8eacbf14393..12a9ecf21c4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/nzbget/SCALE/CHANGELOG.md b/charts/stable/nzbget/SCALE/CHANGELOG.md
index 3f53fca49d5..749a61e3b03 100644
--- a/charts/stable/nzbget/SCALE/CHANGELOG.md
+++ b/charts/stable/nzbget/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [nzbget-7.0.2](https://github.com/truecharts/apps/compare/nzbget-7.0.1...nzbget-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [nzbget-8.0.0](https://github.com/truecharts/apps/compare/nzbget-7.0.2...nzbget-8.0.0) (2021-09-26)
diff --git a/charts/stable/nzbget/helm-values.md b/charts/stable/nzbget/helm-values.md
index 365add5f7c6..4cdf157d329 100644
--- a/charts/stable/nzbget/helm-values.md
+++ b/charts/stable/nzbget/helm-values.md
@@ -19,18 +19,9 @@ 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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `6789` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nzbhydra/CHANGELOG.md b/charts/stable/nzbhydra/CHANGELOG.md
index bcb3020b762..490c1008916 100644
--- a/charts/stable/nzbhydra/CHANGELOG.md
+++ b/charts/stable/nzbhydra/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [nzbhydra-8.0.0](https://github.com/truecharts/apps/compare/nzbhydra-7.0.2...nzbhydra-8.0.0) (2021-09-26)
+
+
+
### [nzbhydra-7.0.2](https://github.com/truecharts/apps/compare/nzbhydra-7.0.1...nzbhydra-7.0.2) (2021-09-21)
diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml
index 4c7955fa954..2f6c9c326b4 100644
--- a/charts/stable/nzbhydra/Chart.yaml
+++ b/charts/stable/nzbhydra/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.15.2
+appVersion: "3.15.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md
index 22eee9a164c..4cb194fc2eb 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.6 |
## Installing the Chart
diff --git a/charts/stable/nzbhydra/SCALE/CHANGELOG.md b/charts/stable/nzbhydra/SCALE/CHANGELOG.md
index b6c300192da..7fff2ea05aa 100644
--- a/charts/stable/nzbhydra/SCALE/CHANGELOG.md
+++ b/charts/stable/nzbhydra/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [nzbhydra-7.0.2](https://github.com/truecharts/apps/compare/nzbhydra-7.0.1...nzbhydra-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [nzbhydra-8.0.0](https://github.com/truecharts/apps/compare/nzbhydra-7.0.2...nzbhydra-8.0.0) (2021-09-26)
diff --git a/charts/stable/nzbhydra/helm-values.md b/charts/stable/nzbhydra/helm-values.md
index f12842de6f7..7216fd4bbd7 100644
--- a/charts/stable/nzbhydra/helm-values.md
+++ b/charts/stable/nzbhydra/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.failureThreshold | int | `5` | |
@@ -49,10 +44,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.startup.spec.initialDelaySeconds | int | `30` | |
| probes.startup.spec.periodSeconds | int | `10` | |
| probes.startup.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `5076` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/octoprint/CHANGELOG.md b/charts/stable/octoprint/CHANGELOG.md
index 3dda434572f..c6a48d0294d 100644
--- a/charts/stable/octoprint/CHANGELOG.md
+++ b/charts/stable/octoprint/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [octoprint-3.0.0](https://github.com/truecharts/apps/compare/octoprint-2.0.2...octoprint-3.0.0) (2021-09-26)
+
+
+
### [octoprint-2.0.2](https://github.com/truecharts/apps/compare/octoprint-2.0.1...octoprint-2.0.2) (2021-09-21)
diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml
index 269f6916c69..7c8dbefa234 100644
--- a/charts/stable/octoprint/Chart.yaml
+++ b/charts/stable/octoprint/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.6.1
+appVersion: "1.6.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md
index 67a6fca5feb..d72dfcbb784 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/octoprint/SCALE/CHANGELOG.md b/charts/stable/octoprint/SCALE/CHANGELOG.md
index c87e3ddebfd..b69edb53334 100644
--- a/charts/stable/octoprint/SCALE/CHANGELOG.md
+++ b/charts/stable/octoprint/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [octoprint-2.0.2](https://github.com/truecharts/apps/compare/octoprint-2.0.1...octoprint-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [octoprint-3.0.0](https://github.com/truecharts/apps/compare/octoprint-2.0.2...octoprint-3.0.0) (2021-09-26)
diff --git a/charts/stable/octoprint/helm-values.md b/charts/stable/octoprint/helm-values.md
index e1be194e502..71b2e11206f 100644
--- a/charts/stable/octoprint/helm-values.md
+++ b/charts/stable/octoprint/helm-values.md
@@ -21,7 +21,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v1.6.1@sha256:3e54ffdf99ab297b2b70289d72f880cd52aad5f6a55ab3005f38a25a7115e692"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.printer | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. |
-| securityContext.privileged | bool | `true` | (bool) Privileged securityContext may be required if USB devics are accessed directly through the host machine |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/omada-controller/CHANGELOG.md b/charts/stable/omada-controller/CHANGELOG.md
index d38563b6b09..60615ac12d7 100644
--- a/charts/stable/omada-controller/CHANGELOG.md
+++ b/charts/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [omada-controller-3.0.0](https://github.com/truecharts/apps/compare/omada-controller-2.0.4...omada-controller-3.0.0) (2021-09-26)
+
+
+
### [omada-controller-2.0.4](https://github.com/truecharts/apps/compare/omada-controller-2.0.3...omada-controller-2.0.4) (2021-09-21)
diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml
index 76a06fa0687..04357cbee86 100644
--- a/charts/stable/omada-controller/Chart.yaml
+++ b/charts/stable/omada-controller/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '4.4'
+appVersion: "4.4"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md
index edb77e1079e..d9ce10f678e 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/omada-controller/SCALE/CHANGELOG.md b/charts/stable/omada-controller/SCALE/CHANGELOG.md
index adffefdb308..50141a1c040 100644
--- a/charts/stable/omada-controller/SCALE/CHANGELOG.md
+++ b/charts/stable/omada-controller/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [omada-controller-2.0.4](https://github.com/truecharts/apps/compare/omada-controller-2.0.3...omada-controller-2.0.4) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [omada-controller-3.0.0](https://github.com/truecharts/apps/compare/omada-controller-2.0.4...omada-controller-3.0.0) (2021-09-26)
diff --git a/charts/stable/omada-controller/helm-values.md b/charts/stable/omada-controller/helm-values.md
index 7f46c5e4087..87a9c69f9f9 100644
--- a/charts/stable/omada-controller/helm-values.md
+++ b/charts/stable/omada-controller/helm-values.md
@@ -17,13 +17,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository |
| image.tag | string | `"4.4@sha256:207876a39cf4fc6e3133c011ad283296677e314537d354149628de2b13f7990e"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/ombi/CHANGELOG.md b/charts/stable/ombi/CHANGELOG.md
index 2708837eae2..6940d628bd2 100644
--- a/charts/stable/ombi/CHANGELOG.md
+++ b/charts/stable/ombi/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [ombi-8.0.0](https://github.com/truecharts/apps/compare/ombi-7.0.2...ombi-8.0.0) (2021-09-26)
+
+
+
### [ombi-7.0.2](https://github.com/truecharts/apps/compare/ombi-7.0.1...ombi-7.0.2) (2021-09-21)
diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml
index 66ebaf69e51..45df667e29b 100644
--- a/charts/stable/ombi/Chart.yaml
+++ b/charts/stable/ombi/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 4.0.1482
+appVersion: "4.0.1482"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md
index 08cd4b858bf..b76de90adc8 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/ombi/SCALE/CHANGELOG.md b/charts/stable/ombi/SCALE/CHANGELOG.md
index a8947aac9c3..46ddd6078ed 100644
--- a/charts/stable/ombi/SCALE/CHANGELOG.md
+++ b/charts/stable/ombi/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [ombi-7.0.2](https://github.com/truecharts/apps/compare/ombi-7.0.1...ombi-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [ombi-8.0.0](https://github.com/truecharts/apps/compare/ombi-7.0.2...ombi-8.0.0) (2021-09-26)
diff --git a/charts/stable/ombi/helm-values.md b/charts/stable/ombi/helm-values.md
index dec4e61e3de..04a8fac774b 100644
--- a/charts/stable/ombi/helm-values.md
+++ b/charts/stable/ombi/helm-values.md
@@ -26,15 +26,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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `3579` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/openldap/CHANGELOG.md b/charts/stable/openldap/CHANGELOG.md
index 0df7d38051e..6912386f5c6 100644
--- a/charts/stable/openldap/CHANGELOG.md
+++ b/charts/stable/openldap/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [openldap-3.0.0](https://github.com/truecharts/apps/compare/openldap-2.0.2...openldap-3.0.0) (2021-09-26)
+
+
+
### [openldap-2.0.2](https://github.com/truecharts/apps/compare/openldap-2.0.1...openldap-2.0.2) (2021-09-21)
diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml
index 9f65d2e61a7..83855e5e7c9 100644
--- a/charts/stable/openldap/Chart.yaml
+++ b/charts/stable/openldap/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.5.0
+appVersion: "1.5.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/openldap/README.md b/charts/stable/openldap/README.md
index 49284925ecc..905295aa1a4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/openldap/SCALE/CHANGELOG.md b/charts/stable/openldap/SCALE/CHANGELOG.md
index e2fc8bfd0aa..8fbce06810b 100644
--- a/charts/stable/openldap/SCALE/CHANGELOG.md
+++ b/charts/stable/openldap/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [openldap-2.0.2](https://github.com/truecharts/apps/compare/openldap-2.0.1...openldap-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [openldap-3.0.0](https://github.com/truecharts/apps/compare/openldap-2.0.2...openldap-3.0.0) (2021-09-26)
diff --git a/charts/stable/openldap/helm-values.md b/charts/stable/openldap/helm-values.md
index 82a0119ecc6..dced3579b39 100644
--- a/charts/stable/openldap/helm-values.md
+++ b/charts/stable/openldap/helm-values.md
@@ -42,6 +42,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/openldap"` | |
| image.tag | string | `"v1.5.0@sha256:fd870eecad0a5a5097ec7377a4441aa77171b4e10d8336f63698144dc3a51a4b"` | |
+| persistence.varrun.enabled | bool | `false` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| replication.clusterName | string | `"cluster.local"` | |
| replication.enabled | bool | `false` | |
| replication.interval | string | `"00:00:00:10"` | |
@@ -49,6 +52,8 @@ You will, however, be able to use all values referenced in the common chart here
| replication.starttls | string | `"critical"` | |
| replication.timeout | int | `1` | |
| replication.tls_reqcert | string | `"never"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.https.ports.https.port | int | `636` | |
| service.main.ports.main.port | int | `389` | |
| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap/","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d/","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
diff --git a/charts/stable/organizr/CHANGELOG.md b/charts/stable/organizr/CHANGELOG.md
index 298b7070caa..9a6edc41f3e 100644
--- a/charts/stable/organizr/CHANGELOG.md
+++ b/charts/stable/organizr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [organizr-8.0.0](https://github.com/truecharts/apps/compare/organizr-7.0.2...organizr-8.0.0) (2021-09-26)
+
+
+
### [organizr-7.0.2](https://github.com/truecharts/apps/compare/organizr-7.0.1...organizr-7.0.2) (2021-09-21)
diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml
index 236463bd9de..383f70d86ed 100644
--- a/charts/stable/organizr/Chart.yaml
+++ b/charts/stable/organizr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md
index f75b28247e2..140a8db1625 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/organizr/SCALE/CHANGELOG.md b/charts/stable/organizr/SCALE/CHANGELOG.md
index 232455a44c4..f6d726b59c4 100644
--- a/charts/stable/organizr/SCALE/CHANGELOG.md
+++ b/charts/stable/organizr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [organizr-7.0.2](https://github.com/truecharts/apps/compare/organizr-7.0.1...organizr-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [organizr-8.0.0](https://github.com/truecharts/apps/compare/organizr-7.0.2...organizr-8.0.0) (2021-09-26)
diff --git a/charts/stable/organizr/helm-values.md b/charts/stable/organizr/helm-values.md
index 7b9fb62ead1..0e7ffb8385d 100644
--- a/charts/stable/organizr/helm-values.md
+++ b/charts/stable/organizr/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/oscam/CHANGELOG.md b/charts/stable/oscam/CHANGELOG.md
index 7e08998fd2d..214cbf738ae 100644
--- a/charts/stable/oscam/CHANGELOG.md
+++ b/charts/stable/oscam/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [oscam-3.0.0](https://github.com/truecharts/apps/compare/oscam-2.0.2...oscam-3.0.0) (2021-09-26)
+
+
+
### [oscam-2.0.2](https://github.com/truecharts/apps/compare/oscam-2.0.1...oscam-2.0.2) (2021-09-21)
diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml
index 9354bb8a65d..9590e2850d5 100644
--- a/charts/stable/oscam/Chart.yaml
+++ b/charts/stable/oscam/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '11693'
+appVersion: "11693"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md
index 948809bc9a7..98279ec8db5 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/oscam/SCALE/CHANGELOG.md b/charts/stable/oscam/SCALE/CHANGELOG.md
index 95d95fe4f7d..6c62b7842bb 100644
--- a/charts/stable/oscam/SCALE/CHANGELOG.md
+++ b/charts/stable/oscam/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [oscam-2.0.2](https://github.com/truecharts/apps/compare/oscam-2.0.1...oscam-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [oscam-3.0.0](https://github.com/truecharts/apps/compare/oscam-2.0.2...oscam-3.0.0) (2021-09-26)
diff --git a/charts/stable/oscam/helm-values.md b/charts/stable/oscam/helm-values.md
index c1e68608202..7242407113a 100644
--- a/charts/stable/oscam/helm-values.md
+++ b/charts/stable/oscam/helm-values.md
@@ -22,6 +22,9 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `8888` | |
diff --git a/charts/stable/overseerr/CHANGELOG.md b/charts/stable/overseerr/CHANGELOG.md
index a46ade42ab3..260c8f7e947 100644
--- a/charts/stable/overseerr/CHANGELOG.md
+++ b/charts/stable/overseerr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [overseerr-3.0.0](https://github.com/truecharts/apps/compare/overseerr-2.0.3...overseerr-3.0.0) (2021-09-26)
+
+
+
### [overseerr-2.0.3](https://github.com/truecharts/apps/compare/overseerr-2.0.2...overseerr-2.0.3) (2021-09-21)
diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml
index cb9e5456fbd..4da4042abb1 100644
--- a/charts/stable/overseerr/Chart.yaml
+++ b/charts/stable/overseerr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.26.1
+appVersion: "1.26.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md
index 6d96256d8d2..31d034f949b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/overseerr/SCALE/CHANGELOG.md b/charts/stable/overseerr/SCALE/CHANGELOG.md
index 2f3c624a345..63e072d8fb1 100644
--- a/charts/stable/overseerr/SCALE/CHANGELOG.md
+++ b/charts/stable/overseerr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [overseerr-2.0.3](https://github.com/truecharts/apps/compare/overseerr-2.0.2...overseerr-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [overseerr-3.0.0](https://github.com/truecharts/apps/compare/overseerr-2.0.3...overseerr-3.0.0) (2021-09-26)
diff --git a/charts/stable/overseerr/helm-values.md b/charts/stable/overseerr/helm-values.md
index feace34e5d2..6575e9d4d47 100644
--- a/charts/stable/overseerr/helm-values.md
+++ b/charts/stable/overseerr/helm-values.md
@@ -18,15 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/sct/overseerr"` | image repository |
| image.tag | string | `"1.26.1@sha256:254d16af8f71061d0f8feb0d4990078641eff13a17824938b60b43b334342f9d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/owncast/CHANGELOG.md b/charts/stable/owncast/CHANGELOG.md
index c180b27f998..3c2de60840d 100644
--- a/charts/stable/owncast/CHANGELOG.md
+++ b/charts/stable/owncast/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [owncast-3.0.0](https://github.com/truecharts/apps/compare/owncast-2.0.2...owncast-3.0.0) (2021-09-26)
+
+
+
### [owncast-2.0.2](https://github.com/truecharts/apps/compare/owncast-2.0.1...owncast-2.0.2) (2021-09-21)
diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml
index e33db3220a3..c96c09928d3 100644
--- a/charts/stable/owncast/Chart.yaml
+++ b/charts/stable/owncast/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.0.8
+appVersion: "0.0.8"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md
index 4b08d718a40..b5f3fde8a6f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/owncast/SCALE/CHANGELOG.md b/charts/stable/owncast/SCALE/CHANGELOG.md
index 85fc2d09695..9e39de19fa2 100644
--- a/charts/stable/owncast/SCALE/CHANGELOG.md
+++ b/charts/stable/owncast/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [owncast-2.0.2](https://github.com/truecharts/apps/compare/owncast-2.0.1...owncast-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [owncast-3.0.0](https://github.com/truecharts/apps/compare/owncast-2.0.2...owncast-3.0.0) (2021-09-26)
diff --git a/charts/stable/owncast/helm-values.md b/charts/stable/owncast/helm-values.md
index 35b22e0f21d..cb1bb1a5693 100644
--- a/charts/stable/owncast/helm-values.md
+++ b/charts/stable/owncast/helm-values.md
@@ -15,6 +15,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/owncast"` | image repository |
| image.tag | string | `"v0.0.8@sha256:5a271ca7d7870bfc9ef777190c882f373063624013cf67517e73c9ef4bdd338d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/owncloud-ocis/CHANGELOG.md b/charts/stable/owncloud-ocis/CHANGELOG.md
index ed97fb2b608..735296b81d9 100644
--- a/charts/stable/owncloud-ocis/CHANGELOG.md
+++ b/charts/stable/owncloud-ocis/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [owncloud-ocis-3.0.0](https://github.com/truecharts/apps/compare/owncloud-ocis-2.0.3...owncloud-ocis-3.0.0) (2021-09-26)
+
+
+
### [owncloud-ocis-2.0.3](https://github.com/truecharts/apps/compare/owncloud-ocis-2.0.2...owncloud-ocis-2.0.3) (2021-09-21)
diff --git a/charts/stable/owncloud-ocis/Chart.yaml b/charts/stable/owncloud-ocis/Chart.yaml
index d5c28ebcea2..53b01be7e7b 100644
--- a/charts/stable/owncloud-ocis/Chart.yaml
+++ b/charts/stable/owncloud-ocis/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.12.0
+appVersion: "1.12.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/owncloud-ocis/README.md b/charts/stable/owncloud-ocis/README.md
index 70e87803f93..b61deff11a0 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/owncloud-ocis/SCALE/CHANGELOG.md b/charts/stable/owncloud-ocis/SCALE/CHANGELOG.md
index 0c4f10b5348..9a296830819 100644
--- a/charts/stable/owncloud-ocis/SCALE/CHANGELOG.md
+++ b/charts/stable/owncloud-ocis/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [owncloud-ocis-2.0.3](https://github.com/truecharts/apps/compare/owncloud-ocis-2.0.2...owncloud-ocis-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [owncloud-ocis-3.0.0](https://github.com/truecharts/apps/compare/owncloud-ocis-2.0.3...owncloud-ocis-3.0.0) (2021-09-26)
diff --git a/charts/stable/owncloud-ocis/helm-values.md b/charts/stable/owncloud-ocis/helm-values.md
index 01c2acba5c9..9256b74877e 100644
--- a/charts/stable/owncloud-ocis/helm-values.md
+++ b/charts/stable/owncloud-ocis/helm-values.md
@@ -17,15 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/ocis"` | image repository |
| image.tag | string | `"v1.12.0@sha256:dca60812fd8e47bbc0b554f8e768f0a8cebe467039cde09c76ce034a3b0fb47b"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pgadmin/CHANGELOG.md b/charts/stable/pgadmin/CHANGELOG.md
index fc0c49e94a4..3d4bd44b2ef 100644
--- a/charts/stable/pgadmin/CHANGELOG.md
+++ b/charts/stable/pgadmin/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [pgadmin-3.0.0](https://github.com/truecharts/apps/compare/pgadmin-2.0.2...pgadmin-3.0.0) (2021-09-26)
+
+
+
### [pgadmin-2.0.2](https://github.com/truecharts/apps/compare/pgadmin-2.0.1...pgadmin-2.0.2) (2021-09-21)
diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml
index 5c0e12cc242..7d24188d714 100644
--- a/charts/stable/pgadmin/Chart.yaml
+++ b/charts/stable/pgadmin/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '5.7'
+appVersion: "5.7"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md
index 61df76552e2..f7e0c4d97d8 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/pgadmin/SCALE/CHANGELOG.md b/charts/stable/pgadmin/SCALE/CHANGELOG.md
index 459c84d9ace..11333116f0c 100644
--- a/charts/stable/pgadmin/SCALE/CHANGELOG.md
+++ b/charts/stable/pgadmin/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [pgadmin-2.0.2](https://github.com/truecharts/apps/compare/pgadmin-2.0.1...pgadmin-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [pgadmin-3.0.0](https://github.com/truecharts/apps/compare/pgadmin-2.0.2...pgadmin-3.0.0) (2021-09-26)
diff --git a/charts/stable/pgadmin/helm-values.md b/charts/stable/pgadmin/helm-values.md
index eea2ba48383..b877019bcd0 100644
--- a/charts/stable/pgadmin/helm-values.md
+++ b/charts/stable/pgadmin/helm-values.md
@@ -22,12 +22,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| podSecurityContext.fsGroup | int | `5050` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
diff --git a/charts/stable/photoprism/CHANGELOG.md b/charts/stable/photoprism/CHANGELOG.md
index 713e4461d33..68c204d2e23 100644
--- a/charts/stable/photoprism/CHANGELOG.md
+++ b/charts/stable/photoprism/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [photoprism-3.0.0](https://github.com/truecharts/apps/compare/photoprism-2.0.2...photoprism-3.0.0) (2021-09-26)
+
+
+
### [photoprism-2.0.2](https://github.com/truecharts/apps/compare/photoprism-2.0.1...photoprism-2.0.2) (2021-09-21)
diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml
index 1e5ada52ea9..9f12b7127da 100644
--- a/charts/stable/photoprism/Chart.yaml
+++ b/charts/stable/photoprism/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '20210523'
+appVersion: "20210523"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md
index 0a660090c80..1decb9659d4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/photoprism/SCALE/CHANGELOG.md b/charts/stable/photoprism/SCALE/CHANGELOG.md
index cf47dccd66f..8e6e86250b0 100644
--- a/charts/stable/photoprism/SCALE/CHANGELOG.md
+++ b/charts/stable/photoprism/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [photoprism-2.0.2](https://github.com/truecharts/apps/compare/photoprism-2.0.1...photoprism-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [photoprism-3.0.0](https://github.com/truecharts/apps/compare/photoprism-2.0.2...photoprism-3.0.0) (2021-09-26)
diff --git a/charts/stable/photoprism/helm-values.md b/charts/stable/photoprism/helm-values.md
index 8d66dbf14d0..2e34809afd4 100644
--- a/charts/stable/photoprism/helm-values.md
+++ b/charts/stable/photoprism/helm-values.md
@@ -24,15 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
| image.tag | string | `"20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/phpldapadmin/CHANGELOG.md b/charts/stable/phpldapadmin/CHANGELOG.md
index e91c7abf346..7df5dd45bb9 100644
--- a/charts/stable/phpldapadmin/CHANGELOG.md
+++ b/charts/stable/phpldapadmin/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [phpldapadmin-3.0.0](https://github.com/truecharts/apps/compare/phpldapadmin-2.0.2...phpldapadmin-3.0.0) (2021-09-26)
+
+
+
### [phpldapadmin-2.0.2](https://github.com/truecharts/apps/compare/phpldapadmin-2.0.1...phpldapadmin-2.0.2) (2021-09-21)
diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml
index 94c80c7d18c..07d263d0cc3 100644
--- a/charts/stable/phpldapadmin/Chart.yaml
+++ b/charts/stable/phpldapadmin/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.9.0
+appVersion: "0.9.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md
index 0637c78d5a0..dd003b42c4e 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/phpldapadmin/SCALE/CHANGELOG.md b/charts/stable/phpldapadmin/SCALE/CHANGELOG.md
index 30d5f234ec0..a86beb73596 100644
--- a/charts/stable/phpldapadmin/SCALE/CHANGELOG.md
+++ b/charts/stable/phpldapadmin/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [phpldapadmin-2.0.2](https://github.com/truecharts/apps/compare/phpldapadmin-2.0.1...phpldapadmin-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [phpldapadmin-3.0.0](https://github.com/truecharts/apps/compare/phpldapadmin-2.0.2...phpldapadmin-3.0.0) (2021-09-26)
diff --git a/charts/stable/phpldapadmin/helm-values.md b/charts/stable/phpldapadmin/helm-values.md
index 66e42ae157a..0766c88517a 100644
--- a/charts/stable/phpldapadmin/helm-values.md
+++ b/charts/stable/phpldapadmin/helm-values.md
@@ -16,6 +16,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/phpldapadmin"` | |
| image.tag | string | `"v0.9.0@sha256:e633aefd9a89e9c1492bef151eb81d718b5b9ecc7bf1bc80e64b36e5ac480158"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `80` | |
diff --git a/charts/stable/piaware/CHANGELOG.md b/charts/stable/piaware/CHANGELOG.md
index 55bbd25bde5..b3324eb93f7 100644
--- a/charts/stable/piaware/CHANGELOG.md
+++ b/charts/stable/piaware/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [piaware-3.0.0](https://github.com/truecharts/apps/compare/piaware-2.0.2...piaware-3.0.0) (2021-09-26)
+
+
+
### [piaware-2.0.2](https://github.com/truecharts/apps/compare/piaware-2.0.1...piaware-2.0.2) (2021-09-21)
diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml
index a2cf0c8d8c1..f3e29c90928 100644
--- a/charts/stable/piaware/Chart.yaml
+++ b/charts/stable/piaware/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '6.1'
+appVersion: "6.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md
index 963e0a6a1d5..0a64cc7e72c 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/piaware/SCALE/CHANGELOG.md b/charts/stable/piaware/SCALE/CHANGELOG.md
index b47716fa71f..805168d2953 100644
--- a/charts/stable/piaware/SCALE/CHANGELOG.md
+++ b/charts/stable/piaware/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [piaware-2.0.2](https://github.com/truecharts/apps/compare/piaware-2.0.1...piaware-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [piaware-3.0.0](https://github.com/truecharts/apps/compare/piaware-2.0.2...piaware-3.0.0) (2021-09-26)
diff --git a/charts/stable/piaware/helm-values.md b/charts/stable/piaware/helm-values.md
index e0ec0bcc9d4..825c049cd78 100644
--- a/charts/stable/piaware/helm-values.md
+++ b/charts/stable/piaware/helm-values.md
@@ -19,13 +19,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v6.1@sha256:9e143490fbe9d5d9e0004ed4b5c08f1f83b56dbbc3920fa47db806b7fdcb1aad"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.usb | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/pihole/CHANGELOG.md b/charts/stable/pihole/CHANGELOG.md
index debe873ba16..cc46ae05dc3 100644
--- a/charts/stable/pihole/CHANGELOG.md
+++ b/charts/stable/pihole/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [pihole-3.0.0](https://github.com/truecharts/apps/compare/pihole-2.0.6...pihole-3.0.0) (2021-09-26)
+
+
+
### [pihole-2.0.6](https://github.com/truecharts/apps/compare/pihole-2.0.5...pihole-2.0.6) (2021-09-21)
diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml
index 3e300c3bbe4..ae07b0a93dc 100644
--- a/charts/stable/pihole/Chart.yaml
+++ b/charts/stable/pihole/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '2021.09'
+appVersion: "2021.09"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md
index 9899297562e..0d7fe0ab6aa 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/pihole/SCALE/CHANGELOG.md b/charts/stable/pihole/SCALE/CHANGELOG.md
index 625f2d6ef64..f8ee9a71ac4 100644
--- a/charts/stable/pihole/SCALE/CHANGELOG.md
+++ b/charts/stable/pihole/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [pihole-2.0.6](https://github.com/truecharts/apps/compare/pihole-2.0.5...pihole-2.0.6) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [pihole-3.0.0](https://github.com/truecharts/apps/compare/pihole-2.0.6...pihole-3.0.0) (2021-09-26)
diff --git a/charts/stable/pihole/helm-values.md b/charts/stable/pihole/helm-values.md
index 38de80055cc..7a6734db19b 100644
--- a/charts/stable/pihole/helm-values.md
+++ b/charts/stable/pihole/helm-values.md
@@ -28,6 +28,10 @@ You will, however, be able to use all values referenced in the common chart here
| pihole.DNS1 | string | `"9.9.9.9"` | |
| pihole.DNS2 | string | `"149.112.112.112"` | |
| pihole.WEBPASSWORD | string | `"somepassword"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.https.enabled | bool | `true` | |
| service.dns-tcp.ports.https.port | int | `53` | |
diff --git a/charts/stable/plex/CHANGELOG.md b/charts/stable/plex/CHANGELOG.md
index 68210f06796..1ce8056e52b 100644
--- a/charts/stable/plex/CHANGELOG.md
+++ b/charts/stable/plex/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [plex-7.0.0](https://github.com/truecharts/apps/compare/plex-6.0.3...plex-7.0.0) (2021-09-26)
+
+
+
### [plex-6.0.3](https://github.com/truecharts/apps/compare/plex-6.0.2...plex-6.0.3) (2021-09-21)
diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml
index bed3e527d8e..cc927dcff2c 100644
--- a/charts/stable/plex/Chart.yaml
+++ b/charts/stable/plex/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.24.3.503
+appVersion: "1.24.3.503"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md
index 35c40a45d2a..1cf20f16aef 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/plex/SCALE/CHANGELOG.md b/charts/stable/plex/SCALE/CHANGELOG.md
index 266226bc10a..ae20b86514a 100644
--- a/charts/stable/plex/SCALE/CHANGELOG.md
+++ b/charts/stable/plex/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [plex-6.0.3](https://github.com/truecharts/apps/compare/plex-6.0.2...plex-6.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [plex-7.0.0](https://github.com/truecharts/apps/compare/plex-6.0.3...plex-7.0.0) (2021-09-26)
diff --git a/charts/stable/plex/helm-values.md b/charts/stable/plex/helm-values.md
index d9b2f477dfb..a8ac7e1f57f 100644
--- a/charts/stable/plex/helm-values.md
+++ b/charts/stable/plex/helm-values.md
@@ -20,16 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups[0] | int | `44` | |
-| podSecurityContext.supplementalGroups[1] | int | `107` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `32400` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/podgrab/CHANGELOG.md b/charts/stable/podgrab/CHANGELOG.md
index d51ebb41902..b83a0751160 100644
--- a/charts/stable/podgrab/CHANGELOG.md
+++ b/charts/stable/podgrab/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [podgrab-6.0.0](https://github.com/truecharts/apps/compare/podgrab-5.0.2...podgrab-6.0.0) (2021-09-26)
+
+
+
### [podgrab-5.0.2](https://github.com/truecharts/apps/compare/podgrab-5.0.1...podgrab-5.0.2) (2021-09-21)
diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml
index 18c87dd110c..81e58e0a1b9 100644
--- a/charts/stable/podgrab/Chart.yaml
+++ b/charts/stable/podgrab/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.0.0
+appVersion: "1.0.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md
index e668eb5ad4c..2a4ea726802 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/podgrab/SCALE/CHANGELOG.md b/charts/stable/podgrab/SCALE/CHANGELOG.md
index 053e4af9f1e..2477fe664b2 100644
--- a/charts/stable/podgrab/SCALE/CHANGELOG.md
+++ b/charts/stable/podgrab/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [podgrab-5.0.2](https://github.com/truecharts/apps/compare/podgrab-5.0.1...podgrab-5.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [podgrab-6.0.0](https://github.com/truecharts/apps/compare/podgrab-5.0.2...podgrab-6.0.0) (2021-09-26)
diff --git a/charts/stable/podgrab/helm-values.md b/charts/stable/podgrab/helm-values.md
index c2a09195dfb..07b625b6736 100644
--- a/charts/stable/podgrab/helm-values.md
+++ b/charts/stable/podgrab/helm-values.md
@@ -27,18 +27,9 @@ 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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8080` | |
| service.tcp.enabled | bool | `true` | |
| service.tcp.ports.tcp.enabled | bool | `true` | |
diff --git a/charts/stable/postgresql/CHANGELOG.md b/charts/stable/postgresql/CHANGELOG.md
index 81cbd13ff15..f30526e3e58 100644
--- a/charts/stable/postgresql/CHANGELOG.md
+++ b/charts/stable/postgresql/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [postgresql-3.0.0](https://github.com/truecharts/apps/compare/postgresql-2.2.5...postgresql-3.0.0) (2021-09-26)
+
+
+
### [postgresql-2.2.5](https://github.com/truecharts/apps/compare/postgresql-2.2.4...postgresql-2.2.5) (2021-09-21)
diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml
index fe03b89ef2c..37f6b45e46a 100644
--- a/charts/stable/postgresql/Chart.yaml
+++ b/charts/stable/postgresql/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 13.4.0
+appVersion: "13.4.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/postgresql/README.md b/charts/stable/postgresql/README.md
index fe54abbbb0e..05debf4e386 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/postgresql/SCALE/CHANGELOG.md b/charts/stable/postgresql/SCALE/CHANGELOG.md
index ec61fb6e9b7..cff0c6adb6d 100644
--- a/charts/stable/postgresql/SCALE/CHANGELOG.md
+++ b/charts/stable/postgresql/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [postgresql-2.2.5](https://github.com/truecharts/apps/compare/postgresql-2.2.4...postgresql-2.2.5) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [postgresql-3.0.0](https://github.com/truecharts/apps/compare/postgresql-2.2.5...postgresql-3.0.0) (2021-09-26)
diff --git a/charts/stable/postgresql/helm-values.md b/charts/stable/postgresql/helm-values.md
index d55c57d104e..5e7a5f9442e 100644
--- a/charts/stable/postgresql/helm-values.md
+++ b/charts/stable/postgresql/helm-values.md
@@ -25,7 +25,6 @@ You will, however, be able to use all values referenced in the common chart here
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | |
| initContainers.migrate-db.image | string | `"{{ .Values.alpineImage.repository}}:{{ .Values.alpineImage.tag }}"` | |
| initContainers.migrate-db.imagePullPolicy | string | `"IfNotPresent"` | |
-| initContainers.migrate-db.securityContext.allowPrivilegeEscalation | bool | `true` | |
| initContainers.migrate-db.securityContext.privileged | bool | `true` | |
| initContainers.migrate-db.securityContext.runAsNonRoot | bool | `false` | |
| initContainers.migrate-db.securityContext.runAsUser | int | `0` | |
@@ -48,18 +47,11 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.dbbackups.mountPath | string | `"/dbbackups"` | |
| persistence.dbbackups.size | string | `"999Gi"` | |
| persistence.dbbackups.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresqlDatabase | string | `"test"` | |
| postgresqlPassword | string | `"testpass"` | |
| postgresqlUsername | string | `"test"` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `5432` | |
diff --git a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
index df67d534bd7..979c49a32c4 100644
--- a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
+++ b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [pretend-youre-xyzzy-3.0.0](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-2.0.2...pretend-youre-xyzzy-3.0.0) (2021-09-26)
+
+
+
### [pretend-youre-xyzzy-2.0.2](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-2.0.1...pretend-youre-xyzzy-2.0.2) (2021-09-21)
diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml
index 492f7d43995..2bda0fe5072 100644
--- a/charts/stable/pretend-youre-xyzzy/Chart.yaml
+++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '4'
+appVersion: "4"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md
index f70ef8df80b..37f4121fcc3 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/pretend-youre-xyzzy/SCALE/CHANGELOG.md b/charts/stable/pretend-youre-xyzzy/SCALE/CHANGELOG.md
index ef8d6a38313..e1970425c5e 100644
--- a/charts/stable/pretend-youre-xyzzy/SCALE/CHANGELOG.md
+++ b/charts/stable/pretend-youre-xyzzy/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [pretend-youre-xyzzy-2.0.2](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-2.0.1...pretend-youre-xyzzy-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [pretend-youre-xyzzy-3.0.0](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-2.0.2...pretend-youre-xyzzy-3.0.0) (2021-09-26)
diff --git a/charts/stable/pretend-youre-xyzzy/helm-values.md b/charts/stable/pretend-youre-xyzzy/helm-values.md
index 84a219b2e18..cf6e480e2f2 100644
--- a/charts/stable/pretend-youre-xyzzy/helm-values.md
+++ b/charts/stable/pretend-youre-xyzzy/helm-values.md
@@ -14,13 +14,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"docker.io/emcniece/dockeryourxyzzy"` | image repository |
| image.tag | string | `"4@sha256:04eccbccc15cb755bbdcdd277d7ceaefb776d22b1ca8de6a97cc97eccfc7cd17"` | image tag |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/protonmail-bridge/CHANGELOG.md b/charts/stable/protonmail-bridge/CHANGELOG.md
index 5d26be04279..b4daf387675 100644
--- a/charts/stable/protonmail-bridge/CHANGELOG.md
+++ b/charts/stable/protonmail-bridge/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [protonmail-bridge-3.0.0](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.3...protonmail-bridge-3.0.0) (2021-09-26)
+
+
+
### [protonmail-bridge-2.0.3](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.2...protonmail-bridge-2.0.3) (2021-09-21)
diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml
index b0efc8825a6..f2ca03cb5f8 100644
--- a/charts/stable/protonmail-bridge/Chart.yaml
+++ b/charts/stable/protonmail-bridge/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.8.9-1
+appVersion: "1.8.9-1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md
index 5e7e9587015..882308d1b82 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md b/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md
index 07c463a7822..2ae0a3987c7 100644
--- a/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md
+++ b/charts/stable/protonmail-bridge/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [protonmail-bridge-2.0.3](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.2...protonmail-bridge-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [protonmail-bridge-3.0.0](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.3...protonmail-bridge-3.0.0) (2021-09-26)
diff --git a/charts/stable/protonmail-bridge/helm-values.md b/charts/stable/protonmail-bridge/helm-values.md
index 61690353d9b..613eadd901a 100644
--- a/charts/stable/protonmail-bridge/helm-values.md
+++ b/charts/stable/protonmail-bridge/helm-values.md
@@ -17,13 +17,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"shenxn/protonmail-bridge"` | image repository |
| image.tag | string | `"1.8.9-1@sha256:b296e8dd5bc01af3e3bf769ed3be3b2cea689a88a1c097776322d2641a7b3ba4"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md
index 342160824d5..bbc1a654f0f 100644
--- a/charts/stable/prowlarr/CHANGELOG.md
+++ b/charts/stable/prowlarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [prowlarr-3.0.0](https://github.com/truecharts/apps/compare/prowlarr-2.0.3...prowlarr-3.0.0) (2021-09-26)
+
+
+
### [prowlarr-2.0.3](https://github.com/truecharts/apps/compare/prowlarr-2.0.2...prowlarr-2.0.3) (2021-09-21)
diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml
index a69717e2377..30effb96e7b 100644
--- a/charts/stable/prowlarr/Chart.yaml
+++ b/charts/stable/prowlarr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.1.1.946
+appVersion: "0.1.1.946"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md
index fef7314e62f..afe5d2e0ec9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/prowlarr/SCALE/CHANGELOG.md b/charts/stable/prowlarr/SCALE/CHANGELOG.md
index e5b52a7faa0..016bd6e34dc 100644
--- a/charts/stable/prowlarr/SCALE/CHANGELOG.md
+++ b/charts/stable/prowlarr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [prowlarr-2.0.3](https://github.com/truecharts/apps/compare/prowlarr-2.0.2...prowlarr-2.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [prowlarr-3.0.0](https://github.com/truecharts/apps/compare/prowlarr-2.0.3...prowlarr-3.0.0) (2021-09-26)
diff --git a/charts/stable/prowlarr/helm-values.md b/charts/stable/prowlarr/helm-values.md
index 14bf4c4b55f..c000bd799ae 100644
--- a/charts/stable/prowlarr/helm-values.md
+++ b/charts/stable/prowlarr/helm-values.md
@@ -18,15 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v0.1.1.946@sha256:dfdbeb5a072cd2795cbc9fe74a053d376be841ccee5056e5ffc91cdc498cec99"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pyload/CHANGELOG.md b/charts/stable/pyload/CHANGELOG.md
index 4886af27904..c062d886a5e 100644
--- a/charts/stable/pyload/CHANGELOG.md
+++ b/charts/stable/pyload/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [pyload-3.0.0](https://github.com/truecharts/apps/compare/pyload-2.0.2...pyload-3.0.0) (2021-09-26)
+
+
+
### [pyload-2.0.2](https://github.com/truecharts/apps/compare/pyload-2.0.1...pyload-2.0.2) (2021-09-21)
diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml
index 9d8ce840f9e..b14d647e237 100644
--- a/charts/stable/pyload/Chart.yaml
+++ b/charts/stable/pyload/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 5de90278
+appVersion: "5de90278"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md
index 81059b1271b..0ebd698a691 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/pyload/SCALE/CHANGELOG.md b/charts/stable/pyload/SCALE/CHANGELOG.md
index 0a0ea7ba434..8ff4bd4b487 100644
--- a/charts/stable/pyload/SCALE/CHANGELOG.md
+++ b/charts/stable/pyload/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [pyload-2.0.2](https://github.com/truecharts/apps/compare/pyload-2.0.1...pyload-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [pyload-3.0.0](https://github.com/truecharts/apps/compare/pyload-2.0.2...pyload-3.0.0) (2021-09-26)
diff --git a/charts/stable/pyload/helm-values.md b/charts/stable/pyload/helm-values.md
index 6d03eab7482..48543af8c38 100644
--- a/charts/stable/pyload/helm-values.md
+++ b/charts/stable/pyload/helm-values.md
@@ -19,14 +19,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/pyload"` | image repository |
| image.tag | string | `"version-5de90278@sha256:d3c87933a5fd8c67a7add40706e0042ad229c9a47cd1bc7ba3953b8ad049a6ce"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/qbittorrent/CHANGELOG.md b/charts/stable/qbittorrent/CHANGELOG.md
index 813f94b5f82..63ba9a44768 100644
--- a/charts/stable/qbittorrent/CHANGELOG.md
+++ b/charts/stable/qbittorrent/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [qbittorrent-8.0.0](https://github.com/truecharts/apps/compare/qbittorrent-7.0.2...qbittorrent-8.0.0) (2021-09-26)
+
+
+
### [qbittorrent-7.0.2](https://github.com/truecharts/apps/compare/qbittorrent-7.0.1...qbittorrent-7.0.2) (2021-09-21)
diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml
index 368eba73613..bf4beb37b10 100644
--- a/charts/stable/qbittorrent/Chart.yaml
+++ b/charts/stable/qbittorrent/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 4.3.7
+appVersion: "4.3.7"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md
index e87725ec326..25b83d4385b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/qbittorrent/SCALE/CHANGELOG.md b/charts/stable/qbittorrent/SCALE/CHANGELOG.md
index 6b87797e0ea..5347eb2c185 100644
--- a/charts/stable/qbittorrent/SCALE/CHANGELOG.md
+++ b/charts/stable/qbittorrent/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [qbittorrent-7.0.2](https://github.com/truecharts/apps/compare/qbittorrent-7.0.1...qbittorrent-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [qbittorrent-8.0.0](https://github.com/truecharts/apps/compare/qbittorrent-7.0.2...qbittorrent-8.0.0) (2021-09-26)
diff --git a/charts/stable/qbittorrent/helm-values.md b/charts/stable/qbittorrent/helm-values.md
index 21a8ddc4836..d142959e8b8 100644
--- a/charts/stable/qbittorrent/helm-values.md
+++ b/charts/stable/qbittorrent/helm-values.md
@@ -24,15 +24,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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8080` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.tcp.enabled | bool | `true` | |
diff --git a/charts/stable/radarr/CHANGELOG.md b/charts/stable/radarr/CHANGELOG.md
index 57303073ddf..8204292522f 100644
--- a/charts/stable/radarr/CHANGELOG.md
+++ b/charts/stable/radarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [radarr-8.0.0](https://github.com/truecharts/apps/compare/radarr-7.0.2...radarr-8.0.0) (2021-09-26)
+
+
+
### [radarr-7.0.2](https://github.com/truecharts/apps/compare/radarr-7.0.1...radarr-7.0.2) (2021-09-21)
diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml
index 2e2586ea660..608f64e7905 100644
--- a/charts/stable/radarr/Chart.yaml
+++ b/charts/stable/radarr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.2.2.5080
+appVersion: "3.2.2.5080"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md
index 0fe9424f027..fdc6139ef92 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/radarr/SCALE/CHANGELOG.md b/charts/stable/radarr/SCALE/CHANGELOG.md
index 6908222a46f..af6a65c1480 100644
--- a/charts/stable/radarr/SCALE/CHANGELOG.md
+++ b/charts/stable/radarr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [radarr-7.0.2](https://github.com/truecharts/apps/compare/radarr-7.0.1...radarr-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [radarr-8.0.0](https://github.com/truecharts/apps/compare/radarr-7.0.2...radarr-8.0.0) (2021-09-26)
diff --git a/charts/stable/radarr/helm-values.md b/charts/stable/radarr/helm-values.md
index e1a96aee896..4e4a4b0a16c 100644
--- a/charts/stable/radarr/helm-values.md
+++ b/charts/stable/radarr/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |
@@ -36,10 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.spec.periodSeconds | int | `10` | |
| probes.liveness.spec.successThreshold | int | `1` | |
| probes.liveness.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `7878` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/readarr/CHANGELOG.md b/charts/stable/readarr/CHANGELOG.md
index abe8c4eb9b1..5c01949164c 100644
--- a/charts/stable/readarr/CHANGELOG.md
+++ b/charts/stable/readarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [readarr-8.0.0](https://github.com/truecharts/apps/compare/readarr-7.0.3...readarr-8.0.0) (2021-09-26)
+
+
+
### [readarr-7.0.3](https://github.com/truecharts/apps/compare/readarr-7.0.2...readarr-7.0.3) (2021-09-21)
diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml
index 189bb3e3946..62d4b658e3d 100644
--- a/charts/stable/readarr/Chart.yaml
+++ b/charts/stable/readarr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.1.0.968
+appVersion: "0.1.0.968"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md
index 6a998459ed0..b1740a55963 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/readarr/SCALE/CHANGELOG.md b/charts/stable/readarr/SCALE/CHANGELOG.md
index 3dd0d8d92a0..93080fd1591 100644
--- a/charts/stable/readarr/SCALE/CHANGELOG.md
+++ b/charts/stable/readarr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [readarr-7.0.3](https://github.com/truecharts/apps/compare/readarr-7.0.2...readarr-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [readarr-8.0.0](https://github.com/truecharts/apps/compare/readarr-7.0.3...readarr-8.0.0) (2021-09-26)
diff --git a/charts/stable/readarr/helm-values.md b/charts/stable/readarr/helm-values.md
index 0298360bc23..30662375033 100644
--- a/charts/stable/readarr/helm-values.md
+++ b/charts/stable/readarr/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |
@@ -36,10 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.spec.periodSeconds | int | `10` | |
| probes.liveness.spec.successThreshold | int | `1` | |
| probes.liveness.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8787` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/reg/CHANGELOG.md b/charts/stable/reg/CHANGELOG.md
index 1b91a86bf01..e3af63fac32 100644
--- a/charts/stable/reg/CHANGELOG.md
+++ b/charts/stable/reg/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [reg-3.0.0](https://github.com/truecharts/apps/compare/reg-2.0.2...reg-3.0.0) (2021-09-26)
+
+
+
### [reg-2.0.2](https://github.com/truecharts/apps/compare/reg-2.0.1...reg-2.0.2) (2021-09-21)
diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml
index 15f4a06b578..3cabdcf5fd9 100644
--- a/charts/stable/reg/Chart.yaml
+++ b/charts/stable/reg/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.16.1
+appVersion: "0.16.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md
index b8fc9686b64..ea827fd1566 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/reg/SCALE/CHANGELOG.md b/charts/stable/reg/SCALE/CHANGELOG.md
index 4b66ad137c1..23e51635a0f 100644
--- a/charts/stable/reg/SCALE/CHANGELOG.md
+++ b/charts/stable/reg/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [reg-2.0.2](https://github.com/truecharts/apps/compare/reg-2.0.1...reg-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [reg-3.0.0](https://github.com/truecharts/apps/compare/reg-2.0.2...reg-3.0.0) (2021-09-26)
diff --git a/charts/stable/reg/helm-values.md b/charts/stable/reg/helm-values.md
index e086001e771..d7e25ca3569 100644
--- a/charts/stable/reg/helm-values.md
+++ b/charts/stable/reg/helm-values.md
@@ -17,15 +17,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/reg"` | image repository |
| image.tag | string | `"v0.16.1@sha256:ae581387764a23c62c1386389e27358bac5088790904938264cb0bcd4e8c946c"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/resilio-sync/CHANGELOG.md b/charts/stable/resilio-sync/CHANGELOG.md
index 5d26fd8bff6..a331d52c27f 100644
--- a/charts/stable/resilio-sync/CHANGELOG.md
+++ b/charts/stable/resilio-sync/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [resilio-sync-3.0.0](https://github.com/truecharts/apps/compare/resilio-sync-2.0.2...resilio-sync-3.0.0) (2021-09-26)
+
+
+
### [resilio-sync-2.0.2](https://github.com/truecharts/apps/compare/resilio-sync-2.0.1...resilio-sync-2.0.2) (2021-09-21)
diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml
index 03d40dad21c..bdfe3dd6192 100644
--- a/charts/stable/resilio-sync/Chart.yaml
+++ b/charts/stable/resilio-sync/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.7.2.1375
+appVersion: "2.7.2.1375"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md
index 6c169321460..992ddcbab90 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/resilio-sync/SCALE/CHANGELOG.md b/charts/stable/resilio-sync/SCALE/CHANGELOG.md
index ba7db53d5fd..a8b6848e61c 100644
--- a/charts/stable/resilio-sync/SCALE/CHANGELOG.md
+++ b/charts/stable/resilio-sync/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [resilio-sync-2.0.2](https://github.com/truecharts/apps/compare/resilio-sync-2.0.1...resilio-sync-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [resilio-sync-3.0.0](https://github.com/truecharts/apps/compare/resilio-sync-2.0.2...resilio-sync-3.0.0) (2021-09-26)
diff --git a/charts/stable/resilio-sync/helm-values.md b/charts/stable/resilio-sync/helm-values.md
index 96ccf769fe1..4f0461cc1bb 100644
--- a/charts/stable/resilio-sync/helm-values.md
+++ b/charts/stable/resilio-sync/helm-values.md
@@ -20,14 +20,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/resilio-sync"` | image repository |
| image.tag | string | `"version-2.7.2.1375@sha256:605b6d54402830fddfbadcdc8e12ab57015743a889e2f0a02641c8601afa42ba"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/sabnzbd/CHANGELOG.md b/charts/stable/sabnzbd/CHANGELOG.md
index 9fae6bf5633..620cc5494f7 100644
--- a/charts/stable/sabnzbd/CHANGELOG.md
+++ b/charts/stable/sabnzbd/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [sabnzbd-8.0.0](https://github.com/truecharts/apps/compare/sabnzbd-7.0.2...sabnzbd-8.0.0) (2021-09-26)
+
+
+
### [sabnzbd-7.0.2](https://github.com/truecharts/apps/compare/sabnzbd-7.0.1...sabnzbd-7.0.2) (2021-09-21)
diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml
index 2aba07f6b81..b16d275fef0 100644
--- a/charts/stable/sabnzbd/Chart.yaml
+++ b/charts/stable/sabnzbd/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.3.1
+appVersion: "3.3.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md
index 5a7c41cec16..363298f5a4d 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/sabnzbd/SCALE/CHANGELOG.md b/charts/stable/sabnzbd/SCALE/CHANGELOG.md
index d992920c016..0a821b7e9c3 100644
--- a/charts/stable/sabnzbd/SCALE/CHANGELOG.md
+++ b/charts/stable/sabnzbd/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [sabnzbd-7.0.2](https://github.com/truecharts/apps/compare/sabnzbd-7.0.1...sabnzbd-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [sabnzbd-8.0.0](https://github.com/truecharts/apps/compare/sabnzbd-7.0.2...sabnzbd-8.0.0) (2021-09-26)
diff --git a/charts/stable/sabnzbd/helm-values.md b/charts/stable/sabnzbd/helm-values.md
index 6999214c3c6..d7a0c3df04a 100644
--- a/charts/stable/sabnzbd/helm-values.md
+++ b/charts/stable/sabnzbd/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8080` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ser2sock/CHANGELOG.md b/charts/stable/ser2sock/CHANGELOG.md
index 2a0fe40aab6..432cf1ba6cd 100644
--- a/charts/stable/ser2sock/CHANGELOG.md
+++ b/charts/stable/ser2sock/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [ser2sock-3.0.0](https://github.com/truecharts/apps/compare/ser2sock-2.0.2...ser2sock-3.0.0) (2021-09-26)
+
+
+
### [ser2sock-2.0.2](https://github.com/truecharts/apps/compare/ser2sock-2.0.1...ser2sock-2.0.2) (2021-09-21)
diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml
index 569d7f7aa64..7ba193fee48 100644
--- a/charts/stable/ser2sock/Chart.yaml
+++ b/charts/stable/ser2sock/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md
index 4b385a9db35..c5b1ef785ca 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/ser2sock/SCALE/CHANGELOG.md b/charts/stable/ser2sock/SCALE/CHANGELOG.md
index 976122a1a1f..2f3d2b08a31 100644
--- a/charts/stable/ser2sock/SCALE/CHANGELOG.md
+++ b/charts/stable/ser2sock/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [ser2sock-2.0.2](https://github.com/truecharts/apps/compare/ser2sock-2.0.1...ser2sock-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [ser2sock-3.0.0](https://github.com/truecharts/apps/compare/ser2sock-2.0.2...ser2sock-3.0.0) (2021-09-26)
diff --git a/charts/stable/ser2sock/helm-values.md b/charts/stable/ser2sock/helm-values.md
index b6a7a47a4fd..b40a68c901c 100644
--- a/charts/stable/ser2sock/helm-values.md
+++ b/charts/stable/ser2sock/helm-values.md
@@ -22,15 +22,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"latest@sha256:379d9338c720da30b63dc4cf2ecea07eb89dac7d62d5c79047294fffe97ae559"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.usb | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/sonarr/CHANGELOG.md b/charts/stable/sonarr/CHANGELOG.md
index c4214eda70f..9bbc5e88c77 100644
--- a/charts/stable/sonarr/CHANGELOG.md
+++ b/charts/stable/sonarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [sonarr-8.0.0](https://github.com/truecharts/apps/compare/sonarr-7.0.2...sonarr-8.0.0) (2021-09-26)
+
+
+
### [sonarr-7.0.2](https://github.com/truecharts/apps/compare/sonarr-7.0.1...sonarr-7.0.2) (2021-09-21)
diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml
index 35f8d38b64c..0b88435b44b 100644
--- a/charts/stable/sonarr/Chart.yaml
+++ b/charts/stable/sonarr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.0.6.1265
+appVersion: "3.0.6.1265"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md
index 078c93b7647..72fcb5711a4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/sonarr/SCALE/CHANGELOG.md b/charts/stable/sonarr/SCALE/CHANGELOG.md
index bb96d3c2dcc..5c618974b89 100644
--- a/charts/stable/sonarr/SCALE/CHANGELOG.md
+++ b/charts/stable/sonarr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [sonarr-7.0.2](https://github.com/truecharts/apps/compare/sonarr-7.0.1...sonarr-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [sonarr-8.0.0](https://github.com/truecharts/apps/compare/sonarr-7.0.2...sonarr-8.0.0) (2021-09-26)
diff --git a/charts/stable/sonarr/helm-values.md b/charts/stable/sonarr/helm-values.md
index d99a19b4d57..32a53a70d89 100644
--- a/charts/stable/sonarr/helm-values.md
+++ b/charts/stable/sonarr/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |
@@ -36,10 +31,6 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.spec.periodSeconds | int | `10` | |
| probes.liveness.spec.successThreshold | int | `1` | |
| probes.liveness.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8989` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/stash/CHANGELOG.md b/charts/stable/stash/CHANGELOG.md
index aff9ae7da7c..41013181c5c 100644
--- a/charts/stable/stash/CHANGELOG.md
+++ b/charts/stable/stash/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [stash-3.0.0](https://github.com/truecharts/apps/compare/stash-2.0.2...stash-3.0.0) (2021-09-26)
+
+
+
### [stash-2.0.2](https://github.com/truecharts/apps/compare/stash-2.0.1...stash-2.0.2) (2021-09-21)
diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml
index 5cbae52c0c3..8ba8c44b736 100644
--- a/charts/stable/stash/Chart.yaml
+++ b/charts/stable/stash/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.9.0
+appVersion: "0.9.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md
index df0e71c7721..2cd7b98f8d4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/stash/SCALE/CHANGELOG.md b/charts/stable/stash/SCALE/CHANGELOG.md
index 9a9f2771925..8fcc06f0ad9 100644
--- a/charts/stable/stash/SCALE/CHANGELOG.md
+++ b/charts/stable/stash/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [stash-2.0.2](https://github.com/truecharts/apps/compare/stash-2.0.1...stash-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [stash-3.0.0](https://github.com/truecharts/apps/compare/stash-2.0.2...stash-3.0.0) (2021-09-26)
diff --git a/charts/stable/stash/helm-values.md b/charts/stable/stash/helm-values.md
index 0f52d5f2d68..add268e3005 100644
--- a/charts/stable/stash/helm-values.md
+++ b/charts/stable/stash/helm-values.md
@@ -17,6 +17,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/stash"` | image repository |
| image.tag | string | `"v0.9.0@sha256:2859ab5c5792f6df06fe09497153bcea780f135883b618dcc1d5a78e4212b594"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/syncthing/CHANGELOG.md b/charts/stable/syncthing/CHANGELOG.md
index d1ed6a08201..a06bfd61615 100644
--- a/charts/stable/syncthing/CHANGELOG.md
+++ b/charts/stable/syncthing/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [syncthing-8.0.0](https://github.com/truecharts/apps/compare/syncthing-7.0.3...syncthing-8.0.0) (2021-09-26)
+
+
+
### [syncthing-7.0.3](https://github.com/truecharts/apps/compare/syncthing-7.0.2...syncthing-7.0.3) (2021-09-21)
diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml
index 595687686c0..290a5dc3b9e 100644
--- a/charts/stable/syncthing/Chart.yaml
+++ b/charts/stable/syncthing/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.18.2
+appVersion: "1.18.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md
index be5d21016e4..49bea051722 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/syncthing/SCALE/CHANGELOG.md b/charts/stable/syncthing/SCALE/CHANGELOG.md
index 166e3a6243b..17300388f94 100644
--- a/charts/stable/syncthing/SCALE/CHANGELOG.md
+++ b/charts/stable/syncthing/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [syncthing-7.0.3](https://github.com/truecharts/apps/compare/syncthing-7.0.2...syncthing-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [syncthing-8.0.0](https://github.com/truecharts/apps/compare/syncthing-7.0.3...syncthing-8.0.0) (2021-09-26)
diff --git a/charts/stable/syncthing/helm-values.md b/charts/stable/syncthing/helm-values.md
index 4d0aae00515..9bc0fe6c33b 100644
--- a/charts/stable/syncthing/helm-values.md
+++ b/charts/stable/syncthing/helm-values.md
@@ -19,15 +19,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/var/syncthing/"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.discovery.ports.discovery.enabled | bool | `true` | |
| service.discovery.ports.discovery.port | int | `21027` | |
| service.discovery.ports.discovery.protocol | string | `"UDP"` | |
diff --git a/charts/stable/tautulli/CHANGELOG.md b/charts/stable/tautulli/CHANGELOG.md
index 80b925c3cd2..cd6855f189c 100644
--- a/charts/stable/tautulli/CHANGELOG.md
+++ b/charts/stable/tautulli/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [tautulli-8.0.0](https://github.com/truecharts/apps/compare/tautulli-7.0.2...tautulli-8.0.0) (2021-09-26)
+
+
+
### [tautulli-7.0.2](https://github.com/truecharts/apps/compare/tautulli-7.0.1...tautulli-7.0.2) (2021-09-21)
diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml
index 54338df7fd4..45a6a8a7ed4 100644
--- a/charts/stable/tautulli/Chart.yaml
+++ b/charts/stable/tautulli/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.7.6
+appVersion: "2.7.6"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md
index e13da355f79..3886d98b9c9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/tautulli/SCALE/CHANGELOG.md b/charts/stable/tautulli/SCALE/CHANGELOG.md
index ef26830cd56..964c679914d 100644
--- a/charts/stable/tautulli/SCALE/CHANGELOG.md
+++ b/charts/stable/tautulli/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [tautulli-7.0.2](https://github.com/truecharts/apps/compare/tautulli-7.0.1...tautulli-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [tautulli-8.0.0](https://github.com/truecharts/apps/compare/tautulli-7.0.2...tautulli-8.0.0) (2021-09-26)
diff --git a/charts/stable/tautulli/helm-values.md b/charts/stable/tautulli/helm-values.md
index 93075427b64..cf7090d8666 100644
--- a/charts/stable/tautulli/helm-values.md
+++ b/charts/stable/tautulli/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8181` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/teamspeak3/CHANGELOG.md b/charts/stable/teamspeak3/CHANGELOG.md
index 79a92296398..06102ed1b55 100644
--- a/charts/stable/teamspeak3/CHANGELOG.md
+++ b/charts/stable/teamspeak3/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [teamspeak3-1.0.0](https://github.com/truecharts/apps/compare/teamspeak3-0.0.3...teamspeak3-1.0.0) (2021-09-26)
+
+
+
### [teamspeak3-0.0.3](https://github.com/truecharts/apps/compare/teamspeak3-0.0.2...teamspeak3-0.0.3) (2021-09-21)
diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml
index b6ed3bf8f4f..ff6da32fe05 100644
--- a/charts/stable/teamspeak3/Chart.yaml
+++ b/charts/stable/teamspeak3/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.13.6
+appVersion: "3.13.6"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md
index 9bd435839a2..477ef9191d7 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.0 |
## Installing the Chart
diff --git a/charts/stable/teamspeak3/SCALE/CHANGELOG.md b/charts/stable/teamspeak3/SCALE/CHANGELOG.md
index 4ffbb0c097d..6917fbcf36b 100644
--- a/charts/stable/teamspeak3/SCALE/CHANGELOG.md
+++ b/charts/stable/teamspeak3/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [teamspeak3-0.0.3](https://github.com/truecharts/apps/compare/teamspeak3-0.0.2...teamspeak3-0.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [teamspeak3-1.0.0](https://github.com/truecharts/apps/compare/teamspeak3-0.0.3...teamspeak3-1.0.0) (2021-09-26)
diff --git a/charts/stable/teamspeak3/helm-values.md b/charts/stable/teamspeak3/helm-values.md
index d1059a42f19..ece7ba3a864 100644
--- a/charts/stable/teamspeak3/helm-values.md
+++ b/charts/stable/teamspeak3/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.files.enabled | bool | `true` | |
| service.files.ports.files.enabled | bool | `true` | |
| service.files.ports.files.port | int | `30033` | |
diff --git a/charts/stable/thelounge/CHANGELOG.md b/charts/stable/thelounge/CHANGELOG.md
index 4ad363da16f..a3b434b8334 100644
--- a/charts/stable/thelounge/CHANGELOG.md
+++ b/charts/stable/thelounge/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [thelounge-3.0.0](https://github.com/truecharts/apps/compare/thelounge-2.0.2...thelounge-3.0.0) (2021-09-26)
+
+
+
### [thelounge-2.0.2](https://github.com/truecharts/apps/compare/thelounge-2.0.1...thelounge-2.0.2) (2021-09-21)
diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml
index af281497117..8db6346da17 100644
--- a/charts/stable/thelounge/Chart.yaml
+++ b/charts/stable/thelounge/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 4.2.0
+appVersion: "4.2.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md
index 0403c164899..f827db36346 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/thelounge/SCALE/CHANGELOG.md b/charts/stable/thelounge/SCALE/CHANGELOG.md
index 5b0f2e02f74..5a5cfb1faf4 100644
--- a/charts/stable/thelounge/SCALE/CHANGELOG.md
+++ b/charts/stable/thelounge/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [thelounge-2.0.2](https://github.com/truecharts/apps/compare/thelounge-2.0.1...thelounge-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [thelounge-3.0.0](https://github.com/truecharts/apps/compare/thelounge-2.0.2...thelounge-3.0.0) (2021-09-26)
diff --git a/charts/stable/thelounge/helm-values.md b/charts/stable/thelounge/helm-values.md
index 89e60319cef..6b8aafe2085 100644
--- a/charts/stable/thelounge/helm-values.md
+++ b/charts/stable/thelounge/helm-values.md
@@ -17,6 +17,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v4.2.0@sha256:1f879027a346429012acdb46fbd133b1627585e29d8bbfd915936b79cc04324b"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/traefik/CHANGELOG.md b/charts/stable/traefik/CHANGELOG.md
index 31defcae663..882ccce8f37 100644
--- a/charts/stable/traefik/CHANGELOG.md
+++ b/charts/stable/traefik/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [traefik-9.0.0](https://github.com/truecharts/apps/compare/traefik-8.0.4...traefik-9.0.0) (2021-09-26)
+
+
+
### [traefik-8.0.4](https://github.com/truecharts/apps/compare/traefik-8.0.3...traefik-8.0.4) (2021-09-21)
diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml
index 208d9174fbd..228a8d637ee 100644
--- a/charts/stable/traefik/Chart.yaml
+++ b/charts/stable/traefik/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.5.3
+appVersion: "2.5.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/traefik/README.md b/charts/stable/traefik/README.md
index baa7517c12b..47d04e013b3 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/traefik/SCALE/CHANGELOG.md b/charts/stable/traefik/SCALE/CHANGELOG.md
index 1fa7452f904..c6fd215aac6 100644
--- a/charts/stable/traefik/SCALE/CHANGELOG.md
+++ b/charts/stable/traefik/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [traefik-8.0.4](https://github.com/truecharts/apps/compare/traefik-8.0.3...traefik-8.0.4) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [traefik-9.0.0](https://github.com/truecharts/apps/compare/traefik-8.0.4...traefik-9.0.0) (2021-09-26)
diff --git a/charts/stable/traefik/helm-values.md b/charts/stable/traefik/helm-values.md
index dfe085084d5..cb8bce3176a 100644
--- a/charts/stable/traefik/helm-values.md
+++ b/charts/stable/traefik/helm-values.md
@@ -25,11 +25,6 @@ You will, however, be able to use all values referenced in the common chart here
| metrics.prometheus.entryPoint | string | `"metrics"` | |
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"ipWhiteList":[],"rateLimit":[],"redirectRegex":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| portalhook.enabled | bool | `true` | |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.liveness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
@@ -46,7 +41,6 @@ You will, however, be able to use all values referenced in the common chart here
| providers.kubernetesIngress.namespaces | list | `[]` | |
| providers.kubernetesIngress.publishedService.enabled | bool | `true` | |
| rbac | object | `{"enabled":true,"rules":[{"apiGroups":[""],"resources":["services","endpoints","secrets"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses","ingressclasses"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses/status"],"verbs":["update"]},{"apiGroups":["traefik.containo.us"],"resources":["ingressroutes","ingressroutetcps","ingressrouteudps","middlewares","middlewaretcps","tlsoptions","tlsstores","traefikservices","serverstransports"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created |
-| securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":false}` | Set the container security context To run the container with ports below 1024 this will need to be adjust to run as root |
| service | object | `{"main":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP"}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP"}},"type":"LoadBalancer"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"port":9080,"protocol":"HTTP","redirectTo":"websecure"},"websecure":{"enabled":true,"port":9443,"protocol":"HTTPS"}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. |
| serviceAccount | object | `{"enabled":true,"name":""}` | The service account the pods will use to interact with the Kubernetes API |
| tlsOptions | object | `{"default":{"cipherSuites":["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305","TLS_AES_128_GCM_SHA256","TLS_AES_256_GCM_SHA384","TLS_CHACHA20_POLY1305_SHA256"],"curvePreferences":["CurveP521","CurveP384"],"minVersion":"VersionTLS12","sniStrict":false}}` | TLS Options to be created as TLSOption CRDs https://doc.traefik.io/traefik/https/tls/#tls-options Example: |
diff --git a/charts/stable/transmission/CHANGELOG.md b/charts/stable/transmission/CHANGELOG.md
index 407a769620c..6f94f88d800 100644
--- a/charts/stable/transmission/CHANGELOG.md
+++ b/charts/stable/transmission/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [transmission-8.0.0](https://github.com/truecharts/apps/compare/transmission-7.0.2...transmission-8.0.0) (2021-09-26)
+
+
+
### [transmission-7.0.2](https://github.com/truecharts/apps/compare/transmission-7.0.1...transmission-7.0.2) (2021-09-21)
diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml
index 9df9934109a..9e7cb691100 100644
--- a/charts/stable/transmission/Chart.yaml
+++ b/charts/stable/transmission/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '3.00'
+appVersion: "3.00"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md
index 6d494855d3f..125d207641f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/transmission/SCALE/CHANGELOG.md b/charts/stable/transmission/SCALE/CHANGELOG.md
index 346a6ae72dd..729c84ca979 100644
--- a/charts/stable/transmission/SCALE/CHANGELOG.md
+++ b/charts/stable/transmission/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [transmission-7.0.2](https://github.com/truecharts/apps/compare/transmission-7.0.1...transmission-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [transmission-8.0.0](https://github.com/truecharts/apps/compare/transmission-7.0.2...transmission-8.0.0) (2021-09-26)
diff --git a/charts/stable/transmission/helm-values.md b/charts/stable/transmission/helm-values.md
index 2462fa24ba6..44691b75e61 100644
--- a/charts/stable/transmission/helm-values.md
+++ b/charts/stable/transmission/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `9091` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.tcp.enabled | bool | `true` | |
diff --git a/charts/stable/truecommand/CHANGELOG.md b/charts/stable/truecommand/CHANGELOG.md
index 810e31da54e..b98ffcdd553 100644
--- a/charts/stable/truecommand/CHANGELOG.md
+++ b/charts/stable/truecommand/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [truecommand-8.0.0](https://github.com/truecharts/apps/compare/truecommand-7.0.2...truecommand-8.0.0) (2021-09-26)
+
+
+
### [truecommand-7.0.2](https://github.com/truecharts/apps/compare/truecommand-7.0.1...truecommand-7.0.2) (2021-09-21)
diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml
index 5193070409c..e1f34af04af 100644
--- a/charts/stable/truecommand/Chart.yaml
+++ b/charts/stable/truecommand/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.0.2
+appVersion: "2.0.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md
index 3a6e4ee6dfc..f0e20f5c039 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/truecommand/SCALE/CHANGELOG.md b/charts/stable/truecommand/SCALE/CHANGELOG.md
index 902042c9360..697bac63c26 100644
--- a/charts/stable/truecommand/SCALE/CHANGELOG.md
+++ b/charts/stable/truecommand/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [truecommand-7.0.2](https://github.com/truecharts/apps/compare/truecommand-7.0.1...truecommand-7.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [truecommand-8.0.0](https://github.com/truecharts/apps/compare/truecommand-7.0.2...truecommand-8.0.0) (2021-09-26)
diff --git a/charts/stable/truecommand/helm-values.md b/charts/stable/truecommand/helm-values.md
index f5fa6ed6093..9a77b1e8bb4 100644
--- a/charts/stable/truecommand/helm-values.md
+++ b/charts/stable/truecommand/helm-values.md
@@ -20,6 +20,10 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/tvheadend/CHANGELOG.md b/charts/stable/tvheadend/CHANGELOG.md
index be69549dbb6..04cf0305556 100644
--- a/charts/stable/tvheadend/CHANGELOG.md
+++ b/charts/stable/tvheadend/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [tvheadend-9.0.0](https://github.com/truecharts/apps/compare/tvheadend-8.0.2...tvheadend-9.0.0) (2021-09-26)
+
+
+
### [tvheadend-8.0.2](https://github.com/truecharts/apps/compare/tvheadend-8.0.1...tvheadend-8.0.2) (2021-09-21)
diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml
index d5cf2a52074..df872f4b536 100644
--- a/charts/stable/tvheadend/Chart.yaml
+++ b/charts/stable/tvheadend/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '63784405'
+appVersion: "63784405"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md
index 6c81de0bb57..3e69bd88c25 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/tvheadend/SCALE/CHANGELOG.md b/charts/stable/tvheadend/SCALE/CHANGELOG.md
index ccf5abf8efd..5598f620883 100644
--- a/charts/stable/tvheadend/SCALE/CHANGELOG.md
+++ b/charts/stable/tvheadend/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [tvheadend-8.0.2](https://github.com/truecharts/apps/compare/tvheadend-8.0.1...tvheadend-8.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [tvheadend-9.0.0](https://github.com/truecharts/apps/compare/tvheadend-8.0.2...tvheadend-9.0.0) (2021-09-26)
diff --git a/charts/stable/tvheadend/helm-values.md b/charts/stable/tvheadend/helm-values.md
index c155e11b7c1..ea275845f07 100644
--- a/charts/stable/tvheadend/helm-values.md
+++ b/charts/stable/tvheadend/helm-values.md
@@ -20,6 +20,9 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.htsp.enabled | bool | `true` | |
| service.htsp.ports.htsp.enabled | bool | `true` | |
| service.htsp.ports.htsp.port | int | `9982` | |
diff --git a/charts/stable/unifi/CHANGELOG.md b/charts/stable/unifi/CHANGELOG.md
index 989ab1b4daa..bdf71ffe69b 100644
--- a/charts/stable/unifi/CHANGELOG.md
+++ b/charts/stable/unifi/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [unifi-8.0.0](https://github.com/truecharts/apps/compare/unifi-7.0.3...unifi-8.0.0) (2021-09-26)
+
+
+
### [unifi-7.0.3](https://github.com/truecharts/apps/compare/unifi-7.0.2...unifi-7.0.3) (2021-09-21)
diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml
index 46c4dd551fc..64054d07eae 100644
--- a/charts/stable/unifi/Chart.yaml
+++ b/charts/stable/unifi/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 6.4.54
+appVersion: "6.4.54"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md
index fd3875cb419..6f473dc1d25 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/unifi/SCALE/CHANGELOG.md b/charts/stable/unifi/SCALE/CHANGELOG.md
index 26b38fcb9ba..1789482b2d1 100644
--- a/charts/stable/unifi/SCALE/CHANGELOG.md
+++ b/charts/stable/unifi/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [unifi-7.0.3](https://github.com/truecharts/apps/compare/unifi-7.0.2...unifi-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [unifi-8.0.0](https://github.com/truecharts/apps/compare/unifi-7.0.3...unifi-8.0.0) (2021-09-26)
diff --git a/charts/stable/unpackerr/CHANGELOG.md b/charts/stable/unpackerr/CHANGELOG.md
index 6de83028bdc..5abf6eaf253 100644
--- a/charts/stable/unpackerr/CHANGELOG.md
+++ b/charts/stable/unpackerr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [unpackerr-3.0.0](https://github.com/truecharts/apps/compare/unpackerr-2.0.2...unpackerr-3.0.0) (2021-09-26)
+
+
+
### [unpackerr-2.0.2](https://github.com/truecharts/apps/compare/unpackerr-2.0.1...unpackerr-2.0.2) (2021-09-21)
diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml
index d6f2150e755..0f770a18ba5 100644
--- a/charts/stable/unpackerr/Chart.yaml
+++ b/charts/stable/unpackerr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.9.8
+appVersion: "0.9.8"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md
index 17c118123af..1bb04af18c0 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/unpackerr/SCALE/CHANGELOG.md b/charts/stable/unpackerr/SCALE/CHANGELOG.md
index d8996f178f2..56bce674ef3 100644
--- a/charts/stable/unpackerr/SCALE/CHANGELOG.md
+++ b/charts/stable/unpackerr/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [unpackerr-2.0.2](https://github.com/truecharts/apps/compare/unpackerr-2.0.1...unpackerr-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [unpackerr-3.0.0](https://github.com/truecharts/apps/compare/unpackerr-2.0.2...unpackerr-3.0.0) (2021-09-26)
diff --git a/charts/stable/unpackerr/helm-values.md b/charts/stable/unpackerr/helm-values.md
index 5277205c007..07020985579 100644
--- a/charts/stable/unpackerr/helm-values.md
+++ b/charts/stable/unpackerr/helm-values.md
@@ -20,19 +20,10 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.downloads.mountPath | string | `"/downloads"` | |
| persistence.downloads.size | string | `"100Gi"` | |
| persistence.downloads.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| portal.enabled | bool | `false` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.enabled | bool | `false` | |
| service.main.ports.main.enabled | bool | `false` | |
diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md
index ba3adffc367..5d2b1c49d90 100644
--- a/charts/stable/vaultwarden/CHANGELOG.md
+++ b/charts/stable/vaultwarden/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [vaultwarden-9.0.0](https://github.com/truecharts/apps/compare/vaultwarden-8.0.6...vaultwarden-9.0.0) (2021-09-26)
+
+
+
### [vaultwarden-8.0.6](https://github.com/truecharts/apps/compare/vaultwarden-8.0.5...vaultwarden-8.0.6) (2021-09-21)
diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml
index 7afd48a8423..dde4040ca7a 100644
--- a/charts/stable/vaultwarden/Chart.yaml
+++ b/charts/stable/vaultwarden/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.22.2
+appVersion: "1.22.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md
index 71df2c45d9f..65721eea651 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/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/vaultwarden/SCALE/CHANGELOG.md b/charts/stable/vaultwarden/SCALE/CHANGELOG.md
index bd9a5ef2552..ef9e6df1ae2 100644
--- a/charts/stable/vaultwarden/SCALE/CHANGELOG.md
+++ b/charts/stable/vaultwarden/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [vaultwarden-8.0.6](https://github.com/truecharts/apps/compare/vaultwarden-8.0.5...vaultwarden-8.0.6) (2021-09-21)
-
-#### Chore
-
-* update helm chart postgresql to v2.2.5 ([#1017](https://github.com/truecharts/apps/issues/1017))
+
+### [vaultwarden-9.0.0](https://github.com/truecharts/apps/compare/vaultwarden-8.0.6...vaultwarden-9.0.0) (2021-09-26)
diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md
index e7e77874bf3..1a2f486e3af 100644
--- a/charts/stable/vaultwarden/helm-values.md
+++ b/charts/stable/vaultwarden/helm-values.md
@@ -48,11 +48,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"vaultwarden"` | |
@@ -60,10 +55,6 @@ You will, however, be able to use all values referenced in the common chart here
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8080` | |
| service.ws.ports.ws.enabled | bool | `true` | |
| service.ws.ports.ws.port | int | `3012` | |
diff --git a/charts/stable/xteve/CHANGELOG.md b/charts/stable/xteve/CHANGELOG.md
index 59006ce8873..ae04dd4504d 100644
--- a/charts/stable/xteve/CHANGELOG.md
+++ b/charts/stable/xteve/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [xteve-3.0.0](https://github.com/truecharts/apps/compare/xteve-2.0.2...xteve-3.0.0) (2021-09-26)
+
+
+
### [xteve-2.0.2](https://github.com/truecharts/apps/compare/xteve-2.0.1...xteve-2.0.2) (2021-09-21)
diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml
index e62bcddb3ce..29ba4e26372 100644
--- a/charts/stable/xteve/Chart.yaml
+++ b/charts/stable/xteve/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.2.0.200
+appVersion: "2.2.0.200"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md
index 77dd605919e..d0ce04e703f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/xteve/SCALE/CHANGELOG.md b/charts/stable/xteve/SCALE/CHANGELOG.md
index 4a543b2ef5d..0c9b0b47535 100644
--- a/charts/stable/xteve/SCALE/CHANGELOG.md
+++ b/charts/stable/xteve/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [xteve-2.0.2](https://github.com/truecharts/apps/compare/xteve-2.0.1...xteve-2.0.2) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [xteve-3.0.0](https://github.com/truecharts/apps/compare/xteve-2.0.2...xteve-3.0.0) (2021-09-26)
diff --git a/charts/stable/xteve/helm-values.md b/charts/stable/xteve/helm-values.md
index a274be7cc30..07260140379 100644
--- a/charts/stable/xteve/helm-values.md
+++ b/charts/stable/xteve/helm-values.md
@@ -17,15 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/k8s-at-home/xteve"` | image repository |
| image.tag | string | `"v2.2.0.200@sha256:b9ee5f47c280314b7b4926be794cb2c836783effea854b22ea6720374d91d404"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `34400` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/zwavejs2mqtt/CHANGELOG.md b/charts/stable/zwavejs2mqtt/CHANGELOG.md
index f753da372a9..887184b33f8 100644
--- a/charts/stable/zwavejs2mqtt/CHANGELOG.md
+++ b/charts/stable/zwavejs2mqtt/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [zwavejs2mqtt-8.0.0](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.3...zwavejs2mqtt-8.0.0) (2021-09-26)
+
+
+
### [zwavejs2mqtt-7.0.3](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.2...zwavejs2mqtt-7.0.3) (2021-09-21)
diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml
index d16321755fb..add177af460 100644
--- a/charts/stable/zwavejs2mqtt/Chart.yaml
+++ b/charts/stable/zwavejs2mqtt/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 5.6.0
+appVersion: "5.6.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md
index 63e3b6425ad..c0173125458 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md b/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md
index 1eb011210ab..d9ec47805b9 100644
--- a/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md
+++ b/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md
@@ -1,7 +1,3 @@
-
-### [zwavejs2mqtt-7.0.3](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.2...zwavejs2mqtt-7.0.3) (2021-09-21)
-
-#### Chore
-
-* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+### [zwavejs2mqtt-8.0.0](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.3...zwavejs2mqtt-8.0.0) (2021-09-26)
diff --git a/charts/stable/zwavejs2mqtt/helm-values.md b/charts/stable/zwavejs2mqtt/helm-values.md
index 9cfda673f46..4f611f104d3 100644
--- a/charts/stable/zwavejs2mqtt/helm-values.md
+++ b/charts/stable/zwavejs2mqtt/helm-values.md
@@ -20,20 +20,10 @@ 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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups[0] | int | `5` | |
-| podSecurityContext.supplementalGroups[1] | int | `20` | |
-| podSecurityContext.supplementalGroups[2] | int | `24` | |
| probes.liveness.enabled | bool | `true` | |
| probes.readiness.enabled | bool | `true` | |
| probes.startup.enabled | bool | `false` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8091` | |
| service.ws.enabled | bool | `true` | |
| service.ws.ports.ws.enabled | bool | `true` | |
diff --git a/docs/apps/incubator/sogo/CHANGELOG.md b/docs/apps/incubator/sogo/CHANGELOG.md
index 0b15b17c258..e1593878fe3 100644
--- a/docs/apps/incubator/sogo/CHANGELOG.md
+++ b/docs/apps/incubator/sogo/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [sogo-4.0.0](https://github.com/truecharts/apps/compare/sogo-3.0.6...sogo-4.0.0) (2021-09-26)
+
+
+
### [sogo-3.0.6](https://github.com/truecharts/apps/compare/sogo-3.0.5...sogo-3.0.6) (2021-09-21)
diff --git a/docs/apps/incubator/sogo/helm-values.md b/docs/apps/incubator/sogo/helm-values.md
index 6f9c5bd3811..af36110e3e3 100644
--- a/docs/apps/incubator/sogo/helm-values.md
+++ b/docs/apps/incubator/sogo/helm-values.md
@@ -17,11 +17,15 @@ 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"}}` | 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"},"varrun":{"enabled":false}}` | persistence settings |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
| sogo | object | `{"auth":{"SOGoPasswordChangeEnabled":true},"custom":[],"debug":{"ImapDebugEnabled":false,"LDAPDebugEnabled":false,"MySQL4DebugEnabled":false,"PGDebugEnabled":false,"SOGoDebugRequests":false,"SOGoUIxDebugEnabled":false,"SoDebugBaseURL":false,"WODontZipResponse":false,"WOLogFile":"/var/log/sogo/sogo.log"},"general":{"SOGoLanguage":"English","SOGoSuperUsernames":"","SxVMemLimit":"384"},"mail":{"NGMimeBuildMimeTempDirectory":"/mimetmp","SOGoDraftsFolderName":"Drafts","SOGoForceExternalLoginWithEmail":false,"SOGoIMAPServer":"localhost","SOGoMailDomain":"example.com","SOGoMailSpoolPath":"/var/spool/sogo","SOGoMailingMechanism":"smtp","SOGoSMTPServer":"smtp://domain:port","SOGoSentFolderName":"Sent","SOGoSieveServer":"","SOGoTrashFolderName":"Trash"},"notifications":{"SOGoACLsSendEMailNotifications":false,"SOGoAppointmentSendEMailNotifications":false,"SOGoFoldersSendEMailNotifications":false},"usersources":[],"webui":{"SOGoForwardEnabled":true,"SOGoMailAuxiliaryUserAccountsEnabled":true,"SOGoPageTitle":"SOGo","SOGoSieveScriptsEnabled":true,"SOGoTrustProxyAuthentication":false,"SOGoVacationEnabled":true,"SOGoXSRFValidationEnabled":true}}` | Sogo settings |
| sogo.auth | object | `{"SOGoPasswordChangeEnabled":true}` | Pre-configured Sogo authentication settings |
diff --git a/docs/apps/incubator/sogo/index.md b/docs/apps/incubator/sogo/index.md
index 64fef573b6a..7b9069f4fed 100644
--- a/docs/apps/incubator/sogo/index.md
+++ b/docs/apps/incubator/sogo/index.md
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | memcached | 5.15.1 |
-| https://truecharts.org/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/airsonic/CHANGELOG.md b/docs/apps/stable/airsonic/CHANGELOG.md
index 66b1396671a..94f48d2a3d3 100644
--- a/docs/apps/stable/airsonic/CHANGELOG.md
+++ b/docs/apps/stable/airsonic/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [airsonic-3.0.0](https://github.com/truecharts/apps/compare/airsonic-2.0.3...airsonic-3.0.0) (2021-09-26)
+
+
+
### [airsonic-2.0.3](https://github.com/truecharts/apps/compare/airsonic-2.0.2...airsonic-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/airsonic/helm-values.md b/docs/apps/stable/airsonic/helm-values.md
index 79e32d612ca..8e909fa97c1 100644
--- a/docs/apps/stable/airsonic/helm-values.md
+++ b/docs/apps/stable/airsonic/helm-values.md
@@ -22,6 +22,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/airsonic/index.md b/docs/apps/stable/airsonic/index.md
index d001fa93a0d..3b24e0143f8 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/appdaemon/CHANGELOG.md b/docs/apps/stable/appdaemon/CHANGELOG.md
index ea3067c10d9..8298e35add1 100644
--- a/docs/apps/stable/appdaemon/CHANGELOG.md
+++ b/docs/apps/stable/appdaemon/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [appdaemon-5.0.0](https://github.com/truecharts/apps/compare/appdaemon-4.0.2...appdaemon-5.0.0) (2021-09-26)
+
+
+
### [appdaemon-4.0.2](https://github.com/truecharts/apps/compare/appdaemon-4.0.1...appdaemon-4.0.2) (2021-09-21)
diff --git a/docs/apps/stable/appdaemon/helm-values.md b/docs/apps/stable/appdaemon/helm-values.md
index 3872ce0d257..3f798e5c25f 100644
--- a/docs/apps/stable/appdaemon/helm-values.md
+++ b/docs/apps/stable/appdaemon/helm-values.md
@@ -25,14 +25,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/acockburn/appdaemon"` | |
| image.tag | string | `"v4.1.0@sha256:209ee1c83b4c0794dd6f50333f60a212d0df7c4205e7e374ac78d988ffc3d8fd"` | |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5050` | |
| service.tcp.enabled | bool | `true` | |
diff --git a/docs/apps/stable/appdaemon/index.md b/docs/apps/stable/appdaemon/index.md
index e407add0b89..c7da25d5fd2 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/authelia/CHANGELOG.md b/docs/apps/stable/authelia/CHANGELOG.md
index 702d8d38fee..75d4f6393fb 100644
--- a/docs/apps/stable/authelia/CHANGELOG.md
+++ b/docs/apps/stable/authelia/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [authelia-4.0.0](https://github.com/truecharts/apps/compare/authelia-3.0.9...authelia-4.0.0) (2021-09-26)
+
+
+
### [authelia-3.0.9](https://github.com/truecharts/apps/compare/authelia-3.0.8...authelia-3.0.9) (2021-09-21)
diff --git a/docs/apps/stable/authelia/helm-values.md b/docs/apps/stable/authelia/helm-values.md
index 6f2cbe7c982..97b2f5af7bb 100644
--- a/docs/apps/stable/authelia/helm-values.md
+++ b/docs/apps/stable/authelia/helm-values.md
@@ -104,11 +104,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.redismaster.noMount | bool | `true` | |
| persistence.redismaster.size | string | `"100Gi"` | |
| persistence.redismaster.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"authelia"` | |
@@ -151,10 +146,6 @@ You will, however, be able to use all values referenced in the common chart here
| regulation.max_retries | int | `3` | |
| resources.limits | object | `{}` | |
| resources.requests | object | `{}` | |
-| securityContext.allowPrivilegeEscalation | bool | `false` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `true` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| server.path | string | `""` | |
| server.port | int | `9091` | |
| server.read_buffer_size | int | `4096` | |
diff --git a/docs/apps/stable/authelia/index.md b/docs/apps/stable/authelia/index.md
index f6080daa901..179044693af 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.3.2 |
-| https://truecharts.org/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/bazarr/CHANGELOG.md b/docs/apps/stable/bazarr/CHANGELOG.md
index b1e82761e19..1f95abb7f5a 100644
--- a/docs/apps/stable/bazarr/CHANGELOG.md
+++ b/docs/apps/stable/bazarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [bazarr-8.0.0](https://github.com/truecharts/apps/compare/bazarr-7.0.2...bazarr-8.0.0) (2021-09-26)
+
+
+
### [bazarr-7.0.2](https://github.com/truecharts/apps/compare/bazarr-7.0.1...bazarr-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/bazarr/helm-values.md b/docs/apps/stable/bazarr/helm-values.md
index 0ccaa53d53f..991532f786d 100644
--- a/docs/apps/stable/bazarr/helm-values.md
+++ b/docs/apps/stable/bazarr/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `6767` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/bazarr/index.md b/docs/apps/stable/bazarr/index.md
index e8e5f21afe8..169fdde34b3 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/booksonic-air/CHANGELOG.md b/docs/apps/stable/booksonic-air/CHANGELOG.md
index 1957e1b4c8e..6c02a3248a6 100644
--- a/docs/apps/stable/booksonic-air/CHANGELOG.md
+++ b/docs/apps/stable/booksonic-air/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [booksonic-air-3.0.0](https://github.com/truecharts/apps/compare/booksonic-air-2.0.3...booksonic-air-3.0.0) (2021-09-26)
+
+
+
### [booksonic-air-2.0.3](https://github.com/truecharts/apps/compare/booksonic-air-2.0.2...booksonic-air-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/booksonic-air/helm-values.md b/docs/apps/stable/booksonic-air/helm-values.md
index 750915c8ae0..df993a4f606 100644
--- a/docs/apps/stable/booksonic-air/helm-values.md
+++ b/docs/apps/stable/booksonic-air/helm-values.md
@@ -18,6 +18,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/booksonic-air"` | image repository |
| image.tag | string | `"version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/booksonic-air/index.md b/docs/apps/stable/booksonic-air/index.md
index 81bd7e7e1b3..b977a48417b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/calibre-web/CHANGELOG.md b/docs/apps/stable/calibre-web/CHANGELOG.md
index ebb75b43205..3175006e113 100644
--- a/docs/apps/stable/calibre-web/CHANGELOG.md
+++ b/docs/apps/stable/calibre-web/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [calibre-web-8.0.0](https://github.com/truecharts/apps/compare/calibre-web-7.0.4...calibre-web-8.0.0) (2021-09-26)
+
+
+
### [calibre-web-7.0.3](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-web-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/calibre-web/helm-values.md b/docs/apps/stable/calibre-web/helm-values.md
index f16a769933a..854a2de12b3 100644
--- a/docs/apps/stable/calibre-web/helm-values.md
+++ b/docs/apps/stable/calibre-web/helm-values.md
@@ -14,12 +14,16 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/calibre-web"` | |
-| image.tag | string | `"version-0.6.12@sha256:8537f4b8bc08f3d192e30f5eed777bbd1cc21424cc9a268c4a3589640b703b68"` | |
+| image.tag | string | `"version-0.6.12@sha256:938810eca3d3137221308afe9095773c8552a457dc0943abd0aec5613242b0b6"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8083` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/calibre-web/index.md b/docs/apps/stable/calibre-web/index.md
index ee0ce13bbce..6726168d120 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/calibre/CHANGELOG.md b/docs/apps/stable/calibre/CHANGELOG.md
index f2e731591f7..c460f01e431 100644
--- a/docs/apps/stable/calibre/CHANGELOG.md
+++ b/docs/apps/stable/calibre/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [calibre-3.0.0](https://github.com/truecharts/apps/compare/calibre-web-7.0.4...calibre-3.0.0) (2021-09-26)
+
+
+
### [calibre-2.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/calibre/helm-values.md b/docs/apps/stable/calibre/helm-values.md
index d2bde09f918..8ad35ebe0ed 100644
--- a/docs/apps/stable/calibre/helm-values.md
+++ b/docs/apps/stable/calibre/helm-values.md
@@ -23,6 +23,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/calibre"` | image repository |
| image.tag | string | `"version-v5.26.0@sha256:b5ab76091fedea53422e0f4ab57c9a672f23599e0c6c003d11df1f6161a7006e"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/calibre/index.md b/docs/apps/stable/calibre/index.md
index 5594cb5e994..54ebee356ee 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/collabora-online/CHANGELOG.md b/docs/apps/stable/collabora-online/CHANGELOG.md
index 63c24ecb879..706a0943186 100644
--- a/docs/apps/stable/collabora-online/CHANGELOG.md
+++ b/docs/apps/stable/collabora-online/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [collabora-online-8.0.0](https://github.com/truecharts/apps/compare/collabora-online-7.0.3...collabora-online-8.0.0) (2021-09-26)
+
+
+
### [collabora-online-7.0.3](https://github.com/truecharts/apps/compare/collabora-online-7.0.2...collabora-online-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/collabora-online/helm-values.md b/docs/apps/stable/collabora-online/helm-values.md
index c5b4165fe17..426a48bd38f 100644
--- a/docs/apps/stable/collabora-online/helm-values.md
+++ b/docs/apps/stable/collabora-online/helm-values.md
@@ -20,6 +20,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/collabora"` | |
| image.tag | string | `"v6.4.11.3@sha256:30eab5f9807e006b90b2533ad3a60b84c6e744a6fed8a3be2bd3f1a839715456"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `104` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `9980` | |
| service.main.type | string | `"NodePort"` | |
diff --git a/docs/apps/stable/collabora-online/index.md b/docs/apps/stable/collabora-online/index.md
index 5e5185adae1..6c4ba321b4e 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/custom-app/CHANGELOG.md b/docs/apps/stable/custom-app/CHANGELOG.md
index 8bea685993b..33c17452c6f 100644
--- a/docs/apps/stable/custom-app/CHANGELOG.md
+++ b/docs/apps/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [custom-app-2.0.0](https://github.com/truecharts/apps/compare/custom-app-1.0.4...custom-app-2.0.0) (2021-09-26)
+
+
+
### [custom-app-1.0.4](https://github.com/truecharts/apps/compare/custom-app-1.0.3...custom-app-1.0.4) (2021-09-21)
diff --git a/docs/apps/stable/custom-app/helm-values.md b/docs/apps/stable/custom-app/helm-values.md
index a99442cd755..4ab882043c5 100644
--- a/docs/apps/stable/custom-app/helm-values.md
+++ b/docs/apps/stable/custom-app/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `9117` | |
| service.main.portsList[0].enabled | bool | `true` | |
diff --git a/docs/apps/stable/custom-app/index.md b/docs/apps/stable/custom-app/index.md
index 4ba6b90efaf..28684b445cc 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/deconz/CHANGELOG.md b/docs/apps/stable/deconz/CHANGELOG.md
index 320d4c32027..7bf4f0fe0d6 100644
--- a/docs/apps/stable/deconz/CHANGELOG.md
+++ b/docs/apps/stable/deconz/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [deconz-3.0.0](https://github.com/truecharts/apps/compare/deconz-2.0.2...deconz-3.0.0) (2021-09-26)
+
+
+
### [deconz-2.0.2](https://github.com/truecharts/apps/compare/deconz-2.0.1...deconz-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/deconz/helm-values.md b/docs/apps/stable/deconz/helm-values.md
index 5ea830c1567..5c5926e27bc 100644
--- a/docs/apps/stable/deconz/helm-values.md
+++ b/docs/apps/stable/deconz/helm-values.md
@@ -24,7 +24,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/deconz"` | image repository |
| image.tag | string | `"v2.12.06@sha256:738ebf8eb35c8025c070a4feeb7d7a48b15739dfe71cf338e80a03f932c1cf52"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| securityContext.privileged | bool | `nil` | Privileged securityContext may be required if USB controller is accessed directly through the host machine |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/deconz/index.md b/docs/apps/stable/deconz/index.md
index 51afdc99ff3..d60e57feaa4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/deepstack-cpu/CHANGELOG.md b/docs/apps/stable/deepstack-cpu/CHANGELOG.md
index 5bb7577a0ee..8a934922726 100644
--- a/docs/apps/stable/deepstack-cpu/CHANGELOG.md
+++ b/docs/apps/stable/deepstack-cpu/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [deepstack-cpu-6.0.0](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.2...deepstack-cpu-6.0.0) (2021-09-26)
+
+
+
### [deepstack-cpu-5.0.2](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.1...deepstack-cpu-5.0.2) (2021-09-21)
diff --git a/docs/apps/stable/deepstack-cpu/index.md b/docs/apps/stable/deepstack-cpu/index.md
index 655f8e3f8f5..598a2957bc3 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/deluge/CHANGELOG.md b/docs/apps/stable/deluge/CHANGELOG.md
index 753eed32415..be979b6db20 100644
--- a/docs/apps/stable/deluge/CHANGELOG.md
+++ b/docs/apps/stable/deluge/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [deluge-8.0.0](https://github.com/truecharts/apps/compare/deluge-7.0.2...deluge-8.0.0) (2021-09-26)
+
+
+
### [deluge-7.0.2](https://github.com/truecharts/apps/compare/deluge-7.0.1...deluge-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/deluge/helm-values.md b/docs/apps/stable/deluge/helm-values.md
index 4821d3e26fc..6015826a6eb 100644
--- a/docs/apps/stable/deluge/helm-values.md
+++ b/docs/apps/stable/deluge/helm-values.md
@@ -19,6 +19,9 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8112` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.tcp.enabled | bool | `true` | |
diff --git a/docs/apps/stable/deluge/index.md b/docs/apps/stable/deluge/index.md
index 38961da3533..77e313c9d97 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/dizquetv/CHANGELOG.md b/docs/apps/stable/dizquetv/CHANGELOG.md
index 87d326f7288..f4f06f4b320 100644
--- a/docs/apps/stable/dizquetv/CHANGELOG.md
+++ b/docs/apps/stable/dizquetv/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [dizquetv-3.0.0](https://github.com/truecharts/apps/compare/dizquetv-2.0.3...dizquetv-3.0.0) (2021-09-26)
+
+
+
### [dizquetv-2.0.3](https://github.com/truecharts/apps/compare/dizquetv-2.0.2...dizquetv-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/dizquetv/index.md b/docs/apps/stable/dizquetv/index.md
index 877bff75ee9..9494d2a9e03 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/duplicati/CHANGELOG.md b/docs/apps/stable/duplicati/CHANGELOG.md
index 6912e36193c..2d11a3718e3 100644
--- a/docs/apps/stable/duplicati/CHANGELOG.md
+++ b/docs/apps/stable/duplicati/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [duplicati-3.0.0](https://github.com/truecharts/apps/compare/duplicati-2.0.3...duplicati-3.0.0) (2021-09-26)
+
+
+
### [duplicati-2.0.3](https://github.com/truecharts/apps/compare/duplicati-2.0.2...duplicati-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/duplicati/helm-values.md b/docs/apps/stable/duplicati/helm-values.md
index 3751cf18277..a7da1821d39 100644
--- a/docs/apps/stable/duplicati/helm-values.md
+++ b/docs/apps/stable/duplicati/helm-values.md
@@ -18,6 +18,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository |
| image.tag | string | `"latest@sha256:98947d1b6dc0a890a89d38daef1c0752181c604ada7b207390dc5b2f91c90a40"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/duplicati/index.md b/docs/apps/stable/duplicati/index.md
index bd396895367..bff4dcf293c 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/emby/CHANGELOG.md b/docs/apps/stable/emby/CHANGELOG.md
index 706472068d6..ff9aea40cec 100644
--- a/docs/apps/stable/emby/CHANGELOG.md
+++ b/docs/apps/stable/emby/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [emby-8.0.0](https://github.com/truecharts/apps/compare/emby-7.0.2...emby-8.0.0) (2021-09-26)
+
+
+
### [emby-7.0.2](https://github.com/truecharts/apps/compare/emby-7.0.1...emby-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/emby/helm-values.md b/docs/apps/stable/emby/helm-values.md
index 5ed44d88a32..248d679f692 100644
--- a/docs/apps/stable/emby/helm-values.md
+++ b/docs/apps/stable/emby/helm-values.md
@@ -19,16 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups[0] | int | `44` | |
-| podSecurityContext.supplementalGroups[1] | int | `107` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8096` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/emby/index.md b/docs/apps/stable/emby/index.md
index af01525baa7..c213f0b37ea 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/esphome/CHANGELOG.md b/docs/apps/stable/esphome/CHANGELOG.md
index 0ca6538cf62..2af651120aa 100644
--- a/docs/apps/stable/esphome/CHANGELOG.md
+++ b/docs/apps/stable/esphome/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [esphome-8.0.0](https://github.com/truecharts/apps/compare/esphome-7.0.3...esphome-8.0.0) (2021-09-26)
+
+
+
### [esphome-7.0.3](https://github.com/truecharts/apps/compare/esphome-7.0.2...esphome-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/esphome/helm-values.md b/docs/apps/stable/esphome/helm-values.md
index 31bc6285d4b..d59d3736cd0 100644
--- a/docs/apps/stable/esphome/helm-values.md
+++ b/docs/apps/stable/esphome/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `6052` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/esphome/index.md b/docs/apps/stable/esphome/index.md
index a689d04ca9e..5973ecfdf8b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/external-service/CHANGELOG.md b/docs/apps/stable/external-service/CHANGELOG.md
index 49f53233efa..c3e66bbe3e6 100644
--- a/docs/apps/stable/external-service/CHANGELOG.md
+++ b/docs/apps/stable/external-service/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [external-service-3.0.0](https://github.com/truecharts/apps/compare/external-service-2.0.2...external-service-3.0.0) (2021-09-26)
+
+
+
### [external-service-2.0.2](https://github.com/truecharts/apps/compare/external-service-2.0.1...external-service-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/external-service/index.md b/docs/apps/stable/external-service/index.md
index 74c847f1ecf..17537ccb8c0 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/fireflyiii/CHANGELOG.md b/docs/apps/stable/fireflyiii/CHANGELOG.md
index e3762362a5d..b20e659f8e5 100644
--- a/docs/apps/stable/fireflyiii/CHANGELOG.md
+++ b/docs/apps/stable/fireflyiii/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [fireflyiii-9.0.0](https://github.com/truecharts/apps/compare/fireflyiii-8.0.6...fireflyiii-9.0.0) (2021-09-26)
+
+
+
### [fireflyiii-8.0.6](https://github.com/truecharts/apps/compare/fireflyiii-8.0.5...fireflyiii-8.0.6) (2021-09-21)
diff --git a/docs/apps/stable/fireflyiii/helm-values.md b/docs/apps/stable/fireflyiii/helm-values.md
index e9a09a4cf8c..31dcad4e6a0 100644
--- a/docs/apps/stable/fireflyiii/helm-values.md
+++ b/docs/apps/stable/fireflyiii/helm-values.md
@@ -25,7 +25,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b"` | |
| initContainers.init-postgresdb.command[0] | string | `"sh"` | |
| initContainers.init-postgresdb.command[1] | string | `"-c"` | |
-| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
+| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U firefly -h ${pghost} ; do sleep 2 ; done"` | |
| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | |
| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
@@ -36,11 +36,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `0` | |
-| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"firefly"` | |
@@ -51,10 +46,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.path | string | `"/login"` | |
| probes.readiness.path | string | `"/login"` | |
| probes.startup.path | string | `"/login"` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8080` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/fireflyiii/index.md b/docs/apps/stable/fireflyiii/index.md
index beb2e1fc782..bff39e3a006 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/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/flaresolverr/CHANGELOG.md b/docs/apps/stable/flaresolverr/CHANGELOG.md
index 877051f8024..5cd30756969 100644
--- a/docs/apps/stable/flaresolverr/CHANGELOG.md
+++ b/docs/apps/stable/flaresolverr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [flaresolverr-3.0.0](https://github.com/truecharts/apps/compare/flaresolverr-2.0.2...flaresolverr-3.0.0) (2021-09-26)
+
+
+
### [flaresolverr-2.0.2](https://github.com/truecharts/apps/compare/flaresolverr-2.0.1...flaresolverr-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/flaresolverr/helm-values.md b/docs/apps/stable/flaresolverr/helm-values.md
index be5d48ca845..4608268a833 100644
--- a/docs/apps/stable/flaresolverr/helm-values.md
+++ b/docs/apps/stable/flaresolverr/helm-values.md
@@ -16,15 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/flaresolverr/flaresolverr"` | image repository |
| image.tag | string | `"v1.2.9@sha256:6f93f3359a8b2cbd268286ce460ff5ffa79a6f1d8c19097ed49097fbfab6a786"` | image tag |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/flaresolverr/index.md b/docs/apps/stable/flaresolverr/index.md
index 127059a18df..7c729f518a5 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/flood/CHANGELOG.md b/docs/apps/stable/flood/CHANGELOG.md
index 2fe1232dd2d..d142711c7c9 100644
--- a/docs/apps/stable/flood/CHANGELOG.md
+++ b/docs/apps/stable/flood/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [flood-3.0.0](https://github.com/truecharts/apps/compare/flood-2.0.2...flood-3.0.0) (2021-09-26)
+
+
+
### [flood-2.0.2](https://github.com/truecharts/apps/compare/flood-2.0.1...flood-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/flood/helm-values.md b/docs/apps/stable/flood/helm-values.md
index 7910a49a283..45a64be2ffb 100644
--- a/docs/apps/stable/flood/helm-values.md
+++ b/docs/apps/stable/flood/helm-values.md
@@ -17,15 +17,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/flood"` | image repository |
| image.tag | string | `"v4.6.1@sha256:268dc4b4eff08c6c5563b779a1b41370c5c509ff190fe38886a65f65c4174f85"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/flood/index.md b/docs/apps/stable/flood/index.md
index a3f2ac9a092..3ca9c3a4a4d 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/focalboard/CHANGELOG.md b/docs/apps/stable/focalboard/CHANGELOG.md
index 44f6b10b9ad..b780a68c085 100644
--- a/docs/apps/stable/focalboard/CHANGELOG.md
+++ b/docs/apps/stable/focalboard/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [focalboard-3.0.0](https://github.com/truecharts/apps/compare/focalboard-2.0.2...focalboard-3.0.0) (2021-09-26)
+
+
+
### [focalboard-2.0.2](https://github.com/truecharts/apps/compare/focalboard-2.0.1...focalboard-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/focalboard/helm-values.md b/docs/apps/stable/focalboard/helm-values.md
index 398a5ee5913..587ac98b58b 100644
--- a/docs/apps/stable/focalboard/helm-values.md
+++ b/docs/apps/stable/focalboard/helm-values.md
@@ -16,15 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/focalboard"` | image repository |
| image.tag | string | `"v0.8.0@sha256:c8a81de85722b1d8ce728222cd5b77ea9f8e4ca33c91787a8a3eb0a49f6fa432"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/focalboard/index.md b/docs/apps/stable/focalboard/index.md
index b64407242b8..25da1140fb9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/freeradius/CHANGELOG.md b/docs/apps/stable/freeradius/CHANGELOG.md
index 0c11ff28fe3..a15f552a223 100644
--- a/docs/apps/stable/freeradius/CHANGELOG.md
+++ b/docs/apps/stable/freeradius/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [freeradius-3.0.0](https://github.com/truecharts/apps/compare/freeradius-2.0.2...freeradius-3.0.0) (2021-09-26)
+
+
+
### [freeradius-2.0.2](https://github.com/truecharts/apps/compare/freeradius-2.0.1...freeradius-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/freeradius/helm-values.md b/docs/apps/stable/freeradius/helm-values.md
index 78ef72fe2c8..3294397b760 100644
--- a/docs/apps/stable/freeradius/helm-values.md
+++ b/docs/apps/stable/freeradius/helm-values.md
@@ -20,10 +20,14 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/etc/raddb"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.readiness | object | See below | Redainess probe configuration |
| probes.startup | object | See below | Startup probe configuration |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.accounting.ports.accounting.port | int | `1813` | |
| service.accounting.ports.accounting.protocol | string | `"UDP"` | |
| service.main.ports.main.port | int | `1812` | |
diff --git a/docs/apps/stable/freeradius/index.md b/docs/apps/stable/freeradius/index.md
index a2a2d4f466c..d6611284818 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/freshrss/CHANGELOG.md b/docs/apps/stable/freshrss/CHANGELOG.md
index 7255df51340..f07ce8aa5de 100644
--- a/docs/apps/stable/freshrss/CHANGELOG.md
+++ b/docs/apps/stable/freshrss/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [freshrss-8.0.0](https://github.com/truecharts/apps/compare/freshrss-7.0.3...freshrss-8.0.0) (2021-09-26)
+
+
+
### [freshrss-7.0.3](https://github.com/truecharts/apps/compare/freshrss-7.0.2...freshrss-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/freshrss/helm-values.md b/docs/apps/stable/freshrss/helm-values.md
index b4b6749f4ac..d60622cbbbb 100644
--- a/docs/apps/stable/freshrss/helm-values.md
+++ b/docs/apps/stable/freshrss/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/freshrss/index.md b/docs/apps/stable/freshrss/index.md
index 2da35d9d0af..120444164ab 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/gaps/CHANGELOG.md b/docs/apps/stable/gaps/CHANGELOG.md
index c13105b1dfa..1966d1ede64 100644
--- a/docs/apps/stable/gaps/CHANGELOG.md
+++ b/docs/apps/stable/gaps/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [gaps-8.0.0](https://github.com/truecharts/apps/compare/gaps-7.0.2...gaps-8.0.0) (2021-09-26)
+
+
+
### [gaps-7.0.2](https://github.com/truecharts/apps/compare/gaps-7.0.1...gaps-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/gaps/helm-values.md b/docs/apps/stable/gaps/helm-values.md
index 15e65a6ce3b..9c005b15884 100644
--- a/docs/apps/stable/gaps/helm-values.md
+++ b/docs/apps/stable/gaps/helm-values.md
@@ -20,15 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/usr/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8484` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/gaps/index.md b/docs/apps/stable/gaps/index.md
index db5d03e4127..dea674302fb 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/gonic/CHANGELOG.md b/docs/apps/stable/gonic/CHANGELOG.md
index 5e6ac285fdb..4d786d00bce 100644
--- a/docs/apps/stable/gonic/CHANGELOG.md
+++ b/docs/apps/stable/gonic/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [gonic-3.0.0](https://github.com/truecharts/apps/compare/gonic-2.0.2...gonic-3.0.0) (2021-09-26)
+
+
+
### [gonic-2.0.2](https://github.com/truecharts/apps/compare/gonic-2.0.1...gonic-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/gonic/helm-values.md b/docs/apps/stable/gonic/helm-values.md
index 367de00b2c1..4e69e6fbfdf 100644
--- a/docs/apps/stable/gonic/helm-values.md
+++ b/docs/apps/stable/gonic/helm-values.md
@@ -17,14 +17,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/gonic"` | image repository |
| image.tag | string | `"v0.13.1@sha256:14d01b4a1a90991097656975d0c8643a755323961bc5b5c657a5c96372024d5c"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/gonic/index.md b/docs/apps/stable/gonic/index.md
index 2d9708dfaca..2b0f71df88f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/grocy/CHANGELOG.md b/docs/apps/stable/grocy/CHANGELOG.md
index f9ca6d14d31..0ce410a2424 100644
--- a/docs/apps/stable/grocy/CHANGELOG.md
+++ b/docs/apps/stable/grocy/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [grocy-8.0.0](https://github.com/truecharts/apps/compare/grocy-7.0.3...grocy-8.0.0) (2021-09-26)
+
+
+
### [grocy-7.0.3](https://github.com/truecharts/apps/compare/grocy-7.0.2...grocy-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/grocy/helm-values.md b/docs/apps/stable/grocy/helm-values.md
index 4ff0d864c1b..0bb2b3664e2 100644
--- a/docs/apps/stable/grocy/helm-values.md
+++ b/docs/apps/stable/grocy/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/grocy/index.md b/docs/apps/stable/grocy/index.md
index d39a6a12d36..fe484c4b266 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/handbrake/CHANGELOG.md b/docs/apps/stable/handbrake/CHANGELOG.md
index 45eb8f5ec3f..1ee7ae82b3f 100644
--- a/docs/apps/stable/handbrake/CHANGELOG.md
+++ b/docs/apps/stable/handbrake/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [handbrake-8.0.0](https://github.com/truecharts/apps/compare/handbrake-7.0.2...handbrake-8.0.0) (2021-09-26)
+
+
+
### [handbrake-7.0.2](https://github.com/truecharts/apps/compare/handbrake-7.0.1...handbrake-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/handbrake/helm-values.md b/docs/apps/stable/handbrake/helm-values.md
index 81d04e43040..e29033239a8 100644
--- a/docs/apps/stable/handbrake/helm-values.md
+++ b/docs/apps/stable/handbrake/helm-values.md
@@ -33,6 +33,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5800` | |
| service.vnc.enabled | bool | `true` | |
| service.vnc.ports.vnc.enabled | bool | `true` | |
diff --git a/docs/apps/stable/handbrake/index.md b/docs/apps/stable/handbrake/index.md
index d1f7c60eeaa..3113f8d4e15 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/haste-server/CHANGELOG.md b/docs/apps/stable/haste-server/CHANGELOG.md
index 91ba9bef517..7deb0420ce0 100644
--- a/docs/apps/stable/haste-server/CHANGELOG.md
+++ b/docs/apps/stable/haste-server/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [haste-server-3.0.0](https://github.com/truecharts/apps/compare/haste-server-2.0.2...haste-server-3.0.0) (2021-09-26)
+
+
+
### [haste-server-2.0.2](https://github.com/truecharts/apps/compare/haste-server-2.0.1...haste-server-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/haste-server/helm-values.md b/docs/apps/stable/haste-server/helm-values.md
index 6e696714cd3..141f3616bbc 100644
--- a/docs/apps/stable/haste-server/helm-values.md
+++ b/docs/apps/stable/haste-server/helm-values.md
@@ -19,15 +19,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"latest@sha256:827aa2f2389d94a522e333080fa8cbc0e0a487c5681173caca785b3b6b9e5b01"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/haste-server/index.md b/docs/apps/stable/haste-server/index.md
index 7c452543852..2d286173e04 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/healthchecks/CHANGELOG.md b/docs/apps/stable/healthchecks/CHANGELOG.md
index bdcde922023..faea6fc4ca1 100644
--- a/docs/apps/stable/healthchecks/CHANGELOG.md
+++ b/docs/apps/stable/healthchecks/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [healthchecks-3.0.0](https://github.com/truecharts/apps/compare/healthchecks-2.0.3...healthchecks-3.0.0) (2021-09-26)
+
+
+
### [healthchecks-2.0.3](https://github.com/truecharts/apps/compare/healthchecks-2.0.2...healthchecks-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/healthchecks/helm-values.md b/docs/apps/stable/healthchecks/helm-values.md
index ce742e8a857..c4a50fb558a 100644
--- a/docs/apps/stable/healthchecks/helm-values.md
+++ b/docs/apps/stable/healthchecks/helm-values.md
@@ -23,6 +23,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"}` | Volume used for configuration |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/healthchecks/index.md b/docs/apps/stable/healthchecks/index.md
index 723cda3cb3d..c22b4776295 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/heimdall/CHANGELOG.md b/docs/apps/stable/heimdall/CHANGELOG.md
index 76453e2834f..b44e0c59726 100644
--- a/docs/apps/stable/heimdall/CHANGELOG.md
+++ b/docs/apps/stable/heimdall/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [heimdall-8.0.0](https://github.com/truecharts/apps/compare/heimdall-7.0.3...heimdall-8.0.0) (2021-09-26)
+
+
+
### [heimdall-7.0.3](https://github.com/truecharts/apps/compare/heimdall-7.0.2...heimdall-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/heimdall/helm-values.md b/docs/apps/stable/heimdall/helm-values.md
index d118e9b4fae..8f935ba5f3e 100644
--- a/docs/apps/stable/heimdall/helm-values.md
+++ b/docs/apps/stable/heimdall/helm-values.md
@@ -20,7 +20,11 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| probes.startup.enabled | bool | `true` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/heimdall/index.md b/docs/apps/stable/heimdall/index.md
index 953b087bcbf..dc2c2bd229f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/home-assistant/CHANGELOG.md b/docs/apps/stable/home-assistant/CHANGELOG.md
index 32f93c536a4..01f2c8073f7 100644
--- a/docs/apps/stable/home-assistant/CHANGELOG.md
+++ b/docs/apps/stable/home-assistant/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [home-assistant-8.0.0](https://github.com/truecharts/apps/compare/home-assistant-7.0.3...home-assistant-8.0.0) (2021-09-26)
+
+
+
### [home-assistant-7.0.3](https://github.com/truecharts/apps/compare/home-assistant-7.0.2...home-assistant-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/home-assistant/index.md b/docs/apps/stable/home-assistant/index.md
index 42f8760a0c9..a1a12939b0d 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/hyperion-ng/CHANGELOG.md b/docs/apps/stable/hyperion-ng/CHANGELOG.md
index 62119a0f65d..db3263b64a4 100644
--- a/docs/apps/stable/hyperion-ng/CHANGELOG.md
+++ b/docs/apps/stable/hyperion-ng/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [hyperion-ng-3.0.0](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.2...hyperion-ng-3.0.0) (2021-09-26)
+
+
+
### [hyperion-ng-2.0.2](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.1...hyperion-ng-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/hyperion-ng/helm-values.md b/docs/apps/stable/hyperion-ng/helm-values.md
index 56b7499f302..6a3852c7e87 100644
--- a/docs/apps/stable/hyperion-ng/helm-values.md
+++ b/docs/apps/stable/hyperion-ng/helm-values.md
@@ -23,14 +23,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/root/.hyperion"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/hyperion-ng/index.md b/docs/apps/stable/hyperion-ng/index.md
index 69a3174a556..38ef6a24c2e 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md
index ab012ac029f..a3b0507deb6 100644
--- a/docs/apps/stable/jackett/CHANGELOG.md
+++ b/docs/apps/stable/jackett/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [jackett-8.0.0](https://github.com/truecharts/apps/compare/jackett-7.0.4...jackett-8.0.0) (2021-09-26)
+
+
+
### [jackett-7.0.4](https://github.com/truecharts/apps/compare/jackett-7.0.3...jackett-7.0.4) (2021-09-21)
diff --git a/docs/apps/stable/jackett/helm-values.md b/docs/apps/stable/jackett/helm-values.md
index 3e99c665f51..3b88f9781f0 100644
--- a/docs/apps/stable/jackett/helm-values.md
+++ b/docs/apps/stable/jackett/helm-values.md
@@ -20,18 +20,10 @@ 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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.path | string | `"/UI/Login"` | |
| probes.readiness.path | string | `"/UI/Login"` | |
| probes.startup.path | string | `"/UI/Login"` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `9117` | |
diff --git a/docs/apps/stable/jackett/index.md b/docs/apps/stable/jackett/index.md
index 917a54a803d..40b5db8d3d9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/jdownloader2/CHANGELOG.md b/docs/apps/stable/jdownloader2/CHANGELOG.md
index 62f3b24c5f3..8dc74941e8a 100644
--- a/docs/apps/stable/jdownloader2/CHANGELOG.md
+++ b/docs/apps/stable/jdownloader2/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [jdownloader2-3.0.0](https://github.com/truecharts/apps/compare/jdownloader2-2.0.3...jdownloader2-3.0.0) (2021-09-26)
+
+
+
### [jdownloader2-2.0.3](https://github.com/truecharts/apps/compare/jdownloader2-2.0.2...jdownloader2-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/jdownloader2/helm-values.md b/docs/apps/stable/jdownloader2/helm-values.md
index e68ea8e0246..1332dfe2ca1 100644
--- a/docs/apps/stable/jdownloader2/helm-values.md
+++ b/docs/apps/stable/jdownloader2/helm-values.md
@@ -29,6 +29,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5800` | |
| service.vnc.enabled | bool | `true` | |
| service.vnc.ports.vnc.enabled | bool | `true` | |
diff --git a/docs/apps/stable/jdownloader2/index.md b/docs/apps/stable/jdownloader2/index.md
index a320e66fde2..4b7cf0a07c4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/jellyfin/CHANGELOG.md b/docs/apps/stable/jellyfin/CHANGELOG.md
index d9e72e70940..f8989c2c40f 100644
--- a/docs/apps/stable/jellyfin/CHANGELOG.md
+++ b/docs/apps/stable/jellyfin/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [jellyfin-8.0.0](https://github.com/truecharts/apps/compare/jellyfin-7.0.2...jellyfin-8.0.0) (2021-09-26)
+
+
+
### [jellyfin-7.0.2](https://github.com/truecharts/apps/compare/jellyfin-7.0.1...jellyfin-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/jellyfin/helm-values.md b/docs/apps/stable/jellyfin/helm-values.md
index 34977a0bba1..14bc8b141dd 100644
--- a/docs/apps/stable/jellyfin/helm-values.md
+++ b/docs/apps/stable/jellyfin/helm-values.md
@@ -19,16 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups[0] | int | `44` | |
-| podSecurityContext.supplementalGroups[1] | int | `107` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8096` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/jellyfin/index.md b/docs/apps/stable/jellyfin/index.md
index 9e788c09a5f..301ee375ca9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/k8s-gateway/CHANGELOG.md b/docs/apps/stable/k8s-gateway/CHANGELOG.md
index 525a954f1a8..8941e016cc7 100644
--- a/docs/apps/stable/k8s-gateway/CHANGELOG.md
+++ b/docs/apps/stable/k8s-gateway/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [k8s-gateway-3.0.0](https://github.com/truecharts/apps/compare/k8s-gateway-2.0.2...k8s-gateway-3.0.0) (2021-09-26)
+
+
+
### [k8s-gateway-2.0.2](https://github.com/truecharts/apps/compare/k8s-gateway-2.0.1...k8s-gateway-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/k8s-gateway/helm-values.md b/docs/apps/stable/k8s-gateway/helm-values.md
index a01c7e06ae7..8e2d673d23f 100644
--- a/docs/apps/stable/k8s-gateway/helm-values.md
+++ b/docs/apps/stable/k8s-gateway/helm-values.md
@@ -25,6 +25,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/oriedge/k8s_gateway"` | |
| image.tag | string | `"v0.1.8@sha256:4937e28bb5dc4bd9c700a72d28e50d43929b4a9e8f64b4a306346426e6ed01e2"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.spec.failureThreshold | int | `5` | |
| probes.liveness.spec.httpGet.path | string | `"/health"` | |
@@ -53,6 +55,7 @@ You will, however, be able to use all values referenced in the common chart here
| rbac.enabled | bool | `true` | Enables or disables the ClusterRole and ClusterRoleBinding |
| rbac.rules | list | `[{"apiGroups":[""],"resources":["services","namespaces"],"verbs":["list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses"],"verbs":["list","watch"]}]` | Set Rules on the ClusterRole |
| secondary | string | `""` | Service name of a secondary DNS server (should be `serviceName.namespace`) |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `53` | |
| service.main.ports.main.protocol | string | `"UDP"` | |
diff --git a/docs/apps/stable/k8s-gateway/index.md b/docs/apps/stable/k8s-gateway/index.md
index e95fe1a2103..56bec6be3da 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/kms/CHANGELOG.md b/docs/apps/stable/kms/CHANGELOG.md
index adffc9e26ca..d064dfe0f49 100644
--- a/docs/apps/stable/kms/CHANGELOG.md
+++ b/docs/apps/stable/kms/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [kms-8.0.0](https://github.com/truecharts/apps/compare/kms-7.0.2...kms-8.0.0) (2021-09-26)
+
+
+
### [kms-7.0.2](https://github.com/truecharts/apps/compare/kms-7.0.1...kms-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/kms/helm-values.md b/docs/apps/stable/kms/helm-values.md
index 76567d25340..4c76eba5a81 100644
--- a/docs/apps/stable/kms/helm-values.md
+++ b/docs/apps/stable/kms/helm-values.md
@@ -14,6 +14,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"pykmsorg/py-kms"` | |
| image.tag | string | `"minimal@sha256:f60edd7b3e7d59b5a2759584a3bf844cf41a3f1a1346186bb77409e0cb0a143c"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `1688` | |
| service.main.ports.main.protocol | string | `"TCP"` | |
diff --git a/docs/apps/stable/kms/index.md b/docs/apps/stable/kms/index.md
index 9c005b72f81..e0487ad86ff 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/komga/CHANGELOG.md b/docs/apps/stable/komga/CHANGELOG.md
index 1e97d80578c..cabcb5c115e 100644
--- a/docs/apps/stable/komga/CHANGELOG.md
+++ b/docs/apps/stable/komga/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [komga-3.0.0](https://github.com/truecharts/apps/compare/komga-2.0.5...komga-3.0.0) (2021-09-26)
+
+
+
### [komga-2.0.4](https://github.com/truecharts/apps/compare/komga-2.0.3...komga-2.0.4) (2021-09-21)
diff --git a/docs/apps/stable/komga/helm-values.md b/docs/apps/stable/komga/helm-values.md
index 3513b075001..9dab6b8e728 100644
--- a/docs/apps/stable/komga/helm-values.md
+++ b/docs/apps/stable/komga/helm-values.md
@@ -14,17 +14,8 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/truecharts/komga"` | image repository |
-| image.tag | string | `"v0.128.2@sha256:a0478af8a7febac6ac424948efeb131ff908c3e55ebdb7b1c1250c8cc7184c0d"` | image tag |
+| image.tag | string | `"v0.128.3@sha256:7868a1e1362466c51e185b41a0715c27b6b7c67f3a9cc76f1f39243ad57c47a2"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/komga/index.md b/docs/apps/stable/komga/index.md
index 0d65b29449a..96f743589f2 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/lazylibrarian/CHANGELOG.md b/docs/apps/stable/lazylibrarian/CHANGELOG.md
index 5af5c998efa..110db6309d3 100644
--- a/docs/apps/stable/lazylibrarian/CHANGELOG.md
+++ b/docs/apps/stable/lazylibrarian/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [lazylibrarian-8.0.0](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.4...lazylibrarian-8.0.0) (2021-09-26)
+
+
+
### [lazylibrarian-7.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.3...lazylibrarian-7.0.4) (2021-09-21)
diff --git a/docs/apps/stable/lazylibrarian/helm-values.md b/docs/apps/stable/lazylibrarian/helm-values.md
index ee2b3df5a83..b0d42fbc7a3 100644
--- a/docs/apps/stable/lazylibrarian/helm-values.md
+++ b/docs/apps/stable/lazylibrarian/helm-values.md
@@ -20,6 +20,9 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `5299` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/lazylibrarian/index.md b/docs/apps/stable/lazylibrarian/index.md
index c09dd0813ec..21ae4ea3501 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/librespeed/CHANGELOG.md b/docs/apps/stable/librespeed/CHANGELOG.md
index 52c92397ddd..20433fbc525 100644
--- a/docs/apps/stable/librespeed/CHANGELOG.md
+++ b/docs/apps/stable/librespeed/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [librespeed-3.0.0](https://github.com/truecharts/apps/compare/librespeed-2.0.3...librespeed-3.0.0) (2021-09-26)
+
+
+
### [librespeed-2.0.3](https://github.com/truecharts/apps/compare/librespeed-2.0.2...librespeed-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/librespeed/helm-values.md b/docs/apps/stable/librespeed/helm-values.md
index 7461e3cf64b..01050ea625b 100644
--- a/docs/apps/stable/librespeed/helm-values.md
+++ b/docs/apps/stable/librespeed/helm-values.md
@@ -19,6 +19,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/librespeed"` | image repository |
| image.tag | string | `"version-5.2.4@sha256:3ced9c8c076f8a095b4d73094a8060f1b7d564642636de6f90b64ae6c385a16a"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/librespeed/index.md b/docs/apps/stable/librespeed/index.md
index d833a2bc09e..ff6164233f5 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/lidarr/CHANGELOG.md b/docs/apps/stable/lidarr/CHANGELOG.md
index f5344b07853..ec1f686ee49 100644
--- a/docs/apps/stable/lidarr/CHANGELOG.md
+++ b/docs/apps/stable/lidarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [lidarr-8.0.0](https://github.com/truecharts/apps/compare/lidarr-7.0.2...lidarr-8.0.0) (2021-09-26)
+
+
+
### [lidarr-7.0.2](https://github.com/truecharts/apps/compare/lidarr-7.0.1...lidarr-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/lidarr/helm-values.md b/docs/apps/stable/lidarr/helm-values.md
index 81ff7e65208..61f1f09bf0d 100644
--- a/docs/apps/stable/lidarr/helm-values.md
+++ b/docs/apps/stable/lidarr/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |
@@ -36,10 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.spec.periodSeconds | int | `10` | |
| probes.liveness.spec.successThreshold | int | `1` | |
| probes.liveness.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8686` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/lidarr/index.md b/docs/apps/stable/lidarr/index.md
index 1b6f8047cc9..d030aa2634b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/littlelink/CHANGELOG.md b/docs/apps/stable/littlelink/CHANGELOG.md
index 7ccddc4f253..b79aef5fb52 100644
--- a/docs/apps/stable/littlelink/CHANGELOG.md
+++ b/docs/apps/stable/littlelink/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [littlelink-3.0.0](https://github.com/truecharts/apps/compare/littlelink-2.0.2...littlelink-3.0.0) (2021-09-26)
+
+
+
### [littlelink-2.0.2](https://github.com/truecharts/apps/compare/littlelink-2.0.1...littlelink-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/littlelink/index.md b/docs/apps/stable/littlelink/index.md
index ed5b6f92cd1..15dca505ad9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/lychee/CHANGELOG.md b/docs/apps/stable/lychee/CHANGELOG.md
index a9e5de1c8d7..e86604f9815 100644
--- a/docs/apps/stable/lychee/CHANGELOG.md
+++ b/docs/apps/stable/lychee/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [lychee-8.0.0](https://github.com/truecharts/apps/compare/lychee-7.0.2...lychee-8.0.0) (2021-09-26)
+
+
+
### [lychee-7.0.2](https://github.com/truecharts/apps/compare/lychee-7.0.1...lychee-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/lychee/helm-values.md b/docs/apps/stable/lychee/helm-values.md
index 1b8b6c4618b..15cf69ed664 100644
--- a/docs/apps/stable/lychee/helm-values.md
+++ b/docs/apps/stable/lychee/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/lychee/index.md b/docs/apps/stable/lychee/index.md
index ec6e48e6822..f025a6d71a1 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/mealie/CHANGELOG.md b/docs/apps/stable/mealie/CHANGELOG.md
index f353ff741d6..751ccfac8b3 100644
--- a/docs/apps/stable/mealie/CHANGELOG.md
+++ b/docs/apps/stable/mealie/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [mealie-3.0.0](https://github.com/truecharts/apps/compare/mealie-2.0.2...mealie-3.0.0) (2021-09-26)
+
+
+
### [mealie-2.0.2](https://github.com/truecharts/apps/compare/mealie-2.0.1...mealie-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/mealie/helm-values.md b/docs/apps/stable/mealie/helm-values.md
index 3c5c61d6c97..15a59fd9b10 100644
--- a/docs/apps/stable/mealie/helm-values.md
+++ b/docs/apps/stable/mealie/helm-values.md
@@ -19,6 +19,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v0.5.2@sha256:e09dcdcdc812e3ef498953ceb268cbaedc031861219e7928e721c0729e97a4ae"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/mealie/index.md b/docs/apps/stable/mealie/index.md
index e8d3db1f044..edfa6d071bd 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/mosquitto/CHANGELOG.md b/docs/apps/stable/mosquitto/CHANGELOG.md
index cfa9df7c5c2..768624d52bd 100644
--- a/docs/apps/stable/mosquitto/CHANGELOG.md
+++ b/docs/apps/stable/mosquitto/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [mosquitto-3.0.0](https://github.com/truecharts/apps/compare/mosquitto-2.0.2...mosquitto-3.0.0) (2021-09-26)
+
+
+
### [mosquitto-2.0.2](https://github.com/truecharts/apps/compare/mosquitto-2.0.1...mosquitto-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/mosquitto/helm-values.md b/docs/apps/stable/mosquitto/helm-values.md
index 5a917285137..d0a783dae97 100644
--- a/docs/apps/stable/mosquitto/helm-values.md
+++ b/docs/apps/stable/mosquitto/helm-values.md
@@ -17,15 +17,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"2.0.12@sha256:ce08d3fe69d4170cea2426739af86ac95e683f01dd2c4141da661983a2401364"` | image tag |
| persistence.configinc | object | See values.yaml | Configure a persistent volume to place *.conf mosquitto-config-files in. When enabled, this gets set as `include_dir` in the mosquitto config. |
| persistence.data | object | See values.yaml | Configure a persistent volume to place mosquitto data in. When enabled, this enables `persistence` and `persistence_location` in the mosquitto config. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/mosquitto/index.md b/docs/apps/stable/mosquitto/index.md
index d9a5ced2ac6..a47be8f6b96 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/mylar/CHANGELOG.md b/docs/apps/stable/mylar/CHANGELOG.md
index 69810208313..1e0332d1cf7 100644
--- a/docs/apps/stable/mylar/CHANGELOG.md
+++ b/docs/apps/stable/mylar/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [mylar-3.0.0](https://github.com/truecharts/apps/compare/mylar-2.0.2...mylar-3.0.0) (2021-09-26)
+
+
+
### [mylar-2.0.2](https://github.com/truecharts/apps/compare/mylar-2.0.1...mylar-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/mylar/helm-values.md b/docs/apps/stable/mylar/helm-values.md
index 2e6b71b2f12..3f6af19b4eb 100644
--- a/docs/apps/stable/mylar/helm-values.md
+++ b/docs/apps/stable/mylar/helm-values.md
@@ -19,14 +19,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/mylar3"` | image repository |
| image.tag | string | `"version-v0.5.3@sha256:b96f0e97ab3f4bf4e4320670aa932d0f7df39d1ddce0bbf62808bd509209d78f"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/mylar/index.md b/docs/apps/stable/mylar/index.md
index 4a5f4bfbe3e..380213eee0b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/navidrome/CHANGELOG.md b/docs/apps/stable/navidrome/CHANGELOG.md
index 890b7256d0e..03e27a2121b 100644
--- a/docs/apps/stable/navidrome/CHANGELOG.md
+++ b/docs/apps/stable/navidrome/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [navidrome-8.0.0](https://github.com/truecharts/apps/compare/navidrome-7.0.2...navidrome-8.0.0) (2021-09-26)
+
+
+
### [navidrome-7.0.2](https://github.com/truecharts/apps/compare/navidrome-7.0.1...navidrome-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/navidrome/helm-values.md b/docs/apps/stable/navidrome/helm-values.md
index 56a55c11a7e..5655cbe6b7b 100644
--- a/docs/apps/stable/navidrome/helm-values.md
+++ b/docs/apps/stable/navidrome/helm-values.md
@@ -24,15 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `4533` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/navidrome/index.md b/docs/apps/stable/navidrome/index.md
index c5fb8269e18..bd6180c9222 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/nextcloud/CHANGELOG.md b/docs/apps/stable/nextcloud/CHANGELOG.md
index 7282abe72f0..1a72aa9d95f 100644
--- a/docs/apps/stable/nextcloud/CHANGELOG.md
+++ b/docs/apps/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [nextcloud-6.0.0](https://github.com/truecharts/apps/compare/nextcloud-5.0.6...nextcloud-6.0.0) (2021-09-26)
+
+
+
### [nextcloud-5.0.6](https://github.com/truecharts/apps/compare/nextcloud-5.0.5...nextcloud-5.0.6) (2021-09-21)
diff --git a/docs/apps/stable/nextcloud/helm-values.md b/docs/apps/stable/nextcloud/helm-values.md
index 05ea33525cf..62950208cfe 100644
--- a/docs/apps/stable/nextcloud/helm-values.md
+++ b/docs/apps/stable/nextcloud/helm-values.md
@@ -52,10 +52,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.redismaster.size | string | `"100Gi"` | |
| persistence.redismaster.type | string | `"pvc"` | |
| podSecurityContext.fsGroup | int | `33` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"nextcloud"` | |
@@ -79,6 +77,8 @@ You will, however, be able to use all values referenced in the common chart here
| redis.replica.persistence.enabled | bool | `false` | |
| redis.replica.replicaCount | int | `0` | |
| redis.volumePermissions.enabled | bool | `true` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.hpb.enabled | bool | `true` | |
| service.hpb.ports.hpb.enabled | bool | `true` | |
| service.hpb.ports.hpb.port | int | `7867` | |
diff --git a/docs/apps/stable/nextcloud/index.md b/docs/apps/stable/nextcloud/index.md
index 75084ab759b..51770b65826 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.3.2 |
-| https://truecharts.org/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/node-red/CHANGELOG.md b/docs/apps/stable/node-red/CHANGELOG.md
index 06ac78c961f..6e05a5cc231 100644
--- a/docs/apps/stable/node-red/CHANGELOG.md
+++ b/docs/apps/stable/node-red/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [node-red-8.0.0](https://github.com/truecharts/apps/compare/node-red-7.0.2...node-red-8.0.0) (2021-09-26)
+
+
+
### [node-red-7.0.2](https://github.com/truecharts/apps/compare/node-red-7.0.1...node-red-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/node-red/helm-values.md b/docs/apps/stable/node-red/helm-values.md
index 8e894fb03a0..a7ddd17bd3b 100644
--- a/docs/apps/stable/node-red/helm-values.md
+++ b/docs/apps/stable/node-red/helm-values.md
@@ -20,15 +20,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `1880` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/node-red/index.md b/docs/apps/stable/node-red/index.md
index 3676716186b..bac992096ef 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/nullserv/CHANGELOG.md b/docs/apps/stable/nullserv/CHANGELOG.md
index e3d29699827..fa5bccf681f 100644
--- a/docs/apps/stable/nullserv/CHANGELOG.md
+++ b/docs/apps/stable/nullserv/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [nullserv-3.0.0](https://github.com/truecharts/apps/compare/nullserv-2.0.2...nullserv-3.0.0) (2021-09-26)
+
+
+
### [nullserv-2.0.2](https://github.com/truecharts/apps/compare/nullserv-2.0.1...nullserv-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/nullserv/helm-values.md b/docs/apps/stable/nullserv/helm-values.md
index 2e5f2f3e172..a9114204e9c 100644
--- a/docs/apps/stable/nullserv/helm-values.md
+++ b/docs/apps/stable/nullserv/helm-values.md
@@ -17,15 +17,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/nullserv"` | image repository |
| image.tag | string | `"v1.3.0@sha256:0792c7e6d814bf292455da3f40aa5d56c465f2b5024e786ac3bf3dc3b16cc757"` | image tag |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes | object | See values.yaml | Configures the probes for the main Pod. |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/nullserv/index.md b/docs/apps/stable/nullserv/index.md
index e5292efd404..3f99938f1d5 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/nzbget/CHANGELOG.md b/docs/apps/stable/nzbget/CHANGELOG.md
index bb18372e117..47865e40821 100644
--- a/docs/apps/stable/nzbget/CHANGELOG.md
+++ b/docs/apps/stable/nzbget/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [nzbget-8.0.0](https://github.com/truecharts/apps/compare/nzbget-7.0.2...nzbget-8.0.0) (2021-09-26)
+
+
+
### [nzbget-7.0.2](https://github.com/truecharts/apps/compare/nzbget-7.0.1...nzbget-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/nzbget/helm-values.md b/docs/apps/stable/nzbget/helm-values.md
index 365add5f7c6..4cdf157d329 100644
--- a/docs/apps/stable/nzbget/helm-values.md
+++ b/docs/apps/stable/nzbget/helm-values.md
@@ -19,18 +19,9 @@ 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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `6789` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/nzbget/index.md b/docs/apps/stable/nzbget/index.md
index 8eacbf14393..12a9ecf21c4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/nzbhydra/CHANGELOG.md b/docs/apps/stable/nzbhydra/CHANGELOG.md
index bcb3020b762..490c1008916 100644
--- a/docs/apps/stable/nzbhydra/CHANGELOG.md
+++ b/docs/apps/stable/nzbhydra/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [nzbhydra-8.0.0](https://github.com/truecharts/apps/compare/nzbhydra-7.0.2...nzbhydra-8.0.0) (2021-09-26)
+
+
+
### [nzbhydra-7.0.2](https://github.com/truecharts/apps/compare/nzbhydra-7.0.1...nzbhydra-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/nzbhydra/helm-values.md b/docs/apps/stable/nzbhydra/helm-values.md
index f12842de6f7..7216fd4bbd7 100644
--- a/docs/apps/stable/nzbhydra/helm-values.md
+++ b/docs/apps/stable/nzbhydra/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.failureThreshold | int | `5` | |
@@ -49,10 +44,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.startup.spec.initialDelaySeconds | int | `30` | |
| probes.startup.spec.periodSeconds | int | `10` | |
| probes.startup.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `5076` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/nzbhydra/index.md b/docs/apps/stable/nzbhydra/index.md
index 22eee9a164c..4cb194fc2eb 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.6 |
## Installing the Chart
diff --git a/docs/apps/stable/octoprint/CHANGELOG.md b/docs/apps/stable/octoprint/CHANGELOG.md
index 3dda434572f..c6a48d0294d 100644
--- a/docs/apps/stable/octoprint/CHANGELOG.md
+++ b/docs/apps/stable/octoprint/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [octoprint-3.0.0](https://github.com/truecharts/apps/compare/octoprint-2.0.2...octoprint-3.0.0) (2021-09-26)
+
+
+
### [octoprint-2.0.2](https://github.com/truecharts/apps/compare/octoprint-2.0.1...octoprint-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/octoprint/helm-values.md b/docs/apps/stable/octoprint/helm-values.md
index e1be194e502..71b2e11206f 100644
--- a/docs/apps/stable/octoprint/helm-values.md
+++ b/docs/apps/stable/octoprint/helm-values.md
@@ -21,7 +21,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v1.6.1@sha256:3e54ffdf99ab297b2b70289d72f880cd52aad5f6a55ab3005f38a25a7115e692"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.printer | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. |
-| securityContext.privileged | bool | `true` | (bool) Privileged securityContext may be required if USB devics are accessed directly through the host machine |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/octoprint/index.md b/docs/apps/stable/octoprint/index.md
index 67a6fca5feb..d72dfcbb784 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/omada-controller/CHANGELOG.md b/docs/apps/stable/omada-controller/CHANGELOG.md
index d38563b6b09..60615ac12d7 100644
--- a/docs/apps/stable/omada-controller/CHANGELOG.md
+++ b/docs/apps/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [omada-controller-3.0.0](https://github.com/truecharts/apps/compare/omada-controller-2.0.4...omada-controller-3.0.0) (2021-09-26)
+
+
+
### [omada-controller-2.0.4](https://github.com/truecharts/apps/compare/omada-controller-2.0.3...omada-controller-2.0.4) (2021-09-21)
diff --git a/docs/apps/stable/omada-controller/helm-values.md b/docs/apps/stable/omada-controller/helm-values.md
index 7f46c5e4087..87a9c69f9f9 100644
--- a/docs/apps/stable/omada-controller/helm-values.md
+++ b/docs/apps/stable/omada-controller/helm-values.md
@@ -17,13 +17,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository |
| image.tag | string | `"4.4@sha256:207876a39cf4fc6e3133c011ad283296677e314537d354149628de2b13f7990e"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/omada-controller/index.md b/docs/apps/stable/omada-controller/index.md
index edb77e1079e..d9ce10f678e 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/ombi/CHANGELOG.md b/docs/apps/stable/ombi/CHANGELOG.md
index 2708837eae2..6940d628bd2 100644
--- a/docs/apps/stable/ombi/CHANGELOG.md
+++ b/docs/apps/stable/ombi/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [ombi-8.0.0](https://github.com/truecharts/apps/compare/ombi-7.0.2...ombi-8.0.0) (2021-09-26)
+
+
+
### [ombi-7.0.2](https://github.com/truecharts/apps/compare/ombi-7.0.1...ombi-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/ombi/helm-values.md b/docs/apps/stable/ombi/helm-values.md
index dec4e61e3de..04a8fac774b 100644
--- a/docs/apps/stable/ombi/helm-values.md
+++ b/docs/apps/stable/ombi/helm-values.md
@@ -26,15 +26,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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `3579` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/ombi/index.md b/docs/apps/stable/ombi/index.md
index 08cd4b858bf..b76de90adc8 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/openldap/CHANGELOG.md b/docs/apps/stable/openldap/CHANGELOG.md
index 0df7d38051e..6912386f5c6 100644
--- a/docs/apps/stable/openldap/CHANGELOG.md
+++ b/docs/apps/stable/openldap/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [openldap-3.0.0](https://github.com/truecharts/apps/compare/openldap-2.0.2...openldap-3.0.0) (2021-09-26)
+
+
+
### [openldap-2.0.2](https://github.com/truecharts/apps/compare/openldap-2.0.1...openldap-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/openldap/helm-values.md b/docs/apps/stable/openldap/helm-values.md
index 82a0119ecc6..dced3579b39 100644
--- a/docs/apps/stable/openldap/helm-values.md
+++ b/docs/apps/stable/openldap/helm-values.md
@@ -42,6 +42,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/openldap"` | |
| image.tag | string | `"v1.5.0@sha256:fd870eecad0a5a5097ec7377a4441aa77171b4e10d8336f63698144dc3a51a4b"` | |
+| persistence.varrun.enabled | bool | `false` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| replication.clusterName | string | `"cluster.local"` | |
| replication.enabled | bool | `false` | |
| replication.interval | string | `"00:00:00:10"` | |
@@ -49,6 +52,8 @@ You will, however, be able to use all values referenced in the common chart here
| replication.starttls | string | `"critical"` | |
| replication.timeout | int | `1` | |
| replication.tls_reqcert | string | `"never"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.https.ports.https.port | int | `636` | |
| service.main.ports.main.port | int | `389` | |
| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap/","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d/","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
diff --git a/docs/apps/stable/openldap/index.md b/docs/apps/stable/openldap/index.md
index 49284925ecc..905295aa1a4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/organizr/CHANGELOG.md b/docs/apps/stable/organizr/CHANGELOG.md
index 298b7070caa..9a6edc41f3e 100644
--- a/docs/apps/stable/organizr/CHANGELOG.md
+++ b/docs/apps/stable/organizr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [organizr-8.0.0](https://github.com/truecharts/apps/compare/organizr-7.0.2...organizr-8.0.0) (2021-09-26)
+
+
+
### [organizr-7.0.2](https://github.com/truecharts/apps/compare/organizr-7.0.1...organizr-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/organizr/helm-values.md b/docs/apps/stable/organizr/helm-values.md
index 7b9fb62ead1..0e7ffb8385d 100644
--- a/docs/apps/stable/organizr/helm-values.md
+++ b/docs/apps/stable/organizr/helm-values.md
@@ -20,6 +20,10 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/organizr/index.md b/docs/apps/stable/organizr/index.md
index f75b28247e2..140a8db1625 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/oscam/CHANGELOG.md b/docs/apps/stable/oscam/CHANGELOG.md
index 7e08998fd2d..214cbf738ae 100644
--- a/docs/apps/stable/oscam/CHANGELOG.md
+++ b/docs/apps/stable/oscam/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [oscam-3.0.0](https://github.com/truecharts/apps/compare/oscam-2.0.2...oscam-3.0.0) (2021-09-26)
+
+
+
### [oscam-2.0.2](https://github.com/truecharts/apps/compare/oscam-2.0.1...oscam-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/oscam/helm-values.md b/docs/apps/stable/oscam/helm-values.md
index c1e68608202..7242407113a 100644
--- a/docs/apps/stable/oscam/helm-values.md
+++ b/docs/apps/stable/oscam/helm-values.md
@@ -22,6 +22,9 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `8888` | |
diff --git a/docs/apps/stable/oscam/index.md b/docs/apps/stable/oscam/index.md
index 948809bc9a7..98279ec8db5 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/overseerr/CHANGELOG.md b/docs/apps/stable/overseerr/CHANGELOG.md
index a46ade42ab3..260c8f7e947 100644
--- a/docs/apps/stable/overseerr/CHANGELOG.md
+++ b/docs/apps/stable/overseerr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [overseerr-3.0.0](https://github.com/truecharts/apps/compare/overseerr-2.0.3...overseerr-3.0.0) (2021-09-26)
+
+
+
### [overseerr-2.0.3](https://github.com/truecharts/apps/compare/overseerr-2.0.2...overseerr-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/overseerr/helm-values.md b/docs/apps/stable/overseerr/helm-values.md
index feace34e5d2..6575e9d4d47 100644
--- a/docs/apps/stable/overseerr/helm-values.md
+++ b/docs/apps/stable/overseerr/helm-values.md
@@ -18,15 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/sct/overseerr"` | image repository |
| image.tag | string | `"1.26.1@sha256:254d16af8f71061d0f8feb0d4990078641eff13a17824938b60b43b334342f9d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/overseerr/index.md b/docs/apps/stable/overseerr/index.md
index 6d96256d8d2..31d034f949b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/owncast/CHANGELOG.md b/docs/apps/stable/owncast/CHANGELOG.md
index c180b27f998..3c2de60840d 100644
--- a/docs/apps/stable/owncast/CHANGELOG.md
+++ b/docs/apps/stable/owncast/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [owncast-3.0.0](https://github.com/truecharts/apps/compare/owncast-2.0.2...owncast-3.0.0) (2021-09-26)
+
+
+
### [owncast-2.0.2](https://github.com/truecharts/apps/compare/owncast-2.0.1...owncast-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/owncast/helm-values.md b/docs/apps/stable/owncast/helm-values.md
index 35b22e0f21d..cb1bb1a5693 100644
--- a/docs/apps/stable/owncast/helm-values.md
+++ b/docs/apps/stable/owncast/helm-values.md
@@ -15,6 +15,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/owncast"` | image repository |
| image.tag | string | `"v0.0.8@sha256:5a271ca7d7870bfc9ef777190c882f373063624013cf67517e73c9ef4bdd338d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/owncast/index.md b/docs/apps/stable/owncast/index.md
index 4b08d718a40..b5f3fde8a6f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/owncloud-ocis/CHANGELOG.md b/docs/apps/stable/owncloud-ocis/CHANGELOG.md
index ed97fb2b608..735296b81d9 100644
--- a/docs/apps/stable/owncloud-ocis/CHANGELOG.md
+++ b/docs/apps/stable/owncloud-ocis/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [owncloud-ocis-3.0.0](https://github.com/truecharts/apps/compare/owncloud-ocis-2.0.3...owncloud-ocis-3.0.0) (2021-09-26)
+
+
+
### [owncloud-ocis-2.0.3](https://github.com/truecharts/apps/compare/owncloud-ocis-2.0.2...owncloud-ocis-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/owncloud-ocis/helm-values.md b/docs/apps/stable/owncloud-ocis/helm-values.md
index 01c2acba5c9..9256b74877e 100644
--- a/docs/apps/stable/owncloud-ocis/helm-values.md
+++ b/docs/apps/stable/owncloud-ocis/helm-values.md
@@ -17,15 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/ocis"` | image repository |
| image.tag | string | `"v1.12.0@sha256:dca60812fd8e47bbc0b554f8e768f0a8cebe467039cde09c76ce034a3b0fb47b"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/owncloud-ocis/index.md b/docs/apps/stable/owncloud-ocis/index.md
index 70e87803f93..b61deff11a0 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/pgadmin/CHANGELOG.md b/docs/apps/stable/pgadmin/CHANGELOG.md
index fc0c49e94a4..3d4bd44b2ef 100644
--- a/docs/apps/stable/pgadmin/CHANGELOG.md
+++ b/docs/apps/stable/pgadmin/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [pgadmin-3.0.0](https://github.com/truecharts/apps/compare/pgadmin-2.0.2...pgadmin-3.0.0) (2021-09-26)
+
+
+
### [pgadmin-2.0.2](https://github.com/truecharts/apps/compare/pgadmin-2.0.1...pgadmin-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/pgadmin/helm-values.md b/docs/apps/stable/pgadmin/helm-values.md
index eea2ba48383..b877019bcd0 100644
--- a/docs/apps/stable/pgadmin/helm-values.md
+++ b/docs/apps/stable/pgadmin/helm-values.md
@@ -22,12 +22,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| podSecurityContext.fsGroup | int | `5050` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
diff --git a/docs/apps/stable/pgadmin/index.md b/docs/apps/stable/pgadmin/index.md
index 61df76552e2..f7e0c4d97d8 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/photoprism/CHANGELOG.md b/docs/apps/stable/photoprism/CHANGELOG.md
index 713e4461d33..68c204d2e23 100644
--- a/docs/apps/stable/photoprism/CHANGELOG.md
+++ b/docs/apps/stable/photoprism/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [photoprism-3.0.0](https://github.com/truecharts/apps/compare/photoprism-2.0.2...photoprism-3.0.0) (2021-09-26)
+
+
+
### [photoprism-2.0.2](https://github.com/truecharts/apps/compare/photoprism-2.0.1...photoprism-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/photoprism/helm-values.md b/docs/apps/stable/photoprism/helm-values.md
index 8d66dbf14d0..2e34809afd4 100644
--- a/docs/apps/stable/photoprism/helm-values.md
+++ b/docs/apps/stable/photoprism/helm-values.md
@@ -24,15 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
| image.tag | string | `"20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/photoprism/index.md b/docs/apps/stable/photoprism/index.md
index 0a660090c80..1decb9659d4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/phpldapadmin/CHANGELOG.md b/docs/apps/stable/phpldapadmin/CHANGELOG.md
index e91c7abf346..7df5dd45bb9 100644
--- a/docs/apps/stable/phpldapadmin/CHANGELOG.md
+++ b/docs/apps/stable/phpldapadmin/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [phpldapadmin-3.0.0](https://github.com/truecharts/apps/compare/phpldapadmin-2.0.2...phpldapadmin-3.0.0) (2021-09-26)
+
+
+
### [phpldapadmin-2.0.2](https://github.com/truecharts/apps/compare/phpldapadmin-2.0.1...phpldapadmin-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/phpldapadmin/helm-values.md b/docs/apps/stable/phpldapadmin/helm-values.md
index 66e42ae157a..0766c88517a 100644
--- a/docs/apps/stable/phpldapadmin/helm-values.md
+++ b/docs/apps/stable/phpldapadmin/helm-values.md
@@ -16,6 +16,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/phpldapadmin"` | |
| image.tag | string | `"v0.9.0@sha256:e633aefd9a89e9c1492bef151eb81d718b5b9ecc7bf1bc80e64b36e5ac480158"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `80` | |
diff --git a/docs/apps/stable/phpldapadmin/index.md b/docs/apps/stable/phpldapadmin/index.md
index 0637c78d5a0..dd003b42c4e 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/piaware/CHANGELOG.md b/docs/apps/stable/piaware/CHANGELOG.md
index 55bbd25bde5..b3324eb93f7 100644
--- a/docs/apps/stable/piaware/CHANGELOG.md
+++ b/docs/apps/stable/piaware/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [piaware-3.0.0](https://github.com/truecharts/apps/compare/piaware-2.0.2...piaware-3.0.0) (2021-09-26)
+
+
+
### [piaware-2.0.2](https://github.com/truecharts/apps/compare/piaware-2.0.1...piaware-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/piaware/helm-values.md b/docs/apps/stable/piaware/helm-values.md
index e0ec0bcc9d4..825c049cd78 100644
--- a/docs/apps/stable/piaware/helm-values.md
+++ b/docs/apps/stable/piaware/helm-values.md
@@ -19,13 +19,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v6.1@sha256:9e143490fbe9d5d9e0004ed4b5c08f1f83b56dbbc3920fa47db806b7fdcb1aad"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.usb | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/piaware/index.md b/docs/apps/stable/piaware/index.md
index 963e0a6a1d5..0a64cc7e72c 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/pihole/CHANGELOG.md b/docs/apps/stable/pihole/CHANGELOG.md
index debe873ba16..cc46ae05dc3 100644
--- a/docs/apps/stable/pihole/CHANGELOG.md
+++ b/docs/apps/stable/pihole/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [pihole-3.0.0](https://github.com/truecharts/apps/compare/pihole-2.0.6...pihole-3.0.0) (2021-09-26)
+
+
+
### [pihole-2.0.6](https://github.com/truecharts/apps/compare/pihole-2.0.5...pihole-2.0.6) (2021-09-21)
diff --git a/docs/apps/stable/pihole/helm-values.md b/docs/apps/stable/pihole/helm-values.md
index 38de80055cc..7a6734db19b 100644
--- a/docs/apps/stable/pihole/helm-values.md
+++ b/docs/apps/stable/pihole/helm-values.md
@@ -28,6 +28,10 @@ You will, however, be able to use all values referenced in the common chart here
| pihole.DNS1 | string | `"9.9.9.9"` | |
| pihole.DNS2 | string | `"149.112.112.112"` | |
| pihole.WEBPASSWORD | string | `"somepassword"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.https.enabled | bool | `true` | |
| service.dns-tcp.ports.https.port | int | `53` | |
diff --git a/docs/apps/stable/pihole/index.md b/docs/apps/stable/pihole/index.md
index 9899297562e..0d7fe0ab6aa 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/plex/CHANGELOG.md b/docs/apps/stable/plex/CHANGELOG.md
index 68210f06796..1ce8056e52b 100644
--- a/docs/apps/stable/plex/CHANGELOG.md
+++ b/docs/apps/stable/plex/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [plex-7.0.0](https://github.com/truecharts/apps/compare/plex-6.0.3...plex-7.0.0) (2021-09-26)
+
+
+
### [plex-6.0.3](https://github.com/truecharts/apps/compare/plex-6.0.2...plex-6.0.3) (2021-09-21)
diff --git a/docs/apps/stable/plex/helm-values.md b/docs/apps/stable/plex/helm-values.md
index d9b2f477dfb..a8ac7e1f57f 100644
--- a/docs/apps/stable/plex/helm-values.md
+++ b/docs/apps/stable/plex/helm-values.md
@@ -20,16 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups[0] | int | `44` | |
-| podSecurityContext.supplementalGroups[1] | int | `107` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `32400` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/plex/index.md b/docs/apps/stable/plex/index.md
index 35c40a45d2a..1cf20f16aef 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/podgrab/CHANGELOG.md b/docs/apps/stable/podgrab/CHANGELOG.md
index d51ebb41902..b83a0751160 100644
--- a/docs/apps/stable/podgrab/CHANGELOG.md
+++ b/docs/apps/stable/podgrab/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [podgrab-6.0.0](https://github.com/truecharts/apps/compare/podgrab-5.0.2...podgrab-6.0.0) (2021-09-26)
+
+
+
### [podgrab-5.0.2](https://github.com/truecharts/apps/compare/podgrab-5.0.1...podgrab-5.0.2) (2021-09-21)
diff --git a/docs/apps/stable/podgrab/helm-values.md b/docs/apps/stable/podgrab/helm-values.md
index c2a09195dfb..07b625b6736 100644
--- a/docs/apps/stable/podgrab/helm-values.md
+++ b/docs/apps/stable/podgrab/helm-values.md
@@ -27,18 +27,9 @@ 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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8080` | |
| service.tcp.enabled | bool | `true` | |
| service.tcp.ports.tcp.enabled | bool | `true` | |
diff --git a/docs/apps/stable/podgrab/index.md b/docs/apps/stable/podgrab/index.md
index e668eb5ad4c..2a4ea726802 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/postgresql/CHANGELOG.md b/docs/apps/stable/postgresql/CHANGELOG.md
index 81cbd13ff15..f30526e3e58 100644
--- a/docs/apps/stable/postgresql/CHANGELOG.md
+++ b/docs/apps/stable/postgresql/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [postgresql-3.0.0](https://github.com/truecharts/apps/compare/postgresql-2.2.5...postgresql-3.0.0) (2021-09-26)
+
+
+
### [postgresql-2.2.5](https://github.com/truecharts/apps/compare/postgresql-2.2.4...postgresql-2.2.5) (2021-09-21)
diff --git a/docs/apps/stable/postgresql/helm-values.md b/docs/apps/stable/postgresql/helm-values.md
index d55c57d104e..5e7a5f9442e 100644
--- a/docs/apps/stable/postgresql/helm-values.md
+++ b/docs/apps/stable/postgresql/helm-values.md
@@ -25,7 +25,6 @@ You will, however, be able to use all values referenced in the common chart here
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | |
| initContainers.migrate-db.image | string | `"{{ .Values.alpineImage.repository}}:{{ .Values.alpineImage.tag }}"` | |
| initContainers.migrate-db.imagePullPolicy | string | `"IfNotPresent"` | |
-| initContainers.migrate-db.securityContext.allowPrivilegeEscalation | bool | `true` | |
| initContainers.migrate-db.securityContext.privileged | bool | `true` | |
| initContainers.migrate-db.securityContext.runAsNonRoot | bool | `false` | |
| initContainers.migrate-db.securityContext.runAsUser | int | `0` | |
@@ -48,18 +47,11 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.dbbackups.mountPath | string | `"/dbbackups"` | |
| persistence.dbbackups.size | string | `"999Gi"` | |
| persistence.dbbackups.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresqlDatabase | string | `"test"` | |
| postgresqlPassword | string | `"testpass"` | |
| postgresqlUsername | string | `"test"` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `5432` | |
diff --git a/docs/apps/stable/postgresql/index.md b/docs/apps/stable/postgresql/index.md
index fe54abbbb0e..05debf4e386 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md b/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md
index df67d534bd7..979c49a32c4 100644
--- a/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md
+++ b/docs/apps/stable/pretend-youre-xyzzy/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [pretend-youre-xyzzy-3.0.0](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-2.0.2...pretend-youre-xyzzy-3.0.0) (2021-09-26)
+
+
+
### [pretend-youre-xyzzy-2.0.2](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-2.0.1...pretend-youre-xyzzy-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/pretend-youre-xyzzy/helm-values.md b/docs/apps/stable/pretend-youre-xyzzy/helm-values.md
index 84a219b2e18..cf6e480e2f2 100644
--- a/docs/apps/stable/pretend-youre-xyzzy/helm-values.md
+++ b/docs/apps/stable/pretend-youre-xyzzy/helm-values.md
@@ -14,13 +14,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"docker.io/emcniece/dockeryourxyzzy"` | image repository |
| image.tag | string | `"4@sha256:04eccbccc15cb755bbdcdd277d7ceaefb776d22b1ca8de6a97cc97eccfc7cd17"` | image tag |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/pretend-youre-xyzzy/index.md b/docs/apps/stable/pretend-youre-xyzzy/index.md
index f70ef8df80b..37f4121fcc3 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/protonmail-bridge/CHANGELOG.md b/docs/apps/stable/protonmail-bridge/CHANGELOG.md
index 5d26be04279..b4daf387675 100644
--- a/docs/apps/stable/protonmail-bridge/CHANGELOG.md
+++ b/docs/apps/stable/protonmail-bridge/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [protonmail-bridge-3.0.0](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.3...protonmail-bridge-3.0.0) (2021-09-26)
+
+
+
### [protonmail-bridge-2.0.3](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.2...protonmail-bridge-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/protonmail-bridge/helm-values.md b/docs/apps/stable/protonmail-bridge/helm-values.md
index 61690353d9b..613eadd901a 100644
--- a/docs/apps/stable/protonmail-bridge/helm-values.md
+++ b/docs/apps/stable/protonmail-bridge/helm-values.md
@@ -17,13 +17,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"shenxn/protonmail-bridge"` | image repository |
| image.tag | string | `"1.8.9-1@sha256:b296e8dd5bc01af3e3bf769ed3be3b2cea689a88a1c097776322d2641a7b3ba4"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/protonmail-bridge/index.md b/docs/apps/stable/protonmail-bridge/index.md
index 5e7e9587015..882308d1b82 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/prowlarr/CHANGELOG.md b/docs/apps/stable/prowlarr/CHANGELOG.md
index 342160824d5..bbc1a654f0f 100644
--- a/docs/apps/stable/prowlarr/CHANGELOG.md
+++ b/docs/apps/stable/prowlarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [prowlarr-3.0.0](https://github.com/truecharts/apps/compare/prowlarr-2.0.3...prowlarr-3.0.0) (2021-09-26)
+
+
+
### [prowlarr-2.0.3](https://github.com/truecharts/apps/compare/prowlarr-2.0.2...prowlarr-2.0.3) (2021-09-21)
diff --git a/docs/apps/stable/prowlarr/helm-values.md b/docs/apps/stable/prowlarr/helm-values.md
index 14bf4c4b55f..c000bd799ae 100644
--- a/docs/apps/stable/prowlarr/helm-values.md
+++ b/docs/apps/stable/prowlarr/helm-values.md
@@ -18,15 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v0.1.1.946@sha256:dfdbeb5a072cd2795cbc9fe74a053d376be841ccee5056e5ffc91cdc498cec99"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/prowlarr/index.md b/docs/apps/stable/prowlarr/index.md
index fef7314e62f..afe5d2e0ec9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/pyload/CHANGELOG.md b/docs/apps/stable/pyload/CHANGELOG.md
index 4886af27904..c062d886a5e 100644
--- a/docs/apps/stable/pyload/CHANGELOG.md
+++ b/docs/apps/stable/pyload/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [pyload-3.0.0](https://github.com/truecharts/apps/compare/pyload-2.0.2...pyload-3.0.0) (2021-09-26)
+
+
+
### [pyload-2.0.2](https://github.com/truecharts/apps/compare/pyload-2.0.1...pyload-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/pyload/helm-values.md b/docs/apps/stable/pyload/helm-values.md
index 6d03eab7482..48543af8c38 100644
--- a/docs/apps/stable/pyload/helm-values.md
+++ b/docs/apps/stable/pyload/helm-values.md
@@ -19,14 +19,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/pyload"` | image repository |
| image.tag | string | `"version-5de90278@sha256:d3c87933a5fd8c67a7add40706e0042ad229c9a47cd1bc7ba3953b8ad049a6ce"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `0` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/pyload/index.md b/docs/apps/stable/pyload/index.md
index 81059b1271b..0ebd698a691 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/qbittorrent/CHANGELOG.md b/docs/apps/stable/qbittorrent/CHANGELOG.md
index 813f94b5f82..63ba9a44768 100644
--- a/docs/apps/stable/qbittorrent/CHANGELOG.md
+++ b/docs/apps/stable/qbittorrent/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [qbittorrent-8.0.0](https://github.com/truecharts/apps/compare/qbittorrent-7.0.2...qbittorrent-8.0.0) (2021-09-26)
+
+
+
### [qbittorrent-7.0.2](https://github.com/truecharts/apps/compare/qbittorrent-7.0.1...qbittorrent-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/qbittorrent/helm-values.md b/docs/apps/stable/qbittorrent/helm-values.md
index 21a8ddc4836..d142959e8b8 100644
--- a/docs/apps/stable/qbittorrent/helm-values.md
+++ b/docs/apps/stable/qbittorrent/helm-values.md
@@ -24,15 +24,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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8080` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.tcp.enabled | bool | `true` | |
diff --git a/docs/apps/stable/qbittorrent/index.md b/docs/apps/stable/qbittorrent/index.md
index e87725ec326..25b83d4385b 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/radarr/CHANGELOG.md b/docs/apps/stable/radarr/CHANGELOG.md
index 57303073ddf..8204292522f 100644
--- a/docs/apps/stable/radarr/CHANGELOG.md
+++ b/docs/apps/stable/radarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [radarr-8.0.0](https://github.com/truecharts/apps/compare/radarr-7.0.2...radarr-8.0.0) (2021-09-26)
+
+
+
### [radarr-7.0.2](https://github.com/truecharts/apps/compare/radarr-7.0.1...radarr-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/radarr/helm-values.md b/docs/apps/stable/radarr/helm-values.md
index e1a96aee896..4e4a4b0a16c 100644
--- a/docs/apps/stable/radarr/helm-values.md
+++ b/docs/apps/stable/radarr/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |
@@ -36,10 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.spec.periodSeconds | int | `10` | |
| probes.liveness.spec.successThreshold | int | `1` | |
| probes.liveness.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `7878` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/radarr/index.md b/docs/apps/stable/radarr/index.md
index 0fe9424f027..fdc6139ef92 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/readarr/CHANGELOG.md b/docs/apps/stable/readarr/CHANGELOG.md
index abe8c4eb9b1..5c01949164c 100644
--- a/docs/apps/stable/readarr/CHANGELOG.md
+++ b/docs/apps/stable/readarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [readarr-8.0.0](https://github.com/truecharts/apps/compare/readarr-7.0.3...readarr-8.0.0) (2021-09-26)
+
+
+
### [readarr-7.0.3](https://github.com/truecharts/apps/compare/readarr-7.0.2...readarr-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/readarr/helm-values.md b/docs/apps/stable/readarr/helm-values.md
index 0298360bc23..30662375033 100644
--- a/docs/apps/stable/readarr/helm-values.md
+++ b/docs/apps/stable/readarr/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |
@@ -36,10 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.spec.periodSeconds | int | `10` | |
| probes.liveness.spec.successThreshold | int | `1` | |
| probes.liveness.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8787` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/readarr/index.md b/docs/apps/stable/readarr/index.md
index 6a998459ed0..b1740a55963 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/reg/CHANGELOG.md b/docs/apps/stable/reg/CHANGELOG.md
index 1b91a86bf01..e3af63fac32 100644
--- a/docs/apps/stable/reg/CHANGELOG.md
+++ b/docs/apps/stable/reg/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [reg-3.0.0](https://github.com/truecharts/apps/compare/reg-2.0.2...reg-3.0.0) (2021-09-26)
+
+
+
### [reg-2.0.2](https://github.com/truecharts/apps/compare/reg-2.0.1...reg-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/reg/helm-values.md b/docs/apps/stable/reg/helm-values.md
index e086001e771..d7e25ca3569 100644
--- a/docs/apps/stable/reg/helm-values.md
+++ b/docs/apps/stable/reg/helm-values.md
@@ -17,15 +17,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/reg"` | image repository |
| image.tag | string | `"v0.16.1@sha256:ae581387764a23c62c1386389e27358bac5088790904938264cb0bcd4e8c946c"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/reg/index.md b/docs/apps/stable/reg/index.md
index b8fc9686b64..ea827fd1566 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/resilio-sync/CHANGELOG.md b/docs/apps/stable/resilio-sync/CHANGELOG.md
index 5d26fd8bff6..a331d52c27f 100644
--- a/docs/apps/stable/resilio-sync/CHANGELOG.md
+++ b/docs/apps/stable/resilio-sync/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [resilio-sync-3.0.0](https://github.com/truecharts/apps/compare/resilio-sync-2.0.2...resilio-sync-3.0.0) (2021-09-26)
+
+
+
### [resilio-sync-2.0.2](https://github.com/truecharts/apps/compare/resilio-sync-2.0.1...resilio-sync-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/resilio-sync/helm-values.md b/docs/apps/stable/resilio-sync/helm-values.md
index 96ccf769fe1..4f0461cc1bb 100644
--- a/docs/apps/stable/resilio-sync/helm-values.md
+++ b/docs/apps/stable/resilio-sync/helm-values.md
@@ -20,14 +20,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/linuxserver/resilio-sync"` | image repository |
| image.tag | string | `"version-2.7.2.1375@sha256:605b6d54402830fddfbadcdc8e12ab57015743a889e2f0a02641c8601afa42ba"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/resilio-sync/index.md b/docs/apps/stable/resilio-sync/index.md
index 6c169321460..992ddcbab90 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/sabnzbd/CHANGELOG.md b/docs/apps/stable/sabnzbd/CHANGELOG.md
index 9fae6bf5633..620cc5494f7 100644
--- a/docs/apps/stable/sabnzbd/CHANGELOG.md
+++ b/docs/apps/stable/sabnzbd/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [sabnzbd-8.0.0](https://github.com/truecharts/apps/compare/sabnzbd-7.0.2...sabnzbd-8.0.0) (2021-09-26)
+
+
+
### [sabnzbd-7.0.2](https://github.com/truecharts/apps/compare/sabnzbd-7.0.1...sabnzbd-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/sabnzbd/helm-values.md b/docs/apps/stable/sabnzbd/helm-values.md
index 6999214c3c6..d7a0c3df04a 100644
--- a/docs/apps/stable/sabnzbd/helm-values.md
+++ b/docs/apps/stable/sabnzbd/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8080` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/sabnzbd/index.md b/docs/apps/stable/sabnzbd/index.md
index 5a7c41cec16..363298f5a4d 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/ser2sock/CHANGELOG.md b/docs/apps/stable/ser2sock/CHANGELOG.md
index 2a0fe40aab6..432cf1ba6cd 100644
--- a/docs/apps/stable/ser2sock/CHANGELOG.md
+++ b/docs/apps/stable/ser2sock/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [ser2sock-3.0.0](https://github.com/truecharts/apps/compare/ser2sock-2.0.2...ser2sock-3.0.0) (2021-09-26)
+
+
+
### [ser2sock-2.0.2](https://github.com/truecharts/apps/compare/ser2sock-2.0.1...ser2sock-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/ser2sock/helm-values.md b/docs/apps/stable/ser2sock/helm-values.md
index b6a7a47a4fd..b40a68c901c 100644
--- a/docs/apps/stable/ser2sock/helm-values.md
+++ b/docs/apps/stable/ser2sock/helm-values.md
@@ -22,15 +22,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"latest@sha256:379d9338c720da30b63dc4cf2ecea07eb89dac7d62d5c79047294fffe97ae559"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.usb | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/ser2sock/index.md b/docs/apps/stable/ser2sock/index.md
index 4b385a9db35..c5b1ef785ca 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/sonarr/CHANGELOG.md b/docs/apps/stable/sonarr/CHANGELOG.md
index c4214eda70f..9bbc5e88c77 100644
--- a/docs/apps/stable/sonarr/CHANGELOG.md
+++ b/docs/apps/stable/sonarr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [sonarr-8.0.0](https://github.com/truecharts/apps/compare/sonarr-7.0.2...sonarr-8.0.0) (2021-09-26)
+
+
+
### [sonarr-7.0.2](https://github.com/truecharts/apps/compare/sonarr-7.0.1...sonarr-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/sonarr/helm-values.md b/docs/apps/stable/sonarr/helm-values.md
index d99a19b4d57..32a53a70d89 100644
--- a/docs/apps/stable/sonarr/helm-values.md
+++ b/docs/apps/stable/sonarr/helm-values.md
@@ -20,11 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |
@@ -36,10 +31,6 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.spec.periodSeconds | int | `10` | |
| probes.liveness.spec.successThreshold | int | `1` | |
| probes.liveness.spec.timeoutSeconds | int | `10` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8989` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/sonarr/index.md b/docs/apps/stable/sonarr/index.md
index 078c93b7647..72fcb5711a4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/stash/CHANGELOG.md b/docs/apps/stable/stash/CHANGELOG.md
index aff9ae7da7c..41013181c5c 100644
--- a/docs/apps/stable/stash/CHANGELOG.md
+++ b/docs/apps/stable/stash/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [stash-3.0.0](https://github.com/truecharts/apps/compare/stash-2.0.2...stash-3.0.0) (2021-09-26)
+
+
+
### [stash-2.0.2](https://github.com/truecharts/apps/compare/stash-2.0.1...stash-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/stash/helm-values.md b/docs/apps/stable/stash/helm-values.md
index 0f52d5f2d68..add268e3005 100644
--- a/docs/apps/stable/stash/helm-values.md
+++ b/docs/apps/stable/stash/helm-values.md
@@ -17,6 +17,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/truecharts/stash"` | image repository |
| image.tag | string | `"v0.9.0@sha256:2859ab5c5792f6df06fe09497153bcea780f135883b618dcc1d5a78e4212b594"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/stash/index.md b/docs/apps/stable/stash/index.md
index df0e71c7721..2cd7b98f8d4 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/syncthing/CHANGELOG.md b/docs/apps/stable/syncthing/CHANGELOG.md
index d1ed6a08201..a06bfd61615 100644
--- a/docs/apps/stable/syncthing/CHANGELOG.md
+++ b/docs/apps/stable/syncthing/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [syncthing-8.0.0](https://github.com/truecharts/apps/compare/syncthing-7.0.3...syncthing-8.0.0) (2021-09-26)
+
+
+
### [syncthing-7.0.3](https://github.com/truecharts/apps/compare/syncthing-7.0.2...syncthing-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/syncthing/helm-values.md b/docs/apps/stable/syncthing/helm-values.md
index 4d0aae00515..9bc0fe6c33b 100644
--- a/docs/apps/stable/syncthing/helm-values.md
+++ b/docs/apps/stable/syncthing/helm-values.md
@@ -19,15 +19,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/var/syncthing/"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.discovery.ports.discovery.enabled | bool | `true` | |
| service.discovery.ports.discovery.port | int | `21027` | |
| service.discovery.ports.discovery.protocol | string | `"UDP"` | |
diff --git a/docs/apps/stable/syncthing/index.md b/docs/apps/stable/syncthing/index.md
index be5d21016e4..49bea051722 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/tautulli/CHANGELOG.md b/docs/apps/stable/tautulli/CHANGELOG.md
index 80b925c3cd2..cd6855f189c 100644
--- a/docs/apps/stable/tautulli/CHANGELOG.md
+++ b/docs/apps/stable/tautulli/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [tautulli-8.0.0](https://github.com/truecharts/apps/compare/tautulli-7.0.2...tautulli-8.0.0) (2021-09-26)
+
+
+
### [tautulli-7.0.2](https://github.com/truecharts/apps/compare/tautulli-7.0.1...tautulli-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/tautulli/helm-values.md b/docs/apps/stable/tautulli/helm-values.md
index 93075427b64..cf7090d8666 100644
--- a/docs/apps/stable/tautulli/helm-values.md
+++ b/docs/apps/stable/tautulli/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8181` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/tautulli/index.md b/docs/apps/stable/tautulli/index.md
index e13da355f79..3886d98b9c9 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/teamspeak3/CHANGELOG.md b/docs/apps/stable/teamspeak3/CHANGELOG.md
new file mode 100644
index 00000000000..06102ed1b55
--- /dev/null
+++ b/docs/apps/stable/teamspeak3/CHANGELOG.md
@@ -0,0 +1,32 @@
+# Changelog
+
+
+
+### [teamspeak3-1.0.0](https://github.com/truecharts/apps/compare/teamspeak3-0.0.3...teamspeak3-1.0.0) (2021-09-26)
+
+
+
+
+### [teamspeak3-0.0.3](https://github.com/truecharts/apps/compare/teamspeak3-0.0.2...teamspeak3-0.0.3) (2021-09-21)
+
+#### Chore
+
+* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014))
+
+
+
+
+### [teamspeak3-0.0.2](https://github.com/truecharts/apps/compare/teamspeak3-0.0.1...teamspeak3-0.0.2) (2021-09-14)
+
+#### Chore
+
+* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
+
+
+
+
+### teamspeak3-0.0.1 (2021-09-14)
+
+#### Add
+
+* Add TeamSpeak3 Server to incubator ([#985](https://github.com/truecharts/apps/issues/985))
diff --git a/docs/apps/stable/teamspeak3/CONFIG.md b/docs/apps/stable/teamspeak3/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/stable/teamspeak3/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/stable/teamspeak3/helm-values.md b/docs/apps/stable/teamspeak3/helm-values.md
new file mode 100644
index 00000000000..ece7ba3a864
--- /dev/null
+++ b/docs/apps/stable/teamspeak3/helm-values.md
@@ -0,0 +1,42 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.TS3SERVER_LICENSE | string | `"accept"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"teamspeak"` | |
+| image.tag | string | `"3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8"` | |
+| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
+| persistence.config.enabled | bool | `true` | |
+| persistence.config.mountPath | string | `"/var/ts3server/"` | |
+| persistence.config.size | string | `"100Gi"` | |
+| persistence.config.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.files.enabled | bool | `true` | |
+| service.files.ports.files.enabled | bool | `true` | |
+| service.files.ports.files.port | int | `30033` | |
+| service.files.ports.files.protocol | string | `"TCP"` | |
+| service.files.type | string | `"ClusterIP"` | |
+| service.main.enabled | bool | `true` | |
+| service.main.ports.main.enabled | bool | `true` | |
+| service.main.ports.main.port | int | `10011` | |
+| service.main.ports.main.protocol | string | `"TCP"` | |
+| service.main.type | string | `"ClusterIP"` | |
+| service.voice.enabled | bool | `true` | |
+| service.voice.ports.voice.enabled | bool | `true` | |
+| service.voice.ports.voice.port | int | `9987` | |
+| service.voice.ports.voice.protocol | string | `"UDP"` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/teamspeak3/index.md b/docs/apps/stable/teamspeak3/index.md
new file mode 100644
index 00000000000..477ef9191d7
--- /dev/null
+++ b/docs/apps/stable/teamspeak3/index.md
@@ -0,0 +1,38 @@
+# Introduction
+
+TeamSpeak is software for quality voice communication via the Internet.
+
+TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org | common | 8.0.0 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/thelounge/CHANGELOG.md b/docs/apps/stable/thelounge/CHANGELOG.md
index 4ad363da16f..a3b434b8334 100644
--- a/docs/apps/stable/thelounge/CHANGELOG.md
+++ b/docs/apps/stable/thelounge/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [thelounge-3.0.0](https://github.com/truecharts/apps/compare/thelounge-2.0.2...thelounge-3.0.0) (2021-09-26)
+
+
+
### [thelounge-2.0.2](https://github.com/truecharts/apps/compare/thelounge-2.0.1...thelounge-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/thelounge/helm-values.md b/docs/apps/stable/thelounge/helm-values.md
index 89e60319cef..6b8aafe2085 100644
--- a/docs/apps/stable/thelounge/helm-values.md
+++ b/docs/apps/stable/thelounge/helm-values.md
@@ -17,6 +17,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v4.2.0@sha256:1f879027a346429012acdb46fbd133b1627585e29d8bbfd915936b79cc04324b"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/thelounge/index.md b/docs/apps/stable/thelounge/index.md
index 0403c164899..f827db36346 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/traefik/CHANGELOG.md b/docs/apps/stable/traefik/CHANGELOG.md
index 31defcae663..882ccce8f37 100644
--- a/docs/apps/stable/traefik/CHANGELOG.md
+++ b/docs/apps/stable/traefik/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [traefik-9.0.0](https://github.com/truecharts/apps/compare/traefik-8.0.4...traefik-9.0.0) (2021-09-26)
+
+
+
### [traefik-8.0.4](https://github.com/truecharts/apps/compare/traefik-8.0.3...traefik-8.0.4) (2021-09-21)
diff --git a/docs/apps/stable/traefik/helm-values.md b/docs/apps/stable/traefik/helm-values.md
index dfe085084d5..cb8bce3176a 100644
--- a/docs/apps/stable/traefik/helm-values.md
+++ b/docs/apps/stable/traefik/helm-values.md
@@ -25,11 +25,6 @@ You will, however, be able to use all values referenced in the common chart here
| metrics.prometheus.entryPoint | string | `"metrics"` | |
| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"ipWhiteList":[],"rateLimit":[],"redirectRegex":[],"redirectScheme":[]}` | SCALE Middleware Handlers |
| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| portalhook.enabled | bool | `true` | |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.liveness.path | string | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
@@ -46,7 +41,6 @@ You will, however, be able to use all values referenced in the common chart here
| providers.kubernetesIngress.namespaces | list | `[]` | |
| providers.kubernetesIngress.publishedService.enabled | bool | `true` | |
| rbac | object | `{"enabled":true,"rules":[{"apiGroups":[""],"resources":["services","endpoints","secrets"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses","ingressclasses"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses/status"],"verbs":["update"]},{"apiGroups":["traefik.containo.us"],"resources":["ingressroutes","ingressroutetcps","ingressrouteudps","middlewares","middlewaretcps","tlsoptions","tlsstores","traefikservices","serverstransports"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created |
-| securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":false}` | Set the container security context To run the container with ports below 1024 this will need to be adjust to run as root |
| service | object | `{"main":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP"}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP"}},"type":"LoadBalancer"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"port":9080,"protocol":"HTTP","redirectTo":"websecure"},"websecure":{"enabled":true,"port":9443,"protocol":"HTTPS"}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. |
| serviceAccount | object | `{"enabled":true,"name":""}` | The service account the pods will use to interact with the Kubernetes API |
| tlsOptions | object | `{"default":{"cipherSuites":["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305","TLS_AES_128_GCM_SHA256","TLS_AES_256_GCM_SHA384","TLS_CHACHA20_POLY1305_SHA256"],"curvePreferences":["CurveP521","CurveP384"],"minVersion":"VersionTLS12","sniStrict":false}}` | TLS Options to be created as TLSOption CRDs https://doc.traefik.io/traefik/https/tls/#tls-options Example: |
diff --git a/docs/apps/stable/traefik/index.md b/docs/apps/stable/traefik/index.md
index baa7517c12b..47d04e013b3 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/transmission/CHANGELOG.md b/docs/apps/stable/transmission/CHANGELOG.md
index 407a769620c..6f94f88d800 100644
--- a/docs/apps/stable/transmission/CHANGELOG.md
+++ b/docs/apps/stable/transmission/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [transmission-8.0.0](https://github.com/truecharts/apps/compare/transmission-7.0.2...transmission-8.0.0) (2021-09-26)
+
+
+
### [transmission-7.0.2](https://github.com/truecharts/apps/compare/transmission-7.0.1...transmission-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/transmission/helm-values.md b/docs/apps/stable/transmission/helm-values.md
index 2462fa24ba6..44691b75e61 100644
--- a/docs/apps/stable/transmission/helm-values.md
+++ b/docs/apps/stable/transmission/helm-values.md
@@ -20,15 +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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `9091` | |
| service.torrent.enabled | bool | `true` | |
| service.torrent.ports.tcp.enabled | bool | `true` | |
diff --git a/docs/apps/stable/transmission/index.md b/docs/apps/stable/transmission/index.md
index 6d494855d3f..125d207641f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/truecommand/CHANGELOG.md b/docs/apps/stable/truecommand/CHANGELOG.md
index 810e31da54e..b98ffcdd553 100644
--- a/docs/apps/stable/truecommand/CHANGELOG.md
+++ b/docs/apps/stable/truecommand/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [truecommand-8.0.0](https://github.com/truecharts/apps/compare/truecommand-7.0.2...truecommand-8.0.0) (2021-09-26)
+
+
+
### [truecommand-7.0.2](https://github.com/truecharts/apps/compare/truecommand-7.0.1...truecommand-7.0.2) (2021-09-21)
diff --git a/docs/apps/stable/truecommand/helm-values.md b/docs/apps/stable/truecommand/helm-values.md
index f5fa6ed6093..9a77b1e8bb4 100644
--- a/docs/apps/stable/truecommand/helm-values.md
+++ b/docs/apps/stable/truecommand/helm-values.md
@@ -20,6 +20,10 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/truecommand/index.md b/docs/apps/stable/truecommand/index.md
index 3a6e4ee6dfc..f0e20f5c039 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/tvheadend/CHANGELOG.md b/docs/apps/stable/tvheadend/CHANGELOG.md
index be69549dbb6..04cf0305556 100644
--- a/docs/apps/stable/tvheadend/CHANGELOG.md
+++ b/docs/apps/stable/tvheadend/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [tvheadend-9.0.0](https://github.com/truecharts/apps/compare/tvheadend-8.0.2...tvheadend-9.0.0) (2021-09-26)
+
+
+
### [tvheadend-8.0.2](https://github.com/truecharts/apps/compare/tvheadend-8.0.1...tvheadend-8.0.2) (2021-09-21)
diff --git a/docs/apps/stable/tvheadend/helm-values.md b/docs/apps/stable/tvheadend/helm-values.md
index c155e11b7c1..ea275845f07 100644
--- a/docs/apps/stable/tvheadend/helm-values.md
+++ b/docs/apps/stable/tvheadend/helm-values.md
@@ -20,6 +20,9 @@ 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"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.htsp.enabled | bool | `true` | |
| service.htsp.ports.htsp.enabled | bool | `true` | |
| service.htsp.ports.htsp.port | int | `9982` | |
diff --git a/docs/apps/stable/tvheadend/index.md b/docs/apps/stable/tvheadend/index.md
index 6c81de0bb57..3e69bd88c25 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/unifi/CHANGELOG.md b/docs/apps/stable/unifi/CHANGELOG.md
index 989ab1b4daa..bdf71ffe69b 100644
--- a/docs/apps/stable/unifi/CHANGELOG.md
+++ b/docs/apps/stable/unifi/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [unifi-8.0.0](https://github.com/truecharts/apps/compare/unifi-7.0.3...unifi-8.0.0) (2021-09-26)
+
+
+
### [unifi-7.0.3](https://github.com/truecharts/apps/compare/unifi-7.0.2...unifi-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/unifi/index.md b/docs/apps/stable/unifi/index.md
index fd3875cb419..6f473dc1d25 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/unpackerr/CHANGELOG.md b/docs/apps/stable/unpackerr/CHANGELOG.md
index 6de83028bdc..5abf6eaf253 100644
--- a/docs/apps/stable/unpackerr/CHANGELOG.md
+++ b/docs/apps/stable/unpackerr/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [unpackerr-3.0.0](https://github.com/truecharts/apps/compare/unpackerr-2.0.2...unpackerr-3.0.0) (2021-09-26)
+
+
+
### [unpackerr-2.0.2](https://github.com/truecharts/apps/compare/unpackerr-2.0.1...unpackerr-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/unpackerr/helm-values.md b/docs/apps/stable/unpackerr/helm-values.md
index 5277205c007..07020985579 100644
--- a/docs/apps/stable/unpackerr/helm-values.md
+++ b/docs/apps/stable/unpackerr/helm-values.md
@@ -20,19 +20,10 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.downloads.mountPath | string | `"/downloads"` | |
| persistence.downloads.size | string | `"100Gi"` | |
| persistence.downloads.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| portal.enabled | bool | `false` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.enabled | bool | `false` | |
| service.main.ports.main.enabled | bool | `false` | |
diff --git a/docs/apps/stable/unpackerr/index.md b/docs/apps/stable/unpackerr/index.md
index 17c118123af..1bb04af18c0 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/vaultwarden/CHANGELOG.md b/docs/apps/stable/vaultwarden/CHANGELOG.md
index ba3adffc367..5d2b1c49d90 100644
--- a/docs/apps/stable/vaultwarden/CHANGELOG.md
+++ b/docs/apps/stable/vaultwarden/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [vaultwarden-9.0.0](https://github.com/truecharts/apps/compare/vaultwarden-8.0.6...vaultwarden-9.0.0) (2021-09-26)
+
+
+
### [vaultwarden-8.0.6](https://github.com/truecharts/apps/compare/vaultwarden-8.0.5...vaultwarden-8.0.6) (2021-09-21)
diff --git a/docs/apps/stable/vaultwarden/helm-values.md b/docs/apps/stable/vaultwarden/helm-values.md
index e7e77874bf3..1a2f486e3af 100644
--- a/docs/apps/stable/vaultwarden/helm-values.md
+++ b/docs/apps/stable/vaultwarden/helm-values.md
@@ -48,11 +48,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"vaultwarden"` | |
@@ -60,10 +55,6 @@ You will, however, be able to use all values referenced in the common chart here
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8080` | |
| service.ws.ports.ws.enabled | bool | `true` | |
| service.ws.ports.ws.port | int | `3012` | |
diff --git a/docs/apps/stable/vaultwarden/index.md b/docs/apps/stable/vaultwarden/index.md
index 71df2c45d9f..65721eea651 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/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/xteve/CHANGELOG.md b/docs/apps/stable/xteve/CHANGELOG.md
index 59006ce8873..ae04dd4504d 100644
--- a/docs/apps/stable/xteve/CHANGELOG.md
+++ b/docs/apps/stable/xteve/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [xteve-3.0.0](https://github.com/truecharts/apps/compare/xteve-2.0.2...xteve-3.0.0) (2021-09-26)
+
+
+
### [xteve-2.0.2](https://github.com/truecharts/apps/compare/xteve-2.0.1...xteve-2.0.2) (2021-09-21)
diff --git a/docs/apps/stable/xteve/helm-values.md b/docs/apps/stable/xteve/helm-values.md
index a274be7cc30..07260140379 100644
--- a/docs/apps/stable/xteve/helm-values.md
+++ b/docs/apps/stable/xteve/helm-values.md
@@ -17,15 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.repository | string | `"ghcr.io/k8s-at-home/xteve"` | image repository |
| image.tag | string | `"v2.2.0.200@sha256:b9ee5f47c280314b7b4926be794cb2c836783effea854b22ea6720374d91d404"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups | list | `[]` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `34400` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/xteve/index.md b/docs/apps/stable/xteve/index.md
index 77dd605919e..d0ce04e703f 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
index f753da372a9..887184b33f8 100644
--- a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
+++ b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [zwavejs2mqtt-8.0.0](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.3...zwavejs2mqtt-8.0.0) (2021-09-26)
+
+
+
### [zwavejs2mqtt-7.0.3](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.2...zwavejs2mqtt-7.0.3) (2021-09-21)
diff --git a/docs/apps/stable/zwavejs2mqtt/helm-values.md b/docs/apps/stable/zwavejs2mqtt/helm-values.md
index 9cfda673f46..4f611f104d3 100644
--- a/docs/apps/stable/zwavejs2mqtt/helm-values.md
+++ b/docs/apps/stable/zwavejs2mqtt/helm-values.md
@@ -20,20 +20,10 @@ 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"` | |
-| podSecurityContext.fsGroup | int | `568` | |
-| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
-| podSecurityContext.runAsGroup | int | `568` | |
-| podSecurityContext.runAsUser | int | `568` | |
-| podSecurityContext.supplementalGroups[0] | int | `5` | |
-| podSecurityContext.supplementalGroups[1] | int | `20` | |
-| podSecurityContext.supplementalGroups[2] | int | `24` | |
| probes.liveness.enabled | bool | `true` | |
| probes.readiness.enabled | bool | `true` | |
| probes.startup.enabled | bool | `false` | |
-| securityContext.allowPrivilegeEscalation | bool | `true` | |
-| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `true` | |
| service.main.ports.main.port | int | `8091` | |
| service.ws.enabled | bool | `true` | |
| service.ws.ports.ws.enabled | bool | `true` | |
diff --git a/docs/apps/stable/zwavejs2mqtt/index.md b/docs/apps/stable/zwavejs2mqtt/index.md
index 63e3b6425ad..c0173125458 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 | 7.0.14 |
+| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
diff --git a/docs/index.yaml b/docs/index.yaml
index d895938a9be..cfc7cadb834 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-26T18:24:42.302633142Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Airsonic is a Free and Open Source community driven media server
+ digest: 145d0f18c078cc12be5d7c09583259e1e2c59afa7b4a71451877852f535aaad4
+ 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.0/airsonic-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 10.6.2
created: "2021-09-21T10:17:52.233913607Z"
@@ -1666,6 +1692,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-26T18:24:42.428502905Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: a87aa2f5f135b65b74be50264b82a9f7145f2629d9ef12bd154e0d1394a5e6ef
+ 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.0/appdaemon-5.0.0.tgz
+ version: 5.0.0
- apiVersion: v2
appVersion: 4.1.0
created: "2021-09-21T10:17:52.373933142Z"
@@ -4291,6 +4349,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-26T18:24:42.59517034Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 2.2.5
+ - condition: redis.enabled
+ name: redis
+ repository: https://charts.bitnami.com/bitnami
+ version: 15.3.2
+ description: Authelia is a Single Sign-On Multi-Factor portal for web apps
+ digest: b2c5ddf5038a0352955298c8111c679746b96d89d7829a03bbc653aad124b06d
+ 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.0/authelia-4.0.0.tgz
+ version: 4.0.0
- apiVersion: v2
appVersion: 4.31.0
created: "2021-09-21T11:06:18.81832329Z"
@@ -6756,6 +6858,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-26T18:24:42.718289164Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Bazarr is a companion application to Bazarr and Radarr. It manages
+ and downloads subtitles based on your requirements
+ digest: 5665c8dfa6a6cc4f86d6ba89941da8dc3c8a36bd51506aec19d304b805b93ae9
+ 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.0/bazarr-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 0.9.9
created: "2021-09-21T10:17:52.942701122Z"
@@ -9924,6 +10061,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-26T18:24:42.839753565Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Booksonic is a platform for accessing the audibooks you own wherever
+ you are
+ digest: 0a3152ee0a040c23a34cff1b64b33830f8a9a34edfb64ddecbe452e988804ce7
+ 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.0/booksonic-air-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 2009.1.0
created: "2021-09-21T10:17:53.087462533Z"
@@ -11140,6 +11304,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-26T18:24:42.95072692Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Calibre is a powerful and easy to use e-book manager.
+ digest: ca1190c8b40b8c9b225e8525502f573998485e7c1786018051e3f293ecdcb148
+ 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.0/calibre-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 5.26.0
created: "2021-09-21T10:17:53.221775262Z"
@@ -12391,6 +12580,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-26T18:24:43.07003269Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Calibre-Web is a web app providing a clean interface for browsing,
+ reading and downloading eBooks using an existing Calibre database.
+ digest: 72a75f1990a7246a45616f38dd4408b7f2c74a835dd9a3bc9330785d4b41b8d5
+ 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.0/calibre-web-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 0.6.12
created: "2021-09-21T10:17:53.359470184Z"
@@ -14711,6 +14929,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-26T18:24:43.209179039Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Collabora Online Development Edition – an awesome, Online Office
+ suite image suitable for home use.
+ digest: 69879302201f9a93fcd6cac686d62a98aa9d16a96812f465cc9800c2ac0420ac
+ 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.0/collabora-online-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 6.4.11.3
created: "2021-09-21T10:17:53.498988929Z"
@@ -20801,6 +21050,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.773
+ created: "2021-09-26T18:24:43.343609522Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Advanced tool to create your own TrueCharts-based App
+ digest: c92959c796b12a15c6d0d9209df534007e2d7d42dfa1b868202782b557f99ced
+ 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.0/custom-app-2.0.0.tgz
+ version: 2.0.0
- apiVersion: v2
appVersion: 0.18.773
created: "2021-09-21T10:17:53.63891498Z"
@@ -21327,6 +21601,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-26T18:24:43.475146464Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: 9ee73c4c86edb7d73ef9ccb1669792d8284b376a085dcda76bcff1d56d1ab231
+ 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.0/deconz-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 2.12.06
created: "2021-09-21T10:17:53.780753056Z"
@@ -22691,6 +22994,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-26T18:24:43.609509246Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: DeepStack AI provides AI features including Face Recognition, Object
+ Detection, Scene Recognition and custom AI Models
+ digest: 2ca9c15b44a03fefcf8b89953c6f36431d55939c20b98c7fc4ea37b3454bc486
+ 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.0/deepstack-cpu-6.0.0.tgz
+ version: 6.0.0
- apiVersion: v2
appVersion: cpu-2021.0
created: "2021-09-21T10:17:53.914169127Z"
@@ -25092,6 +25426,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-26T18:24:43.726705888Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Deluge App for TrueNAS SCALE
+ digest: e9190387119ccda4ed265c046eaecb672eb3ab5b508e6b1fdba31082aa9fec91
+ 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.0/deluge-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 2.0.3-2201
created: "2021-09-21T10:17:54.031835212Z"
@@ -27185,6 +27546,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.4.5
+ created: "2021-09-26T18:24:43.880675444Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Create live TV channel streams from media on your Plex servers.
+ digest: 5380bd2fc67343def016f96ec94612d49d7534ccff5b65f01eb304da1baa2d8b
+ 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.0/dizquetv-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.4.5
created: "2021-09-21T10:17:54.188389222Z"
@@ -28356,6 +28743,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-26T18:24:44.012191386Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Store securely encrypted backups on cloud storage services!
+ digest: e77f04516b9756b05d82baec77b8926044ecc164b0231c25bdd240f1b7508a4d
+ 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.0/duplicati-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: latest
created: "2021-09-21T10:17:54.341566086Z"
@@ -29482,6 +29894,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-26T18:24:44.13882876Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Emby Server is a home media server
+ digest: 38583f6281bfd32d045c9ac875085f9931a765e9d6ad160fb54a0c1c6a114268
+ 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.0/emby-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 4.6.4.0
created: "2021-09-21T10:17:54.476324403Z"
@@ -31977,6 +32420,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.1
+ created: "2021-09-26T18:24:44.267672864Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: 06834d7fe9d3df8716eebf47d07206b4a0cc4a811f0cd8a631fbadcd8bec7ed5
+ 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.0/esphome-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 2021.9.1
created: "2021-09-21T10:17:54.602022797Z"
@@ -34556,6 +35029,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-26T18:24:44.391666499Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Allow external services to be used like Apps.
+ digest: 184f46b0728bfaa11f165a13c59e61ef242d646b98ac225c43925c2a7301b569
+ 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.0/external-service-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.66.6
created: "2021-09-21T10:17:54.745397029Z"
@@ -35456,6 +35958,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-26T18:24:44.511408705Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 2.2.5
+ description: A free and open source personal finance manager
+ digest: 7d0590bb3de6f85b4cd5f66693c5ebb44025d3eb8ba0b595c4251173024ef39c
+ 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.0/fireflyiii-9.0.0.tgz
+ version: 9.0.0
- apiVersion: v2
appVersion: 5.5.12
created: "2021-09-21T11:06:18.996954773Z"
@@ -39384,6 +39919,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-26T18:24:44.642679573Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: FlareSolverr is a proxy server to bypass Cloudflare protection
+ digest: d43acad69f823be2b3e91766808cec5166526897411b092d3090be299e774e1f
+ 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.0/flaresolverr-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.2.9
created: "2021-09-21T10:17:55.039586693Z"
@@ -40555,6 +41116,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-26T18:24:44.782286217Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Flood is a monitoring service for various torrent clients
+ digest: ad369b45062282c87ae8f5502ac8df35dbb465ae1798713bb3356f8bed742a18
+ 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.0/flood-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 4.6.1
created: "2021-09-21T10:17:55.188200996Z"
@@ -41816,6 +42405,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-26T18:24:44.90841119Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Focalboard is an open source, self-hosted alternative to Trello,
+ Notion, and Asana.
+ digest: 023cbc87cdaf9f2bf015630c899b970a7e60a1bb23496f4370c6f83452e87ec9
+ 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.0/focalboard-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.8.0
created: "2021-09-21T10:17:55.354032531Z"
@@ -43151,6 +43769,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-26T18:24:45.024340073Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: OpenSource Radius implementation
+ digest: 25b71e77af1fed42facc83e6e1ebc6bf32ce78d7bcbd7616564738feea371922
+ 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.0/freeradius-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 3.0.23
created: "2021-09-21T10:17:55.497877669Z"
@@ -44352,6 +45000,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-26T18:24:45.146070624Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: FreshRSS is a self-hosted RSS feed aggregator
+ digest: 16f5bbaf97adcfbcb5bf9774c89e9cb6b33ffd226601d77e3d8bb98486b8f64e
+ 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.0/freshrss-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 1.18.1
created: "2021-09-21T10:17:55.6411405Z"
@@ -46512,6 +47187,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-26T18:24:45.271065735Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Gaps searches through your Plex Server or local folders for all movies,
+ then queries for known movies in the same collection.
+ digest: b27192846e5a723fb6dd26d48d59d5ffdfcacaa8af405cf5010bdca07e630d1f
+ 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.0/gaps-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 0.8.8
created: "2021-09-21T10:17:55.802621376Z"
@@ -48695,6 +49398,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-26T18:24:45.393968254Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Music streaming server / subsonic server API implementation
+ digest: 4b746de56dc3616bbcb545552b106fbb2a4c92222462044731d32c660d7d973c
+ 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.0/gonic-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.13.1
created: "2021-09-21T10:17:55.94688312Z"
@@ -49840,6 +50569,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-26T18:24:45.534628504Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: ERP beyond your fridge - grocy is a web-based self-hosted groceries
+ & household management solution for your home
+ digest: 2612c404ebc9deeecef7744d9ab427c65fa599f5ffb5813fe88cea9453d0b090
+ 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.0/grocy-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 3.1.1
created: "2021-09-21T10:17:56.095025317Z"
@@ -51949,6 +52704,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-26T18:24:45.671029795Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: HandBrake is a tool for converting video from nearly any format to
+ a selection of modern, widely supported codecs.
+ digest: 7daa981230f381186169097962aa5e9bc465cdf3b46499750f2db67709f4ec08
+ 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.0/handbrake-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 1.24.1
created: "2021-09-21T10:17:56.440939379Z"
@@ -54603,6 +55391,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-26T18:24:45.789555239Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Simple text sharing
+ digest: 5d5ab5c94a3ed83d38afc79efddc3e3159e30d72ddf80f3406645b00417f14cc
+ 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.0/haste-server-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: latest
created: "2021-09-21T10:17:56.577880224Z"
@@ -56368,6 +57184,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-26T18:24:45.928781169Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: 1bd3822e10c1ffd27bc5c347e9e7e375f665b803a81eddbee847669877e27ed3
+ 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.0/healthchecks-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.22.0
created: "2021-09-21T10:17:56.707928377Z"
@@ -57819,6 +58664,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-26T18:24:46.065735968Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: An Application dashboard and launcher
+ digest: 2437a8d6f4a64da0e242f46575079963fdfca4dabb427caa40559e7a26ba580b
+ 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.0/heimdall-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 2.2.2
created: "2021-09-21T10:17:56.83283486Z"
@@ -59653,6 +60521,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-26T18:24:46.178715834Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: home-assistant App for TrueNAS SCALE
+ digest: 7f4766bd3fe02923cef110d7c0f8889268f4fcc49bfd563bba5bb0c1bdf9defa
+ 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.0/home-assistant-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 2021.9.7
created: "2021-09-21T10:17:56.962152703Z"
@@ -62472,6 +63371,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-26T18:24:46.367503252Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Hyperion is an opensource Bias or Ambient Lighting implementation
+ digest: 7f60d4be67962e26a008c4f95b61d60e8ce20a8248432f82abb878fa40ff740b
+ 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.0/hyperion-ng-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 2.0.0-alph
created: "2021-09-21T10:17:57.094611688Z"
@@ -63669,6 +64594,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.773
+ created: "2021-09-26T18:24:46.472843612Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: API Support for your favorite torrent trackers.
+ digest: bd22abfb5850f862c72e9f8ee1218ff31bf88e0ac1c6bdd0b51a6f989ccc4c7a
+ 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.0/jackett-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 0.18.773
created: "2021-09-21T10:17:57.207330907Z"
@@ -66895,6 +67850,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-26T18:24:46.596263123Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: 27e1597ae9dd7113c48a388d136b3cc24c27a85c7d2097ef49551cfa68650b00
+ 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.0/jdownloader2-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.7.1
created: "2021-09-21T10:17:57.330894372Z"
@@ -67634,6 +68619,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-26T18:24:46.705537938Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Jellyfin is a Free Software Media System
+ digest: 84ed358756b6922471988cc5fa5d0a6270f08328dc010dac29d3bdbd61c4af5a
+ 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.0/jellyfin-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 10.7.7
created: "2021-09-21T10:17:57.466369698Z"
@@ -70077,6 +71092,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-26T18:24:46.822294457Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: A Helm chart for the k8s_gateway CoreDNS plugin
+ digest: 9e7a245c578c39d5fbf2b1eb793c529b33323a31dec538cac41c34ecd1c727a2
+ 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.0/k8s-gateway-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.1.8
created: "2021-09-21T10:17:57.626388154Z"
@@ -70416,6 +71457,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-26T18:24:46.943108832Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Private Windows Activation Server for development and testing
+ digest: e16882c0e15e4ddfa250ed20db1c1c2d2f77c0a930dd5b3d4490d946a1ac4dc7
+ 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.0/kms-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: minimal
created: "2021-09-21T10:17:57.742256116Z"
@@ -72586,6 +73655,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.128.3
+ created: "2021-09-26T18:24:47.055294587Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: A comics/mangas server to serve/stream pages via API
+ digest: 36118daa14f90212dc1b8ef62cc7311a403faeacde53374214e5601837baef85
+ 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.0/komga-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.128.2
created: "2021-09-21T10:17:57.872986777Z"
@@ -74267,6 +75364,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-26T18:24:47.170529285Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Get all your books, like series with Sonarr...
+ digest: 28028de9696b0b72271876a6ba89be15c7ffd4ee3841250af2295ddc3f0cee21
+ 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.0/lazylibrarian-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: latest
created: "2021-09-21T10:17:57.982346251Z"
@@ -76664,6 +77791,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-26T18:24:47.279022289Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Librespeed is a HTML5 webpage to test upload and download speeds
+ digest: 3934fdfec20761ca697900fdafc1ba2dda1a8c83142128db1d299d60418f4c7d
+ 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.0/librespeed-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 5.2.4
created: "2021-09-21T10:17:58.159348937Z"
@@ -77907,6 +79061,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-26T18:24:47.379000375Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Looks and smells like Sonarr but made for music
+ digest: 06698318752140bc92fa232ecb75937836f9a965a4db7b6c138a9e2b6af32650
+ 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.0/lidarr-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 1.0.0.2255
created: "2021-09-21T10:17:58.289034684Z"
@@ -80320,6 +81504,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-26T18:24:47.502318885Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Easy platform to combine all your social links
+ digest: dc92aa0d1cf8c24897d50e876c15f0d3542d109dc064251093146137080e8bc3
+ 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.0/littlelink-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: latest
created: "2021-09-21T10:17:58.41485348Z"
@@ -81394,6 +82607,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-26T18:24:47.611907304Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Lychee is a free photo-management tool, which runs on your server
+ or web-space
+ digest: 9d0f8eba925a163c4d25beae75f0417d28fd16c751852207ebbc07a31ab59198
+ 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.0/lychee-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 4.3.4
created: "2021-09-21T10:17:58.509591657Z"
@@ -83683,6 +84925,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-26T18:24:47.743663531Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: 98697896743a431f3b3e5603e6c4cb26f5f5425daf0d7d5fea8480dc881aa86f
+ 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.0/mealie-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.5.2
created: "2021-09-21T10:17:58.646929807Z"
@@ -85400,6 +86668,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-26T18:24:47.87412444Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Eclipse Mosquitto - An open source MQTT broker
+ digest: e4d126e2841138d491b895f1c7e4fc801de48d4e52f3e3a494cece9c902a673b
+ 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.0/mosquitto-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 2.0.12
created: "2021-09-21T10:17:58.763765382Z"
@@ -87156,6 +88451,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-26T18:24:48.010839635Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with
+ various download clients.
+ digest: be137f7cb616f0d0faaee249b9cf2e52c54a8c46220d5ef52100c2e0db0d9b95
+ 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.0/mylar-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.5.3
created: "2021-09-21T10:17:58.879232638Z"
@@ -88301,6 +89622,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-26T18:24:48.11724121Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Navidrome is an open source web-based music collection server and
+ streamer
+ digest: ae364dd61fb505e993ed28cb80327e3e96ce16dcc4905b8fbdcb0d7faae638c2
+ 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.0/navidrome-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 0.45.1
created: "2021-09-21T10:17:59.005809444Z"
@@ -90679,6 +92029,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-26T18:24:48.263305535Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 2.2.5
+ - condition: redis.enabled
+ name: redis
+ repository: https://charts.bitnami.com/bitnami
+ version: 15.3.2
+ description: A private cloud server that puts the control and security of your
+ own data back into your hands.
+ digest: 260b7368d5971477c810ed1bff71408d6c4f89ac630f82dc50db1429b3000ea7
+ 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.0/nextcloud-6.0.0.tgz
+ version: 6.0.0
- apiVersion: v2
appVersion: 22.1.1
created: "2021-09-21T11:06:19.20457342Z"
@@ -95585,6 +96974,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-26T18:24:48.373743567Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Node-RED is low-code programming for event-driven applications
+ digest: c3c4367fed6d1bada8b2e40c489e6b2d6348ce81e094ced8139f309111be3370
+ 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.0/node-red-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 2.0.6
created: "2021-09-21T10:17:59.271998631Z"
@@ -97798,6 +99213,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-26T18:24:48.484779706Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: A simple null file http and https server
+ digest: 2dc88b693f7844f7e25f274a7faa5ad5a5866c09c08e9267075b0c1d80f3c0bd
+ 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.0/nullserv-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.3.0
created: "2021-09-21T10:17:59.398882241Z"
@@ -98855,6 +100294,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-26T18:24:48.608852926Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: NZBGet is a Usenet downloader client
+ digest: e35e35d4354deb1fbc8a207204d1e371bdaf4842285c1deef732ba4ad7d15d4f
+ 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.0/nzbget-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: "21.1"
created: "2021-09-21T10:17:59.529326199Z"
@@ -100923,6 +102388,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.15.2
+ created: "2021-09-26T18:24:48.719077054Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.6
+ deprecated: true
+ description: Usenet meta search
+ digest: 43372c8a6d6ff823b0eae42f04c822a86917441d434f295968aefe812b097656
+ 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.0/nzbhydra-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 3.15.2
created: "2021-09-21T10:17:59.647438691Z"
@@ -102829,6 +104317,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-26T18:24:48.853954224Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: OctoPrint is the snappy web interface for your 3D printer
+ digest: 67577220348dd79525106ab2a4b6f31ca53feeba14fe0b80c1d7b0fbd929b490
+ 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.0/octoprint-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.6.1
created: "2021-09-21T10:17:59.759992108Z"
@@ -104045,6 +105560,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-26T18:24:48.985880153Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Omada enables the network administrators to monitor and manage all
+ the Omada products in the network with a centralized management platform.
+ digest: af478fbbd11a75a9d7858effc3940544b469c88caf14a63aa4bc4484f399164e
+ 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.0/omada-controller-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: "4.4"
created: "2021-09-21T10:17:59.899923593Z"
@@ -105268,6 +106809,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-26T18:24:49.102241267Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
+ digest: 4e021eb94bbe2bcb0439277623a21e07e3f6c4f3240f307be25ac6fb1e8455e0
+ 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.0/ombi-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 4.0.1482
created: "2021-09-21T10:18:00.022237842Z"
@@ -108449,6 +110023,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-26T18:24:49.208263337Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Community developed LDAP software
+ digest: d00cb18168afdd1d307368e28943f37c26d5f92ba764870d62eab44183ae3e2b
+ 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.0/openldap-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.5.0
created: "2021-09-21T10:18:00.150175066Z"
@@ -109890,6 +111496,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-26T18:24:49.316332435Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: HTPC/Homelab Services Organizer
+ digest: da87bf526c68bece77db4ae42d248fb55ca2b753bc2812f47b9455eaecd17419
+ 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.0/organizr-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: latest
created: "2021-09-21T10:18:00.305399458Z"
@@ -111945,6 +113577,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-26T18:24:49.440684859Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Open Source Conditional Access Module software
+ digest: 95d1546a9e0ebc998eec1f116758bbcddd0ba51ac320794b1fb20c30b2891bf5
+ 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.0/oscam-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: "11693"
created: "2021-09-21T10:18:00.559482782Z"
@@ -112046,6 +113703,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-26T18:24:49.548462553Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: 3d35b506226da5faa7f70756a5ba880e41034778697a48efe8f300114af6f08c
+ 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.0/overseerr-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.26.1
created: "2021-09-21T10:18:00.865459905Z"
@@ -113397,6 +115084,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.8
+ created: "2021-09-26T18:24:49.669873436Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Take control over your live stream video by running it yourself.
+ Streaming + chat out of the box.
+ digest: 996434c836d2bcc7f3f19e793b717c5688e0cabffd411d3b9a49563d4d0e1f03
+ 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.0/owncast-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.0.8
created: "2021-09-21T10:18:01.155026808Z"
@@ -114732,6 +116448,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-26T18:24:49.78554634Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: ownCloud Infinite Scale is a self-hosted file sync and share server.
+ digest: 46965f4936855613a7e779efa66db65095b50ab11af71663ed03da1558feefdd
+ 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.0/owncloud-ocis-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.12.0
created: "2021-09-21T10:18:01.405523683Z"
@@ -116301,6 +118049,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-26T18:24:49.903335373Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Web-Based postgresql database management utility
+ digest: f3610f8a249ea778503c0b185debdfaf973f45dc58f7606ec3d7562eb0b898b3
+ 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.0/pgadmin-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: "5.7"
created: "2021-09-21T10:18:01.687044677Z"
@@ -117712,6 +119490,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: "20210523"
+ created: "2021-09-26T18:24:50.012903492Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: PhotoPrism® is a server-based application for browsing, organizing
+ and sharing your personal photo collection
+ digest: f3d66587355f7415675d2f85f5de178323078f0ca9f17585f16e7d3b676d0952
+ 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.0/photoprism-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: "20210523"
created: "2021-09-21T10:18:01.888795896Z"
@@ -119018,6 +120825,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-26T18:24:50.132223547Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Web-based LDAP browser to manage your LDAP server
+ digest: 26f26c95493869da1e60868a5105ef2808c26662fc40e1b08494bfbf91ff554e
+ 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.0/phpldapadmin-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.9.0
created: "2021-09-21T10:18:02.045112807Z"
@@ -120219,6 +122056,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-26T18:24:50.237849511Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Program for forwarding ADS-B data to FlightAware
+ digest: 4898f1ddee3758062928d2c0993922d8521e654a8aba714067237378107d4a06
+ 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.0/piaware-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: "6.1"
created: "2021-09-21T10:18:02.251308579Z"
@@ -121390,6 +123253,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-26T18:24:50.350659875Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: DNS and Ad-filtering for your network
+ digest: 58773127475ff96cb4196a1d7c05e16311cd247eefdb8c3068814ef40479952e
+ 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.0/pihole-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: "2021.09"
created: "2021-09-21T10:18:02.419993591Z"
@@ -121769,6 +123659,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-26T18:24:50.453172796Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Plex Media Server
+ digest: 93dde054248a18df4c696687c43ab1554715d919326c111e43abc0a1fbfb24d0
+ 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.0/plex-7.0.0.tgz
+ version: 7.0.0
- apiVersion: v2
appVersion: 1.24.3.503
created: "2021-09-21T10:18:02.599944571Z"
@@ -124230,6 +126147,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-26T18:24:50.565643956Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: A self-hosted podcast manager to download episodes as soon as they
+ become live.
+ digest: db7ac00c8218a8a4600346a236a6058c15276c11807cc04b03e722c8808b0281
+ 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.0/podgrab-6.0.0.tgz
+ version: 6.0.0
- apiVersion: v2
appVersion: 1.0.0
created: "2021-09-21T10:18:02.738221331Z"
@@ -126656,6 +128603,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-26T18:24:50.678733324Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: PostgresSQL
+ digest: dec710e86d7eb00d9aa257e6c032b67514abc458145d94995da38670797d6fc0
+ 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.0/postgresql-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 13.4.0
created: "2021-09-21T10:18:03.058233398Z"
@@ -128269,6 +130247,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-26T18:24:50.787211227Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: pretend-youre-xyzzy, a cards against humanity clone
+ digest: b6e07dfbc15a7bd7fd8425d69f50f37ef0dbab06d8fa80b829eea79d812a5839
+ 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.0/pretend-youre-xyzzy-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: "4"
created: "2021-09-21T10:18:03.249419645Z"
@@ -129502,6 +131508,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-26T18:24:50.890879965Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Container for protonmail bridge to work on the network.
+ digest: 827457f9399d96d4638e683d4b78e936c2a94a2f71fc931f6b55bd610e5cb762
+ 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.0/protonmail-bridge-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 1.8.9-1
created: "2021-09-21T10:18:03.398869671Z"
@@ -132447,6 +134479,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.946
+ created: "2021-09-26T18:24:50.993231584Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Indexer manager/proxy built on the popular arr net base stack to
+ integrate with your various PVR apps.
+ digest: 11f151d08fee90be1b5db803d4f91da420e2ebabb24c59639065da5624e2f6b7
+ 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.0/prowlarr-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.1.1.946
created: "2021-09-21T10:18:03.55788244Z"
@@ -134828,6 +136888,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-26T18:24:51.108252678Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: 02e704450a5db36b3abf46db63acda30bddb72eb626272a88e82795ed1df3eb0
+ 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.0/pyload-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 5de90278
created: "2021-09-21T10:18:03.855841678Z"
@@ -136061,6 +138149,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.7
+ created: "2021-09-26T18:24:51.214088946Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: qBittorrent is a cross-platform free and open-source BitTorrent client
+ digest: c12f66900c434ead43622282e73ed70f08c8b1f73cc21de3fc079a22eb36a53b
+ 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.0/qbittorrent-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 4.3.7
created: "2021-09-21T10:18:04.033652926Z"
@@ -138010,6 +140122,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-26T18:24:51.337444456Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: A fork of Sonarr to work with movies à la Couchpotato
+ digest: b49f203db08e45fe6b37b6c140a3fc81439509cb6d8fea2997a95747df9f706c
+ 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.0/radarr-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 3.2.2.5080
created: "2021-09-21T10:18:04.165409989Z"
@@ -140423,6 +142565,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.968
+ created: "2021-09-26T18:24:51.451076131Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: A fork of Radarr to work with Books & AudioBooks
+ digest: fb0e01c8309b124f654eda7215bedeebc3bbc77d5fea23661b3e4205659ec0ed
+ 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.0/readarr-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 0.1.0.968
created: "2021-09-21T10:18:04.312167075Z"
@@ -143589,6 +145764,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-26T18:24:51.575173352Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Docker registry v2 command line client and repo listing generator
+ with security checks.
+ digest: c92391d393f0e1f96dcc6201d67c4a7f176e4c3bafee657f555097f0c9f219be
+ 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.0/reg-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.16.1
created: "2021-09-21T10:18:04.481542797Z"
@@ -145254,6 +147455,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-26T18:24:51.708639202Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Resilio Sync is a fast, reliable, and simple file sync and share
+ solution, powered by P2P technology
+ digest: 25af0311cbb3dfad35c7b3a1b956136525bafe17def2dbe3381a7be295de5f43
+ 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.0/resilio-sync-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 2.7.2.1375
created: "2021-09-21T10:18:04.683943612Z"
@@ -146515,6 +148744,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.3.1
+ created: "2021-09-26T18:24:51.819734443Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Free and easy binary newsreader
+ digest: fe1404376ab4f2f856300d0918e09222c07c805d6301865d681e289b3b77d242
+ 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.0/sabnzbd-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 3.3.1
created: "2021-09-21T10:18:04.8241491Z"
@@ -148609,6 +150864,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-26T18:24:51.922636269Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Serial to Socket Redirector
+ digest: dc4ca8e29a4869e9865f8ffce3b158bc1f15471e3e57bf51ea8800c515286a71
+ 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.0/ser2sock-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: latest
created: "2021-09-21T10:18:05.024577786Z"
@@ -149710,6 +151990,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-26T18:24:52.060138776Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 2.2.5
+ - condition: memcached.enabled
+ name: memcached
+ repository: https://charts.bitnami.com/bitnami
+ version: 5.15.1
+ description: Groupware package
+ digest: 3f9ab7dd9e9baecaaa27f67114a67487f5aed0e6576d94c2ffb1145a80a8b483
+ 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.0/sogo-4.0.0.tgz
+ version: 4.0.0
- apiVersion: v2
appVersion: 5.2.0
created: "2021-09-21T11:06:19.379833637Z"
@@ -150272,6 +152585,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-26T18:24:52.187469141Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Smart PVR for newsgroup and bittorrent users
+ digest: 34231716b0288de992942c0e29d70d095f95fcbc266aaea337c3958390d48196
+ 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.0/sonarr-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 3.0.6.1265
created: "2021-09-21T10:18:05.431110341Z"
@@ -152652,6 +154995,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-26T18:24:52.31075465Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: An organizer for your porn, written in Go
+ digest: 84d57d8bc18375b85e94c429972f4c890696fed543b20e245d66a41429aa91ef
+ 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.0/stash-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.9.0
created: "2021-09-21T10:18:05.608921789Z"
@@ -153828,6 +156196,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-26T18:24:52.441659463Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: P2P file synchronization application
+ digest: b6cccd64d4f24a46997eb14fe8455f7c925ea71d3b18592340b5a9e96fd22d19
+ 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.0/syncthing-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 1.18.2
created: "2021-09-21T10:18:05.771876717Z"
@@ -156259,6 +158657,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-26T18:24:52.654046898Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: A Python based monitoring and tracking tool for Plex Media Server
+ digest: 679512db80515b467462868675bb98f24179d8543fdf2992201a3c653eb5518c
+ 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.0/tautulli-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 2.7.6
created: "2021-09-21T10:18:05.92045893Z"
@@ -158651,6 +161078,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-26T18:24:52.780243242Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.0
+ description: TeamSpeak is software for quality voice communication via the Internet.
+ digest: 129c52df255be0106c9f5053bd31ed3b345af678681f3cf5f8d577b937144c6b
+ 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.0/teamspeak3-1.0.0.tgz
+ version: 1.0.0
- apiVersion: v2
appVersion: 3.13.6
created: "2021-09-21T10:18:06.072464894Z"
@@ -159280,6 +161736,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-26T18:24:52.88858864Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: The Lounge, modern web IRC client designed for self-hosting
+ digest: a4bb6cf5f267d86aa44524f2c1394de564ac7a8ca115161d0b15171640722f04
+ 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.0/thelounge-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 4.2.0
created: "2021-09-21T10:18:06.206991097Z"
@@ -161073,6 +163557,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-26T18:24:53.016013501Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Test App for Traefik
+ digest: 2e7d8b02185c995dafcc9d6531e8e22a52081e7b4fc99d0e258a1a6942bcddab
+ 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.0/traefik-9.0.0.tgz
+ version: 9.0.0
- apiVersion: v2
appVersion: 2.5.3
created: "2021-09-21T10:18:06.363194224Z"
@@ -164826,6 +167338,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-26T18:24:53.136988073Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: API Support for your favorite torrent trackers.
+ digest: a1bb52a019c726d02e700bd33206b8b933a2134534a6d63b3c719b547cbe8d47
+ 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.0/transmission-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: "3.00"
created: "2021-09-21T10:18:06.55965535Z"
@@ -167289,6 +169832,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-26T18:24:53.250334239Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Aggregated management of TrueNAS devices
+ digest: 4fe1f65fbac4220b43ac3e5c52267730595e369abcec265a1f818ba8fdc5073a
+ 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.0/truecommand-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 2.0.2
created: "2021-09-21T10:18:06.707496052Z"
@@ -169487,6 +172058,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-26T18:24:53.361577977Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: TVheadend - a TV streaming server and digital video recorder
+ digest: 53bbd0c65276594cee44b26fad591e398c857220265defdbae4090e2a78b2a05
+ 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.0/tvheadend-9.0.0.tgz
+ version: 9.0.0
- apiVersion: v2
appVersion: "63784405"
created: "2021-09-21T10:18:06.900198623Z"
@@ -171700,6 +174299,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-26T18:24:53.463424584Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Ubiquiti Network's Unifi Controller
+ digest: a2b31f1c2da00441748ae31da00864cfa9fdb64dbab6071908103b20590d35b4
+ 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.0/unifi-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 6.4.54
created: "2021-09-21T10:18:07.058423979Z"
@@ -173929,6 +176555,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-26T18:24:53.578034268Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ 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: ae0f88e793265f4dc6c45915106aea9e474562e5dcbb698179ab9dff6e0128d7
+ 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.0/unpackerr-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 0.9.8
created: "2021-09-21T10:18:07.190511847Z"
@@ -175978,6 +178636,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-26T18:24:53.704121911Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 2.2.5
+ description: Unofficial Bitwarden compatible server written in Rust
+ digest: 5ad2d176a1d29757345d97fbff12bccb027419b6b8b0aabd236a4cce6809efdc
+ 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.0/vaultwarden-9.0.0.tgz
+ version: 9.0.0
- apiVersion: v2
appVersion: 1.22.2
created: "2021-09-21T11:06:19.528013626Z"
@@ -180480,6 +183175,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-26T18:24:53.78942739Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: M3U Proxy for Plex DVR and Emby Live TV.
+ digest: fdfe92c0b2b37e6ff7bc1c336539a4c6a33e20b755d971842c584824ed42fb04
+ 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.0/xteve-3.0.0.tgz
+ version: 3.0.0
- apiVersion: v2
appVersion: 2.2.0.200
created: "2021-09-21T10:18:07.526065045Z"
@@ -181713,6 +184436,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.6.0
+ created: "2021-09-26T18:24:53.905822799Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.7
+ description: Fully configurable Zwave to MQTT gateway and Control Panel using
+ NodeJS and Vue
+ digest: ac95b52822953556ee82d9f471f5a78126be3482dd57ea43bf5166b1fdedef2b
+ 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.0/zwavejs2mqtt-8.0.0.tgz
+ version: 8.0.0
- apiVersion: v2
appVersion: 5.6.0
created: "2021-09-21T10:18:07.69024679Z"
@@ -184979,4 +187735,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-26T10:11:10.526773908Z"
+generated: "2021-09-26T18:24:53.961437467Z"