diff --git a/charts/incubator/sogo/CHANGELOG.md b/charts/incubator/sogo/CHANGELOG.md
index 50759b6aab7..e88174d389f 100644
--- a/charts/incubator/sogo/CHANGELOG.md
+++ b/charts/incubator/sogo/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sogo-4.0.11](https://github.com/truecharts/apps/compare/sogo-4.0.10...sogo-4.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [sogo-4.0.10](https://github.com/truecharts/apps/compare/sogo-4.0.9...sogo-4.0.10) (2021-09-29)
diff --git a/charts/incubator/sogo/Chart.yaml b/charts/incubator/sogo/Chart.yaml
index 2aa099852b2..dfe12dee9ab 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/app-changelog.md b/charts/incubator/sogo/app-changelog.md
new file mode 100644
index 00000000000..49783b81c57
--- /dev/null
+++ b/charts/incubator/sogo/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [sogo-4.0.11](https://github.com/truecharts/apps/compare/sogo-4.0.10...sogo-4.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/incubator/sogo/helm-values.md b/charts/incubator/sogo/helm-values.md
index af6df95afa8..5eba4d91d39 100644
--- a/charts/incubator/sogo/helm-values.md
+++ b/charts/incubator/sogo/helm-values.md
@@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
| 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:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
diff --git a/charts/stable/airsonic/CHANGELOG.md b/charts/stable/airsonic/CHANGELOG.md
index bb25b89e9e8..317162d6ea5 100644
--- a/charts/stable/airsonic/CHANGELOG.md
+++ b/charts/stable/airsonic/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [airsonic-3.0.5](https://github.com/truecharts/apps/compare/airsonic-3.0.4...airsonic-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [airsonic-3.0.4](https://github.com/truecharts/apps/compare/airsonic-3.0.3...airsonic-3.0.4) (2021-09-29)
diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml
index 921c80a597d..80172760ed9 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/app-changelog.md b/charts/stable/airsonic/app-changelog.md
new file mode 100644
index 00000000000..519754f5dae
--- /dev/null
+++ b/charts/stable/airsonic/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [airsonic-3.0.5](https://github.com/truecharts/apps/compare/airsonic-3.0.4...airsonic-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/airsonic/helm-values.md b/charts/stable/airsonic/helm-values.md
index 4067718169a..a231bf6bcbf 100644
--- a/charts/stable/airsonic/helm-values.md
+++ b/charts/stable/airsonic/helm-values.md
@@ -14,12 +14,11 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. |
| env.CONTEXT_PATH | string | `nil` | Used to set the base path for reverse proxies eg. /booksonic, /books, etc. |
| env.JAVA_OPTS | string | `nil` | For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes. |
-| env.PGID | string | `"1001"` | Specify the group ID the application will run as |
-| env.PUID | string | `"1001"` | Specify the user ID the application will run as |
+| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/airsonic"` | image repository |
-| image.tag | string | `"version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402"` | image tag |
+| image.tag | string | `"version-v10.6.2@sha256:ec2f1c13d8933eb7a8515b1de546e1a1cbd346cfb9753c49bfd9404ac6ba1ad1"` | 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` | |
diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md
index c0997621a5d..4aee0a0da4f 100644
--- a/charts/stable/authelia/CHANGELOG.md
+++ b/charts/stable/authelia/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [authelia-4.0.11](https://github.com/truecharts/apps/compare/authelia-4.0.10...authelia-4.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [authelia-4.0.10](https://github.com/truecharts/apps/compare/authelia-4.0.9...authelia-4.0.10) (2021-09-29)
diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml
index 4d3e953f545..b8a14d27729 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/app-changelog.md b/charts/stable/authelia/app-changelog.md
new file mode 100644
index 00000000000..80d29bd4d2e
--- /dev/null
+++ b/charts/stable/authelia/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [authelia-4.0.11](https://github.com/truecharts/apps/compare/authelia-4.0.10...authelia-4.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/authelia/helm-values.md b/charts/stable/authelia/helm-values.md
index e895faf5a76..0f5bb4632d6 100644
--- a/charts/stable/authelia/helm-values.md
+++ b/charts/stable/authelia/helm-values.md
@@ -110,7 +110,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"authelia"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| probes.liveness.path | string | `"/api/health\""` | |
| probes.liveness.type | string | `"HTTP"` | |
| probes.readiness.path | string | `"/api/health"` | |
diff --git a/charts/stable/booksonic-air/CHANGELOG.md b/charts/stable/booksonic-air/CHANGELOG.md
index 8c005f96b3a..9fc7c7e31f2 100644
--- a/charts/stable/booksonic-air/CHANGELOG.md
+++ b/charts/stable/booksonic-air/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [booksonic-air-3.0.5](https://github.com/truecharts/apps/compare/booksonic-air-3.0.4...booksonic-air-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [booksonic-air-3.0.4](https://github.com/truecharts/apps/compare/booksonic-air-3.0.3...booksonic-air-3.0.4) (2021-09-29)
diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml
index d375f069f87..a18754728a5 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/app-changelog.md b/charts/stable/booksonic-air/app-changelog.md
new file mode 100644
index 00000000000..7f00b6a3e4c
--- /dev/null
+++ b/charts/stable/booksonic-air/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [booksonic-air-3.0.5](https://github.com/truecharts/apps/compare/booksonic-air-3.0.4...booksonic-air-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/booksonic-air/helm-values.md b/charts/stable/booksonic-air/helm-values.md
index 5c86319cabe..924daee4d75 100644
--- a/charts/stable/booksonic-air/helm-values.md
+++ b/charts/stable/booksonic-air/helm-values.md
@@ -11,12 +11,11 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env.PGID | string | `"568"` | Specify the group ID the application will run as |
-| env.PUID | string | `"568"` | Specify the user ID the application will run as |
+| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/booksonic-air"` | image repository |
-| image.tag | string | `"version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118"` | image tag |
+| image.tag | string | `"version-v2009.1.0@sha256:8af3c63dd755ced05cb7d997703491554096fba0afeae59b828e973a1c651c4b"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md
index 2e1eb5c6516..23cf4cfb2b1 100644
--- a/charts/stable/custom-app/CHANGELOG.md
+++ b/charts/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [custom-app-2.0.6](https://github.com/truecharts/apps/compare/custom-app-2.0.5...custom-app-2.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [custom-app-2.0.5](https://github.com/truecharts/apps/compare/custom-app-2.0.4...custom-app-2.0.5) (2021-09-29)
diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml
index f0b61c196b2..0c38f9ace22 100644
--- a/charts/stable/custom-app/Chart.yaml
+++ b/charts/stable/custom-app/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.18.827
+appVersion: "0.18.899"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/custom-app/app-changelog.md b/charts/stable/custom-app/app-changelog.md
new file mode 100644
index 00000000000..c349dc50029
--- /dev/null
+++ b/charts/stable/custom-app/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [custom-app-2.0.6](https://github.com/truecharts/apps/compare/custom-app-2.0.5...custom-app-2.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/custom-app/helm-values.md b/charts/stable/custom-app/helm-values.md
index 8c6ef7c48f5..100af3601ba 100644
--- a/charts/stable/custom-app/helm-values.md
+++ b/charts/stable/custom-app/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/jackett"` | |
-| image.tag | string | `"v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4"` | |
+| image.tag | string | `"v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/deluge/CHANGELOG.md b/charts/stable/deluge/CHANGELOG.md
index c7f8295afef..a80f20544d3 100644
--- a/charts/stable/deluge/CHANGELOG.md
+++ b/charts/stable/deluge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deluge-8.0.5](https://github.com/truecharts/apps/compare/deluge-8.0.4...deluge-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [deluge-8.0.4](https://github.com/truecharts/apps/compare/deluge-8.0.3...deluge-8.0.4) (2021-09-29)
diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml
index aacea04e0f2..d11bb733f20 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"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/deluge/app-changelog.md b/charts/stable/deluge/app-changelog.md
new file mode 100644
index 00000000000..c9560cbe4a4
--- /dev/null
+++ b/charts/stable/deluge/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [deluge-8.0.5](https://github.com/truecharts/apps/compare/deluge-8.0.4...deluge-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/deluge/helm-values.md b/charts/stable/deluge/helm-values.md
index 64da814294a..827b62e842d 100644
--- a/charts/stable/deluge/helm-values.md
+++ b/charts/stable/deluge/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/deluge"` | |
-| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e"` | |
+| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:1d9751eb58fe7d87f5bfb28154b135436a9bad800ccdca86081843437a63f2f9"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/duplicati/CHANGELOG.md b/charts/stable/duplicati/CHANGELOG.md
index 9be8b80f5fe..02f0dd636d1 100644
--- a/charts/stable/duplicati/CHANGELOG.md
+++ b/charts/stable/duplicati/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [duplicati-3.0.5](https://github.com/truecharts/apps/compare/duplicati-3.0.4...duplicati-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [duplicati-3.0.4](https://github.com/truecharts/apps/compare/duplicati-3.0.3...duplicati-3.0.4) (2021-09-29)
diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml
index d27264e729a..4b2df9e4483 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/app-changelog.md b/charts/stable/duplicati/app-changelog.md
new file mode 100644
index 00000000000..09ec4b74aac
--- /dev/null
+++ b/charts/stable/duplicati/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [duplicati-3.0.5](https://github.com/truecharts/apps/compare/duplicati-3.0.4...duplicati-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/duplicati/helm-values.md b/charts/stable/duplicati/helm-values.md
index b9f1efb29f7..dea584e578d 100644
--- a/charts/stable/duplicati/helm-values.md
+++ b/charts/stable/duplicati/helm-values.md
@@ -11,12 +11,11 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env.PGID | string | `"1000"` | Specify the group ID the application will run as |
-| env.PUID | string | `"1000"` | Specify the user ID the application will run as |
+| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository |
-| image.tag | string | `"latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31"` | image tag |
+| image.tag | string | `"latest@sha256:72e2dcb62c3f12b856b8ccbad0206e3ca0220f2afa018886dc8f2e5bf0f1d2ba"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md
index 6bd2fba31a7..311b6ba6e1e 100644
--- a/charts/stable/fireflyiii/CHANGELOG.md
+++ b/charts/stable/fireflyiii/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [fireflyiii-9.0.10](https://github.com/truecharts/apps/compare/fireflyiii-9.0.9...fireflyiii-9.0.10) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [fireflyiii-9.0.9](https://github.com/truecharts/apps/compare/fireflyiii-9.0.8...fireflyiii-9.0.9) (2021-09-29)
diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml
index bbe5b5e0b35..10c7b1445f4 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/app-changelog.md b/charts/stable/fireflyiii/app-changelog.md
new file mode 100644
index 00000000000..deabad643a3
--- /dev/null
+++ b/charts/stable/fireflyiii/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [fireflyiii-9.0.10](https://github.com/truecharts/apps/compare/fireflyiii-9.0.9...fireflyiii-9.0.10) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/fireflyiii/helm-values.md b/charts/stable/fireflyiii/helm-values.md
index 961717c0baa..910492e370c 100644
--- a/charts/stable/fireflyiii/helm-values.md
+++ b/charts/stable/fireflyiii/helm-values.md
@@ -42,7 +42,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"firefly"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| probes.liveness.path | string | `"/login"` | |
| probes.readiness.path | string | `"/login"` | |
| probes.startup.path | string | `"/login"` | |
diff --git a/charts/stable/freshrss/CHANGELOG.md b/charts/stable/freshrss/CHANGELOG.md
index c98c8c232bd..80fca1816da 100644
--- a/charts/stable/freshrss/CHANGELOG.md
+++ b/charts/stable/freshrss/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [freshrss-8.0.5](https://github.com/truecharts/apps/compare/freshrss-8.0.4...freshrss-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [freshrss-8.0.4](https://github.com/truecharts/apps/compare/freshrss-8.0.3...freshrss-8.0.4) (2021-09-29)
diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml
index 3eac3ad421d..3aa677c042f 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/app-changelog.md b/charts/stable/freshrss/app-changelog.md
new file mode 100644
index 00000000000..ea5e88c56b5
--- /dev/null
+++ b/charts/stable/freshrss/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [freshrss-8.0.5](https://github.com/truecharts/apps/compare/freshrss-8.0.4...freshrss-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/freshrss/helm-values.md b/charts/stable/freshrss/helm-values.md
index cc653a508e9..75f906c9c11 100644
--- a/charts/stable/freshrss/helm-values.md
+++ b/charts/stable/freshrss/helm-values.md
@@ -14,7 +14,7 @@ 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/freshrss"` | |
-| image.tag | string | `"version-1.18.1@sha256:b5323d52c18871a62d5b7c618dce71ac5c3e7712e13b1d813606b78559630226"` | |
+| image.tag | string | `"version-1.18.1@sha256:8f21935fb1a9761246d964c7401d803510ebb9ea98b0670f4e818ffd6886522c"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/gitea/CHANGELOG.md b/charts/stable/gitea/CHANGELOG.md
index c7acdc049f7..4c6feda8568 100644
--- a/charts/stable/gitea/CHANGELOG.md
+++ b/charts/stable/gitea/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [gitea-1.0.2](https://github.com/truecharts/apps/compare/gitea-1.0.1...gitea-1.0.2) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [gitea-1.0.1](https://github.com/truecharts/apps/compare/gitea-1.0.0...gitea-1.0.1) (2021-10-01)
diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml
index 5d7a972875c..1b9e22f74fa 100644
--- a/charts/stable/gitea/Chart.yaml
+++ b/charts/stable/gitea/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.15.3
+appVersion: "1.15.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/gitea/app-changelog.md b/charts/stable/gitea/app-changelog.md
new file mode 100644
index 00000000000..a8144251546
--- /dev/null
+++ b/charts/stable/gitea/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [gitea-1.0.2](https://github.com/truecharts/apps/compare/gitea-1.0.1...gitea-1.0.2) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/gitea/helm-values.md b/charts/stable/gitea/helm-values.md
index 8233210f237..c89e628676b 100644
--- a/charts/stable/gitea/helm-values.md
+++ b/charts/stable/gitea/helm-values.md
@@ -73,7 +73,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"gitea"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| service.main.ports.main.port | int | `3000` | |
| service.ssh.ports.ssh.port | int | `2222` | |
| service.ssh.ports.ssh.targetPort | int | `2222` | |
diff --git a/charts/stable/gonic/CHANGELOG.md b/charts/stable/gonic/CHANGELOG.md
index 6e6663dd205..0ab9ef3c3d6 100644
--- a/charts/stable/gonic/CHANGELOG.md
+++ b/charts/stable/gonic/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [gonic-3.0.4](https://github.com/truecharts/apps/compare/gonic-3.0.3...gonic-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [gonic-3.0.3](https://github.com/truecharts/apps/compare/gonic-3.0.2...gonic-3.0.3) (2021-09-29)
diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml
index 09506f700f4..05eda0e93a9 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.14.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/gonic/app-changelog.md b/charts/stable/gonic/app-changelog.md
new file mode 100644
index 00000000000..52599ca9d9d
--- /dev/null
+++ b/charts/stable/gonic/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [gonic-3.0.4](https://github.com/truecharts/apps/compare/gonic-3.0.3...gonic-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/gonic/helm-values.md b/charts/stable/gonic/helm-values.md
index 4e69e6fbfdf..1c9e6840062 100644
--- a/charts/stable/gonic/helm-values.md
+++ b/charts/stable/gonic/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/truecharts/gonic"` | image repository |
-| image.tag | string | `"v0.13.1@sha256:14d01b4a1a90991097656975d0c8643a755323961bc5b5c657a5c96372024d5c"` | image tag |
+| image.tag | string | `"v0.14.0@sha256:d0316271fcec20816f5f3f5e8ca470426e551f2f6de83845d474a2a7827a6f34"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/charts/stable/handbrake/CHANGELOG.md b/charts/stable/handbrake/CHANGELOG.md
index 26a3389ab3f..0439cfa8e67 100644
--- a/charts/stable/handbrake/CHANGELOG.md
+++ b/charts/stable/handbrake/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [handbrake-8.0.4](https://github.com/truecharts/apps/compare/handbrake-8.0.3...handbrake-8.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [handbrake-8.0.3](https://github.com/truecharts/apps/compare/handbrake-8.0.2...handbrake-8.0.3) (2021-09-29)
diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml
index c57a3d52209..2d32755dd38 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.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/handbrake/app-changelog.md b/charts/stable/handbrake/app-changelog.md
new file mode 100644
index 00000000000..9d3addc9b6f
--- /dev/null
+++ b/charts/stable/handbrake/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [handbrake-8.0.4](https://github.com/truecharts/apps/compare/handbrake-8.0.3...handbrake-8.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/handbrake/helm-values.md b/charts/stable/handbrake/helm-values.md
index e29033239a8..6a62ea64146 100644
--- a/charts/stable/handbrake/helm-values.md
+++ b/charts/stable/handbrake/helm-values.md
@@ -19,15 +19,13 @@ You will, however, be able to use all values referenced in the common chart here
| env.DISPLAY_HEIGHT | string | `"768"` | |
| env.DISPLAY_WIDTH | string | `"1280"` | |
| env.KEEP_APP_RUNNING | string | `"0"` | |
-| env.PGID | string | `"568"` | |
-| env.PUID | string | `"568"` | |
+| env.PUID | int | `568` | |
| env.SECURE_CONNECTION | string | `"0"` | |
| env.VNC_PASSWORD | string | `nil` | |
-| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/handbrake"` | |
-| image.tag | string | `"v1.24.1@sha256:465f3116359c0b40497f0f2249cb1326047208d2aa70c0822df73e3d6e49eee7"` | |
+| image.tag | string | `"v1.24.2@sha256:312ddf5ec046fd0ca3f84015b55c8b4cbe1d6e8340ffcaf244489592a3fc92da"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/healthchecks/CHANGELOG.md b/charts/stable/healthchecks/CHANGELOG.md
index 8bc365fec35..096c77242af 100644
--- a/charts/stable/healthchecks/CHANGELOG.md
+++ b/charts/stable/healthchecks/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [healthchecks-3.0.4](https://github.com/truecharts/apps/compare/healthchecks-3.0.3...healthchecks-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [healthchecks-3.0.3](https://github.com/truecharts/apps/compare/healthchecks-3.0.2...healthchecks-3.0.3) (2021-09-29)
diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml
index d0ebd16792b..198d3493a81 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/app-changelog.md b/charts/stable/healthchecks/app-changelog.md
new file mode 100644
index 00000000000..c9c73fea513
--- /dev/null
+++ b/charts/stable/healthchecks/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [healthchecks-3.0.4](https://github.com/truecharts/apps/compare/healthchecks-3.0.3...healthchecks-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/healthchecks/helm-values.md b/charts/stable/healthchecks/helm-values.md
index c4a50fb558a..2153842af89 100644
--- a/charts/stable/healthchecks/helm-values.md
+++ b/charts/stable/healthchecks/helm-values.md
@@ -20,7 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | image repository |
-| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag |
+| image.tag | string | `"version-v1.22.0@sha256:0ffaef4f3074392c7230db72d147b3225dd0ece554b659b271b80ba09589f14d"` | 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` | |
diff --git a/charts/stable/heimdall/CHANGELOG.md b/charts/stable/heimdall/CHANGELOG.md
index c91991790b0..fe7e7715567 100644
--- a/charts/stable/heimdall/CHANGELOG.md
+++ b/charts/stable/heimdall/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [heimdall-8.0.5](https://github.com/truecharts/apps/compare/heimdall-8.0.4...heimdall-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [heimdall-8.0.4](https://github.com/truecharts/apps/compare/heimdall-8.0.3...heimdall-8.0.4) (2021-09-29)
diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml
index 75f28349901..f924d125f4e 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/app-changelog.md b/charts/stable/heimdall/app-changelog.md
new file mode 100644
index 00000000000..7178ede8d00
--- /dev/null
+++ b/charts/stable/heimdall/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [heimdall-8.0.5](https://github.com/truecharts/apps/compare/heimdall-8.0.4...heimdall-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/heimdall/helm-values.md b/charts/stable/heimdall/helm-values.md
index 0581b67dba1..30b278a115d 100644
--- a/charts/stable/heimdall/helm-values.md
+++ b/charts/stable/heimdall/helm-values.md
@@ -14,7 +14,7 @@ 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/heimdall"` | |
-| image.tag | string | `"version-2.2.2@sha256:71c2d79a0c05666797f59c6bb323464f6c4618819a84691d250c536ab1d42c1c"` | |
+| image.tag | string | `"version-2.2.2@sha256:362ba6d3034e7dba0d53ede9b6beb413fa588e91b92161a5ad434f723f9f52f1"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md
index fa301754e73..e1f81b8f388 100644
--- a/charts/stable/jackett/CHANGELOG.md
+++ b/charts/stable/jackett/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jackett-8.0.6](https://github.com/truecharts/apps/compare/jackett-8.0.5...jackett-8.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [jackett-8.0.5](https://github.com/truecharts/apps/compare/jackett-8.0.4...jackett-8.0.5) (2021-09-29)
diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml
index 80718723b66..9b28a22ebd5 100644
--- a/charts/stable/jackett/Chart.yaml
+++ b/charts/stable/jackett/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.18.827
+appVersion: "0.18.899"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/jackett/app-changelog.md b/charts/stable/jackett/app-changelog.md
new file mode 100644
index 00000000000..f50e3c771e2
--- /dev/null
+++ b/charts/stable/jackett/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [jackett-8.0.6](https://github.com/truecharts/apps/compare/jackett-8.0.5...jackett-8.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/jackett/helm-values.md b/charts/stable/jackett/helm-values.md
index bcaffbc3e13..9b8670b05fe 100644
--- a/charts/stable/jackett/helm-values.md
+++ b/charts/stable/jackett/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/jackett"` | |
-| image.tag | string | `"v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4"` | |
+| image.tag | string | `"v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/komga/CHANGELOG.md b/charts/stable/komga/CHANGELOG.md
index da5961eb97b..1b10350ca70 100644
--- a/charts/stable/komga/CHANGELOG.md
+++ b/charts/stable/komga/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [komga-3.0.5](https://github.com/truecharts/apps/compare/komga-3.0.4...komga-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [komga-3.0.4](https://github.com/truecharts/apps/compare/komga-3.0.3...komga-3.0.4) (2021-09-29)
diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml
index e007096f278..c78a03733cc 100644
--- a/charts/stable/komga/Chart.yaml
+++ b/charts/stable/komga/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.130.0
+appVersion: "0.130.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/komga/app-changelog.md b/charts/stable/komga/app-changelog.md
new file mode 100644
index 00000000000..9ae3ac25ac0
--- /dev/null
+++ b/charts/stable/komga/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [komga-3.0.5](https://github.com/truecharts/apps/compare/komga-3.0.4...komga-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/komga/helm-values.md b/charts/stable/komga/helm-values.md
index 17f6a426cc7..b655d2bb950 100644
--- a/charts/stable/komga/helm-values.md
+++ b/charts/stable/komga/helm-values.md
@@ -14,7 +14,7 @@ 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.130.0@sha256:98447ce3b1bc244aed902e1944493f9929aefc9dabc0b4020aceae74b83bfd82"` | image tag |
+| image.tag | string | `"v0.130.1@sha256:181e5d1eec8a004eb2cf845d0adc216bf6439561040f370c059063bf9c2152b2"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/lazylibrarian/CHANGELOG.md b/charts/stable/lazylibrarian/CHANGELOG.md
index 5441c1810b1..47e52cbd6b4 100644
--- a/charts/stable/lazylibrarian/CHANGELOG.md
+++ b/charts/stable/lazylibrarian/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [lazylibrarian-8.0.5](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.4...lazylibrarian-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [lazylibrarian-8.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.3...lazylibrarian-8.0.4) (2021-09-29)
diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml
index 5702dc4f569..ccfc9845dec 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/app-changelog.md b/charts/stable/lazylibrarian/app-changelog.md
new file mode 100644
index 00000000000..e6593df97f4
--- /dev/null
+++ b/charts/stable/lazylibrarian/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [lazylibrarian-8.0.5](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.4...lazylibrarian-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/lazylibrarian/helm-values.md b/charts/stable/lazylibrarian/helm-values.md
index 42e43c67e5b..c40a2df0ade 100644
--- a/charts/stable/lazylibrarian/helm-values.md
+++ b/charts/stable/lazylibrarian/helm-values.md
@@ -14,7 +14,7 @@ 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/lazylibrarian"` | |
-| image.tag | string | `"latest@sha256:0b09d330d023fe3f36ff1383b0e55b1f06936af0957004193457c97e40fbd5ca"` | |
+| image.tag | string | `"latest@sha256:2b0991e1274880fb23fe14c6c56a46bde0bb4b207693c7f64af50da852f64760"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/librespeed/CHANGELOG.md b/charts/stable/librespeed/CHANGELOG.md
index 244cd0c9585..9f8c5c6f4e1 100644
--- a/charts/stable/librespeed/CHANGELOG.md
+++ b/charts/stable/librespeed/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [librespeed-3.0.5](https://github.com/truecharts/apps/compare/librespeed-3.0.4...librespeed-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [librespeed-3.0.4](https://github.com/truecharts/apps/compare/librespeed-3.0.3...librespeed-3.0.4) (2021-09-29)
diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml
index a4c854d18c3..91493e930ae 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/app-changelog.md b/charts/stable/librespeed/app-changelog.md
new file mode 100644
index 00000000000..693f19532ed
--- /dev/null
+++ b/charts/stable/librespeed/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [librespeed-3.0.5](https://github.com/truecharts/apps/compare/librespeed-3.0.4...librespeed-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/librespeed/helm-values.md b/charts/stable/librespeed/helm-values.md
index f642f41063e..958e77367a0 100644
--- a/charts/stable/librespeed/helm-values.md
+++ b/charts/stable/librespeed/helm-values.md
@@ -12,12 +12,11 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See below | environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details. |
-| env.PGID | string | `"1001"` | Specify the group ID the application will run as |
-| env.PUID | string | `"1001"` | Specify the user ID the application will run as |
+| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/librespeed"` | image repository |
-| image.tag | string | `"version-5.2.4@sha256:0cad6d1ca86ea4632c38fbd41aa8248cd73986cf7f46b697ac0b717c47b6915a"` | image tag |
+| image.tag | string | `"version-5.2.4@sha256:6f37fe8e386f47092c31469534cf88c3517bcdcb93354d86d44e4dc668b1595f"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/charts/stable/littlelink/CHANGELOG.md b/charts/stable/littlelink/CHANGELOG.md
index 8a0faf2b357..e46a097fadd 100644
--- a/charts/stable/littlelink/CHANGELOG.md
+++ b/charts/stable/littlelink/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [littlelink-3.0.4](https://github.com/truecharts/apps/compare/littlelink-3.0.3...littlelink-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [littlelink-3.0.3](https://github.com/truecharts/apps/compare/littlelink-3.0.2...littlelink-3.0.3) (2021-09-29)
diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml
index d3eb544b691..be0bffa0190 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/app-changelog.md b/charts/stable/littlelink/app-changelog.md
new file mode 100644
index 00000000000..d5495f9bdd1
--- /dev/null
+++ b/charts/stable/littlelink/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [littlelink-3.0.4](https://github.com/truecharts/apps/compare/littlelink-3.0.3...littlelink-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/littlelink/helm-values.md b/charts/stable/littlelink/helm-values.md
index 8837109dd64..dcce2c9c8ca 100644
--- a/charts/stable/littlelink/helm-values.md
+++ b/charts/stable/littlelink/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| envFrom[0].configMapRef.name | string | `"littlelinkconfig"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/techno-tim/littlelink-server"` | |
-| image.tag | string | `"latest@sha256:10dafadbf081fe014799f028024ccb4da2ba566d0413c3d6ebce6fc051a9f3f3"` | |
+| image.tag | string | `"latest@sha256:9bc590d0ba1d62ceacb66ffdd13999004aa3e66e86bd364be1b8fede7ef94729"` | |
| littlelink.avatar_2x_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"` | |
| littlelink.avatar_alt | string | `"techno tim profile pic"` | |
| littlelink.avatar_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"` | |
diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md
index e4e64cdf1dc..82d102dc1ad 100644
--- a/charts/stable/nextcloud/CHANGELOG.md
+++ b/charts/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nextcloud-6.0.11](https://github.com/truecharts/apps/compare/nextcloud-6.0.10...nextcloud-6.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [nextcloud-6.0.10](https://github.com/truecharts/apps/compare/nextcloud-6.0.9...nextcloud-6.0.10) (2021-09-29)
diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml
index 6591704f7ef..6db450ce5bb 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.2.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/nextcloud/app-changelog.md b/charts/stable/nextcloud/app-changelog.md
new file mode 100644
index 00000000000..7c1591d8e36
--- /dev/null
+++ b/charts/stable/nextcloud/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [nextcloud-6.0.11](https://github.com/truecharts/apps/compare/nextcloud-6.0.10...nextcloud-6.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/nextcloud/helm-values.md b/charts/stable/nextcloud/helm-values.md
index 2e243b2702c..da04e8068b6 100644
--- a/charts/stable/nextcloud/helm-values.md
+++ b/charts/stable/nextcloud/helm-values.md
@@ -31,7 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/nextcloud"` | |
-| image.tag | string | `"22.1.1@sha256:470fddc9e4b5c09acaced5cac601f75113261c14cc8e62cc3e015b41afe06ff0"` | |
+| image.tag | string | `"22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9"` | |
| initContainers.init-postgresdb.command[0] | string | `"sh"` | |
| initContainers.init-postgresdb.command[1] | string | `"-c"` | |
| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | |
@@ -60,7 +60,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"nextcloud"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| 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.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
diff --git a/charts/stable/nzbhydra/CHANGELOG.md b/charts/stable/nzbhydra/CHANGELOG.md
index bb2fb9c7a15..3681641a3b9 100644
--- a/charts/stable/nzbhydra/CHANGELOG.md
+++ b/charts/stable/nzbhydra/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nzbhydra-8.0.6](https://github.com/truecharts/apps/compare/nzbhydra-8.0.5...nzbhydra-8.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [nzbhydra-8.0.5](https://github.com/truecharts/apps/compare/nzbhydra-8.0.4...nzbhydra-8.0.5) (2021-09-29)
diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml
index 8b5b40a09eb..0ee8b479256 100644
--- a/charts/stable/nzbhydra/Chart.yaml
+++ b/charts/stable/nzbhydra/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.16.2
+appVersion: "3.17.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/nzbhydra/app-changelog.md b/charts/stable/nzbhydra/app-changelog.md
new file mode 100644
index 00000000000..ecd2847c342
--- /dev/null
+++ b/charts/stable/nzbhydra/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [nzbhydra-8.0.6](https://github.com/truecharts/apps/compare/nzbhydra-8.0.5...nzbhydra-8.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/nzbhydra/helm-values.md b/charts/stable/nzbhydra/helm-values.md
index 750031d1b17..9ea6f2e5814 100644
--- a/charts/stable/nzbhydra/helm-values.md
+++ b/charts/stable/nzbhydra/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/nzbhydra2"` | |
-| image.tag | string | `"v3.16.2@sha256:9882ef4be719ab4bbd774f0e77aabba178e523f6bd961ec5389137920cda18b0"` | |
+| image.tag | string | `"v3.17.0@sha256:fed0dd54c480c595c36877b241ea996797a1bac5ef03877e8bede40cd18533b5"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/omada-controller/CHANGELOG.md b/charts/stable/omada-controller/CHANGELOG.md
index 8931f931565..11f3316c6a1 100644
--- a/charts/stable/omada-controller/CHANGELOG.md
+++ b/charts/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [omada-controller-3.0.5](https://github.com/truecharts/apps/compare/omada-controller-3.0.4...omada-controller-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [omada-controller-3.0.4](https://github.com/truecharts/apps/compare/omada-controller-3.0.3...omada-controller-3.0.4) (2021-09-29)
diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml
index 16022751fea..61a0615499a 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/app-changelog.md b/charts/stable/omada-controller/app-changelog.md
new file mode 100644
index 00000000000..c5ca1924e49
--- /dev/null
+++ b/charts/stable/omada-controller/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [omada-controller-3.0.5](https://github.com/truecharts/apps/compare/omada-controller-3.0.4...omada-controller-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/omada-controller/helm-values.md b/charts/stable/omada-controller/helm-values.md
index d70df5b5424..c933b444018 100644
--- a/charts/stable/omada-controller/helm-values.md
+++ b/charts/stable/omada-controller/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository |
-| image.tag | string | `"4.4@sha256:4af661728fde7cf87e83e8d1c9a49c924e1bde892b7af077e2b385447e9f2120"` | image tag |
+| image.tag | string | `"4.4@sha256:6d918d637a83c18e12e884d50615b7c8785631e88b3894d30d5e1eb4449e592d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/charts/stable/pihole/CHANGELOG.md b/charts/stable/pihole/CHANGELOG.md
index bd6bba3b192..faa96d97b56 100644
--- a/charts/stable/pihole/CHANGELOG.md
+++ b/charts/stable/pihole/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pihole-3.0.4](https://github.com/truecharts/apps/compare/pihole-3.0.3...pihole-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [pihole-3.0.3](https://github.com/truecharts/apps/compare/pihole-3.0.2...pihole-3.0.3) (2021-09-29)
diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml
index 02b32f8ffc9..39c5b06bf23 100644
--- a/charts/stable/pihole/Chart.yaml
+++ b/charts/stable/pihole/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '2021.09'
+appVersion: "2021.10"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/pihole/app-changelog.md b/charts/stable/pihole/app-changelog.md
new file mode 100644
index 00000000000..cc0926d8f1e
--- /dev/null
+++ b/charts/stable/pihole/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [pihole-3.0.4](https://github.com/truecharts/apps/compare/pihole-3.0.3...pihole-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/pihole/helm-values.md b/charts/stable/pihole/helm-values.md
index 7a6734db19b..472481c2048 100644
--- a/charts/stable/pihole/helm-values.md
+++ b/charts/stable/pihole/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| envFrom[0].configMapRef.name | string | `"pihole-env"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/pihole"` | |
-| image.tag | string | `"v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e"` | |
+| image.tag | string | `"v2021.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/etc/pihole"` | |
@@ -30,6 +30,7 @@ You will, however, be able to use all values referenced in the common chart here
| pihole.WEBPASSWORD | string | `"somepassword"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.allowPrivilegeEscalation | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.dns-tcp.enabled | bool | `true` | |
diff --git a/charts/stable/postgresql/CHANGELOG.md b/charts/stable/postgresql/CHANGELOG.md
index 85c0ca0258a..3265584726d 100644
--- a/charts/stable/postgresql/CHANGELOG.md
+++ b/charts/stable/postgresql/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [postgresql-3.0.8](https://github.com/truecharts/apps/compare/postgresql-3.0.7...postgresql-3.0.8) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [postgresql-3.0.7](https://github.com/truecharts/apps/compare/postgresql-3.0.6...postgresql-3.0.7) (2021-10-05)
diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml
index 1cb8b709cb7..2a5d046913c 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/app-changelog.md b/charts/stable/postgresql/app-changelog.md
index edc38b94143..c950c383185 100644
--- a/charts/stable/postgresql/app-changelog.md
+++ b/charts/stable/postgresql/app-changelog.md
@@ -1,4 +1,7 @@
-
-### [postgresql-3.0.7](https://github.com/truecharts/apps/compare/postgresql-3.0.6...postgresql-3.0.7) (2021-10-05)
+
+### [postgresql-3.0.8](https://github.com/truecharts/apps/compare/postgresql-3.0.7...postgresql-3.0.8) (2021-10-05)
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
diff --git a/charts/stable/postgresql/helm-values.md b/charts/stable/postgresql/helm-values.md
index 4bb82adc744..bbe3581c609 100644
--- a/charts/stable/postgresql/helm-values.md
+++ b/charts/stable/postgresql/helm-values.md
@@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
-| image.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| image.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
| 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"` | |
diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md
index ec799ca31c5..96b0a62e570 100644
--- a/charts/stable/prowlarr/CHANGELOG.md
+++ b/charts/stable/prowlarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [prowlarr-3.0.5](https://github.com/truecharts/apps/compare/prowlarr-3.0.4...prowlarr-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [prowlarr-3.0.4](https://github.com/truecharts/apps/compare/prowlarr-3.0.3...prowlarr-3.0.4) (2021-09-29)
diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml
index 02ddb53caac..81f0486fbb1 100644
--- a/charts/stable/prowlarr/Chart.yaml
+++ b/charts/stable/prowlarr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.1.1.953
+appVersion: "0.1.1.966"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/prowlarr/app-changelog.md b/charts/stable/prowlarr/app-changelog.md
new file mode 100644
index 00000000000..bb9ea810e92
--- /dev/null
+++ b/charts/stable/prowlarr/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [prowlarr-3.0.5](https://github.com/truecharts/apps/compare/prowlarr-3.0.4...prowlarr-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/prowlarr/helm-values.md b/charts/stable/prowlarr/helm-values.md
index c363a734f38..21a2a710518 100644
--- a/charts/stable/prowlarr/helm-values.md
+++ b/charts/stable/prowlarr/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository |
-| image.tag | string | `"v0.1.1.953@sha256:3cbdb4379830f584f1572fb18e9157503dd2c5612140bdf4b0121f73a2aa8d31"` | image tag |
+| image.tag | string | `"v0.1.1.966@sha256:67b1189b6bd3f811c4ffe4246e3822f2be5d91884d5075669f608b1e562c6846"` | 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. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
diff --git a/charts/stable/readarr/CHANGELOG.md b/charts/stable/readarr/CHANGELOG.md
index fb51236e6b1..8b03816d635 100644
--- a/charts/stable/readarr/CHANGELOG.md
+++ b/charts/stable/readarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [readarr-8.0.5](https://github.com/truecharts/apps/compare/readarr-8.0.4...readarr-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [readarr-8.0.4](https://github.com/truecharts/apps/compare/readarr-8.0.3...readarr-8.0.4) (2021-09-29)
diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml
index 2d5d969ae84..bcb9f24de27 100644
--- a/charts/stable/readarr/Chart.yaml
+++ b/charts/stable/readarr/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.1.0.971
+appVersion: "0.1.0.980"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/readarr/app-changelog.md b/charts/stable/readarr/app-changelog.md
new file mode 100644
index 00000000000..fa65a6ee745
--- /dev/null
+++ b/charts/stable/readarr/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [readarr-8.0.5](https://github.com/truecharts/apps/compare/readarr-8.0.4...readarr-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/readarr/helm-values.md b/charts/stable/readarr/helm-values.md
index 4fa50b0ee65..afac1e61a9d 100644
--- a/charts/stable/readarr/helm-values.md
+++ b/charts/stable/readarr/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/readarr"` | |
-| image.tag | string | `"v0.1.0.971@sha256:6cafd5b5eb09733902e8b4aaa20aa35887a39a4368fafc0f85024ae1c6ba7e90"` | |
+| image.tag | string | `"v0.1.0.980@sha256:8d58f2f6d8170f0f46ededa0536462dc0c73a0204e0cc96b3b2f853f172e755c"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/sonarr/CHANGELOG.md b/charts/stable/sonarr/CHANGELOG.md
index 372b3069fab..b6a5d5a79ef 100644
--- a/charts/stable/sonarr/CHANGELOG.md
+++ b/charts/stable/sonarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sonarr-8.0.5](https://github.com/truecharts/apps/compare/sonarr-8.0.4...sonarr-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [sonarr-8.0.4](https://github.com/truecharts/apps/compare/sonarr-8.0.3...sonarr-8.0.4) (2021-09-29)
diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml
index ec659ed423d..77a2aae1611 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.1342"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/sonarr/app-changelog.md b/charts/stable/sonarr/app-changelog.md
new file mode 100644
index 00000000000..f632919e6f3
--- /dev/null
+++ b/charts/stable/sonarr/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [sonarr-8.0.5](https://github.com/truecharts/apps/compare/sonarr-8.0.4...sonarr-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/sonarr/helm-values.md b/charts/stable/sonarr/helm-values.md
index 32a53a70d89..4c88906a7c5 100644
--- a/charts/stable/sonarr/helm-values.md
+++ b/charts/stable/sonarr/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/sonarr"` | |
-| image.tag | string | `"v3.0.6.1265@sha256:90ded1799623b6480cf7f5c894158aedad8395832740aae2e4e9d9048888b736"` | |
+| image.tag | string | `"v3.0.6.1342@sha256:c57197cb264e2a0755da3efa8f76c1ef181ff303fb6f7dff099a54bb057838a8"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/syncthing/CHANGELOG.md b/charts/stable/syncthing/CHANGELOG.md
index 7e46730660f..f051d994f06 100644
--- a/charts/stable/syncthing/CHANGELOG.md
+++ b/charts/stable/syncthing/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [syncthing-8.0.4](https://github.com/truecharts/apps/compare/syncthing-8.0.3...syncthing-8.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [syncthing-8.0.3](https://github.com/truecharts/apps/compare/syncthing-8.0.2...syncthing-8.0.3) (2021-09-29)
diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml
index d115ec6ab51..0f07afdb6cf 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.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/syncthing/app-changelog.md b/charts/stable/syncthing/app-changelog.md
new file mode 100644
index 00000000000..f8c8f89f9ba
--- /dev/null
+++ b/charts/stable/syncthing/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [syncthing-8.0.4](https://github.com/truecharts/apps/compare/syncthing-8.0.3...syncthing-8.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/syncthing/helm-values.md b/charts/stable/syncthing/helm-values.md
index 9bc0fe6c33b..7f5d28215f6 100644
--- a/charts/stable/syncthing/helm-values.md
+++ b/charts/stable/syncthing/helm-values.md
@@ -13,7 +13,7 @@ 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/syncthing"` | |
-| image.tag | string | `"v1.18.2@sha256:780c4924c4739d707295bd74fd21a186a640bd71f15efc2fcbc9fb9b05162a0d"` | |
+| image.tag | string | `"v1.18.3@sha256:d299f89bf7a3462953ca415c1dcea27ea1cd0eb776011905d6c37aef9a4fbea5"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/syncthing/"` | |
diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md
index 49dd07fba0b..0fdc57d00a9 100644
--- a/charts/stable/vaultwarden/CHANGELOG.md
+++ b/charts/stable/vaultwarden/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [vaultwarden-9.0.10](https://github.com/truecharts/apps/compare/vaultwarden-9.0.9...vaultwarden-9.0.10) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [vaultwarden-9.0.9](https://github.com/truecharts/apps/compare/vaultwarden-9.0.8...vaultwarden-9.0.9) (2021-09-29)
diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml
index 8c39f214a8a..b968a9c6078 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/app-changelog.md b/charts/stable/vaultwarden/app-changelog.md
new file mode 100644
index 00000000000..df8fa23e632
--- /dev/null
+++ b/charts/stable/vaultwarden/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [vaultwarden-9.0.10](https://github.com/truecharts/apps/compare/vaultwarden-9.0.9...vaultwarden-9.0.10) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md
index f888893d617..5630c644c9f 100644
--- a/charts/stable/vaultwarden/helm-values.md
+++ b/charts/stable/vaultwarden/helm-values.md
@@ -54,7 +54,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"vaultwarden"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| 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 91a24d57bf7..9089a662851 100644
--- a/charts/stable/xteve/CHANGELOG.md
+++ b/charts/stable/xteve/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [xteve-3.0.4](https://github.com/truecharts/apps/compare/xteve-3.0.3...xteve-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [xteve-3.0.3](https://github.com/truecharts/apps/compare/xteve-3.0.2...xteve-3.0.3) (2021-09-29)
diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml
index b81cb09e6aa..f109b2b0e27 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/app-changelog.md b/charts/stable/xteve/app-changelog.md
new file mode 100644
index 00000000000..571ce85b656
--- /dev/null
+++ b/charts/stable/xteve/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [xteve-3.0.4](https://github.com/truecharts/apps/compare/xteve-3.0.3...xteve-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/xteve/helm-values.md b/charts/stable/xteve/helm-values.md
index 07260140379..db0692122bd 100644
--- a/charts/stable/xteve/helm-values.md
+++ b/charts/stable/xteve/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/xteve"` | image repository |
-| image.tag | string | `"v2.2.0.200@sha256:b9ee5f47c280314b7b4926be794cb2c836783effea854b22ea6720374d91d404"` | image tag |
+| image.tag | string | `"v2.2.0.200@sha256:e1afd6ea29e9b680191d8024f41eb495bc8fc7c2870fa36fbfa4f684c9a708dc"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.main.ports.main.port | int | `34400` | |
diff --git a/charts/stable/zwavejs2mqtt/CHANGELOG.md b/charts/stable/zwavejs2mqtt/CHANGELOG.md
index a2c260e030d..1162d09406a 100644
--- a/charts/stable/zwavejs2mqtt/CHANGELOG.md
+++ b/charts/stable/zwavejs2mqtt/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [zwavejs2mqtt-8.0.5](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.4...zwavejs2mqtt-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [zwavejs2mqtt-8.0.4](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.3...zwavejs2mqtt-8.0.4) (2021-09-29)
diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml
index af249c01231..094d7a84de8 100644
--- a/charts/stable/zwavejs2mqtt/Chart.yaml
+++ b/charts/stable/zwavejs2mqtt/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 5.7.1
+appVersion: "5.7.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/zwavejs2mqtt/app-changelog.md b/charts/stable/zwavejs2mqtt/app-changelog.md
new file mode 100644
index 00000000000..e6fb04f2257
--- /dev/null
+++ b/charts/stable/zwavejs2mqtt/app-changelog.md
@@ -0,0 +1,8 @@
+
+
+### [zwavejs2mqtt-8.0.5](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.4...zwavejs2mqtt-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
diff --git a/charts/stable/zwavejs2mqtt/helm-values.md b/charts/stable/zwavejs2mqtt/helm-values.md
index c8a58783244..502b635a137 100644
--- a/charts/stable/zwavejs2mqtt/helm-values.md
+++ b/charts/stable/zwavejs2mqtt/helm-values.md
@@ -14,7 +14,7 @@ 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/truecharts/zwavejs2mqtt"` | |
-| image.tag | string | `"v5.7.1@sha256:66b338d1494ab0e7359af73748481c65b6f10235c0c694c1c80bec64e26a6b8a"` | |
+| image.tag | string | `"v5.7.3@sha256:5aa458cd1cdd468d42cacbafe4ecd606faac5dc10f3c7d531cd6fbeff50fbc57"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/incubator/sogo/CHANGELOG.md b/docs/apps/incubator/sogo/CHANGELOG.md
index 50759b6aab7..e88174d389f 100644
--- a/docs/apps/incubator/sogo/CHANGELOG.md
+++ b/docs/apps/incubator/sogo/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sogo-4.0.11](https://github.com/truecharts/apps/compare/sogo-4.0.10...sogo-4.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [sogo-4.0.10](https://github.com/truecharts/apps/compare/sogo-4.0.9...sogo-4.0.10) (2021-09-29)
diff --git a/docs/apps/incubator/sogo/helm-values.md b/docs/apps/incubator/sogo/helm-values.md
index af6df95afa8..5eba4d91d39 100644
--- a/docs/apps/incubator/sogo/helm-values.md
+++ b/docs/apps/incubator/sogo/helm-values.md
@@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
| 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:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
diff --git a/docs/apps/stable/airsonic/CHANGELOG.md b/docs/apps/stable/airsonic/CHANGELOG.md
index bb25b89e9e8..317162d6ea5 100644
--- a/docs/apps/stable/airsonic/CHANGELOG.md
+++ b/docs/apps/stable/airsonic/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [airsonic-3.0.5](https://github.com/truecharts/apps/compare/airsonic-3.0.4...airsonic-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [airsonic-3.0.4](https://github.com/truecharts/apps/compare/airsonic-3.0.3...airsonic-3.0.4) (2021-09-29)
diff --git a/docs/apps/stable/airsonic/helm-values.md b/docs/apps/stable/airsonic/helm-values.md
index 4067718169a..a231bf6bcbf 100644
--- a/docs/apps/stable/airsonic/helm-values.md
+++ b/docs/apps/stable/airsonic/helm-values.md
@@ -14,12 +14,11 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. |
| env.CONTEXT_PATH | string | `nil` | Used to set the base path for reverse proxies eg. /booksonic, /books, etc. |
| env.JAVA_OPTS | string | `nil` | For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes. |
-| env.PGID | string | `"1001"` | Specify the group ID the application will run as |
-| env.PUID | string | `"1001"` | Specify the user ID the application will run as |
+| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/airsonic"` | image repository |
-| image.tag | string | `"version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402"` | image tag |
+| image.tag | string | `"version-v10.6.2@sha256:ec2f1c13d8933eb7a8515b1de546e1a1cbd346cfb9753c49bfd9404ac6ba1ad1"` | 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` | |
diff --git a/docs/apps/stable/authelia/CHANGELOG.md b/docs/apps/stable/authelia/CHANGELOG.md
index c0997621a5d..4aee0a0da4f 100644
--- a/docs/apps/stable/authelia/CHANGELOG.md
+++ b/docs/apps/stable/authelia/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [authelia-4.0.11](https://github.com/truecharts/apps/compare/authelia-4.0.10...authelia-4.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [authelia-4.0.10](https://github.com/truecharts/apps/compare/authelia-4.0.9...authelia-4.0.10) (2021-09-29)
diff --git a/docs/apps/stable/authelia/helm-values.md b/docs/apps/stable/authelia/helm-values.md
index e895faf5a76..0f5bb4632d6 100644
--- a/docs/apps/stable/authelia/helm-values.md
+++ b/docs/apps/stable/authelia/helm-values.md
@@ -110,7 +110,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"authelia"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| probes.liveness.path | string | `"/api/health\""` | |
| probes.liveness.type | string | `"HTTP"` | |
| probes.readiness.path | string | `"/api/health"` | |
diff --git a/docs/apps/stable/booksonic-air/CHANGELOG.md b/docs/apps/stable/booksonic-air/CHANGELOG.md
index 8c005f96b3a..9fc7c7e31f2 100644
--- a/docs/apps/stable/booksonic-air/CHANGELOG.md
+++ b/docs/apps/stable/booksonic-air/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [booksonic-air-3.0.5](https://github.com/truecharts/apps/compare/booksonic-air-3.0.4...booksonic-air-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [booksonic-air-3.0.4](https://github.com/truecharts/apps/compare/booksonic-air-3.0.3...booksonic-air-3.0.4) (2021-09-29)
diff --git a/docs/apps/stable/booksonic-air/helm-values.md b/docs/apps/stable/booksonic-air/helm-values.md
index 5c86319cabe..924daee4d75 100644
--- a/docs/apps/stable/booksonic-air/helm-values.md
+++ b/docs/apps/stable/booksonic-air/helm-values.md
@@ -11,12 +11,11 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env.PGID | string | `"568"` | Specify the group ID the application will run as |
-| env.PUID | string | `"568"` | Specify the user ID the application will run as |
+| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/booksonic-air"` | image repository |
-| image.tag | string | `"version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118"` | image tag |
+| image.tag | string | `"version-v2009.1.0@sha256:8af3c63dd755ced05cb7d997703491554096fba0afeae59b828e973a1c651c4b"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/stable/custom-app/CHANGELOG.md b/docs/apps/stable/custom-app/CHANGELOG.md
index 2e1eb5c6516..23cf4cfb2b1 100644
--- a/docs/apps/stable/custom-app/CHANGELOG.md
+++ b/docs/apps/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [custom-app-2.0.6](https://github.com/truecharts/apps/compare/custom-app-2.0.5...custom-app-2.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [custom-app-2.0.5](https://github.com/truecharts/apps/compare/custom-app-2.0.4...custom-app-2.0.5) (2021-09-29)
diff --git a/docs/apps/stable/custom-app/helm-values.md b/docs/apps/stable/custom-app/helm-values.md
index 8c6ef7c48f5..100af3601ba 100644
--- a/docs/apps/stable/custom-app/helm-values.md
+++ b/docs/apps/stable/custom-app/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/jackett"` | |
-| image.tag | string | `"v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4"` | |
+| image.tag | string | `"v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/deluge/CHANGELOG.md b/docs/apps/stable/deluge/CHANGELOG.md
index c7f8295afef..a80f20544d3 100644
--- a/docs/apps/stable/deluge/CHANGELOG.md
+++ b/docs/apps/stable/deluge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deluge-8.0.5](https://github.com/truecharts/apps/compare/deluge-8.0.4...deluge-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [deluge-8.0.4](https://github.com/truecharts/apps/compare/deluge-8.0.3...deluge-8.0.4) (2021-09-29)
diff --git a/docs/apps/stable/deluge/helm-values.md b/docs/apps/stable/deluge/helm-values.md
index 64da814294a..827b62e842d 100644
--- a/docs/apps/stable/deluge/helm-values.md
+++ b/docs/apps/stable/deluge/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/deluge"` | |
-| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e"` | |
+| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:1d9751eb58fe7d87f5bfb28154b135436a9bad800ccdca86081843437a63f2f9"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/duplicati/CHANGELOG.md b/docs/apps/stable/duplicati/CHANGELOG.md
index 9be8b80f5fe..02f0dd636d1 100644
--- a/docs/apps/stable/duplicati/CHANGELOG.md
+++ b/docs/apps/stable/duplicati/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [duplicati-3.0.5](https://github.com/truecharts/apps/compare/duplicati-3.0.4...duplicati-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [duplicati-3.0.4](https://github.com/truecharts/apps/compare/duplicati-3.0.3...duplicati-3.0.4) (2021-09-29)
diff --git a/docs/apps/stable/duplicati/helm-values.md b/docs/apps/stable/duplicati/helm-values.md
index b9f1efb29f7..dea584e578d 100644
--- a/docs/apps/stable/duplicati/helm-values.md
+++ b/docs/apps/stable/duplicati/helm-values.md
@@ -11,12 +11,11 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env.PGID | string | `"1000"` | Specify the group ID the application will run as |
-| env.PUID | string | `"1000"` | Specify the user ID the application will run as |
+| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository |
-| image.tag | string | `"latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31"` | image tag |
+| image.tag | string | `"latest@sha256:72e2dcb62c3f12b856b8ccbad0206e3ca0220f2afa018886dc8f2e5bf0f1d2ba"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/stable/fireflyiii/CHANGELOG.md b/docs/apps/stable/fireflyiii/CHANGELOG.md
index 6bd2fba31a7..311b6ba6e1e 100644
--- a/docs/apps/stable/fireflyiii/CHANGELOG.md
+++ b/docs/apps/stable/fireflyiii/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [fireflyiii-9.0.10](https://github.com/truecharts/apps/compare/fireflyiii-9.0.9...fireflyiii-9.0.10) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [fireflyiii-9.0.9](https://github.com/truecharts/apps/compare/fireflyiii-9.0.8...fireflyiii-9.0.9) (2021-09-29)
diff --git a/docs/apps/stable/fireflyiii/helm-values.md b/docs/apps/stable/fireflyiii/helm-values.md
index 961717c0baa..910492e370c 100644
--- a/docs/apps/stable/fireflyiii/helm-values.md
+++ b/docs/apps/stable/fireflyiii/helm-values.md
@@ -42,7 +42,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"firefly"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| probes.liveness.path | string | `"/login"` | |
| probes.readiness.path | string | `"/login"` | |
| probes.startup.path | string | `"/login"` | |
diff --git a/docs/apps/stable/freshrss/CHANGELOG.md b/docs/apps/stable/freshrss/CHANGELOG.md
index c98c8c232bd..80fca1816da 100644
--- a/docs/apps/stable/freshrss/CHANGELOG.md
+++ b/docs/apps/stable/freshrss/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [freshrss-8.0.5](https://github.com/truecharts/apps/compare/freshrss-8.0.4...freshrss-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [freshrss-8.0.4](https://github.com/truecharts/apps/compare/freshrss-8.0.3...freshrss-8.0.4) (2021-09-29)
diff --git a/docs/apps/stable/freshrss/helm-values.md b/docs/apps/stable/freshrss/helm-values.md
index cc653a508e9..75f906c9c11 100644
--- a/docs/apps/stable/freshrss/helm-values.md
+++ b/docs/apps/stable/freshrss/helm-values.md
@@ -14,7 +14,7 @@ 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/freshrss"` | |
-| image.tag | string | `"version-1.18.1@sha256:b5323d52c18871a62d5b7c618dce71ac5c3e7712e13b1d813606b78559630226"` | |
+| image.tag | string | `"version-1.18.1@sha256:8f21935fb1a9761246d964c7401d803510ebb9ea98b0670f4e818ffd6886522c"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/gitea/CHANGELOG.md b/docs/apps/stable/gitea/CHANGELOG.md
index c7acdc049f7..4c6feda8568 100644
--- a/docs/apps/stable/gitea/CHANGELOG.md
+++ b/docs/apps/stable/gitea/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [gitea-1.0.2](https://github.com/truecharts/apps/compare/gitea-1.0.1...gitea-1.0.2) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [gitea-1.0.1](https://github.com/truecharts/apps/compare/gitea-1.0.0...gitea-1.0.1) (2021-10-01)
diff --git a/docs/apps/stable/gitea/helm-values.md b/docs/apps/stable/gitea/helm-values.md
index 8233210f237..c89e628676b 100644
--- a/docs/apps/stable/gitea/helm-values.md
+++ b/docs/apps/stable/gitea/helm-values.md
@@ -73,7 +73,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"gitea"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| service.main.ports.main.port | int | `3000` | |
| service.ssh.ports.ssh.port | int | `2222` | |
| service.ssh.ports.ssh.targetPort | int | `2222` | |
diff --git a/docs/apps/stable/gonic/CHANGELOG.md b/docs/apps/stable/gonic/CHANGELOG.md
index 6e6663dd205..0ab9ef3c3d6 100644
--- a/docs/apps/stable/gonic/CHANGELOG.md
+++ b/docs/apps/stable/gonic/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [gonic-3.0.4](https://github.com/truecharts/apps/compare/gonic-3.0.3...gonic-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [gonic-3.0.3](https://github.com/truecharts/apps/compare/gonic-3.0.2...gonic-3.0.3) (2021-09-29)
diff --git a/docs/apps/stable/gonic/helm-values.md b/docs/apps/stable/gonic/helm-values.md
index 4e69e6fbfdf..1c9e6840062 100644
--- a/docs/apps/stable/gonic/helm-values.md
+++ b/docs/apps/stable/gonic/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/truecharts/gonic"` | image repository |
-| image.tag | string | `"v0.13.1@sha256:14d01b4a1a90991097656975d0c8643a755323961bc5b5c657a5c96372024d5c"` | image tag |
+| image.tag | string | `"v0.14.0@sha256:d0316271fcec20816f5f3f5e8ca470426e551f2f6de83845d474a2a7827a6f34"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/stable/handbrake/CHANGELOG.md b/docs/apps/stable/handbrake/CHANGELOG.md
index 26a3389ab3f..0439cfa8e67 100644
--- a/docs/apps/stable/handbrake/CHANGELOG.md
+++ b/docs/apps/stable/handbrake/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [handbrake-8.0.4](https://github.com/truecharts/apps/compare/handbrake-8.0.3...handbrake-8.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [handbrake-8.0.3](https://github.com/truecharts/apps/compare/handbrake-8.0.2...handbrake-8.0.3) (2021-09-29)
diff --git a/docs/apps/stable/handbrake/helm-values.md b/docs/apps/stable/handbrake/helm-values.md
index e29033239a8..6a62ea64146 100644
--- a/docs/apps/stable/handbrake/helm-values.md
+++ b/docs/apps/stable/handbrake/helm-values.md
@@ -19,15 +19,13 @@ You will, however, be able to use all values referenced in the common chart here
| env.DISPLAY_HEIGHT | string | `"768"` | |
| env.DISPLAY_WIDTH | string | `"1280"` | |
| env.KEEP_APP_RUNNING | string | `"0"` | |
-| env.PGID | string | `"568"` | |
-| env.PUID | string | `"568"` | |
+| env.PUID | int | `568` | |
| env.SECURE_CONNECTION | string | `"0"` | |
| env.VNC_PASSWORD | string | `nil` | |
-| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/handbrake"` | |
-| image.tag | string | `"v1.24.1@sha256:465f3116359c0b40497f0f2249cb1326047208d2aa70c0822df73e3d6e49eee7"` | |
+| image.tag | string | `"v1.24.2@sha256:312ddf5ec046fd0ca3f84015b55c8b4cbe1d6e8340ffcaf244489592a3fc92da"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/healthchecks/CHANGELOG.md b/docs/apps/stable/healthchecks/CHANGELOG.md
index 8bc365fec35..096c77242af 100644
--- a/docs/apps/stable/healthchecks/CHANGELOG.md
+++ b/docs/apps/stable/healthchecks/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [healthchecks-3.0.4](https://github.com/truecharts/apps/compare/healthchecks-3.0.3...healthchecks-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [healthchecks-3.0.3](https://github.com/truecharts/apps/compare/healthchecks-3.0.2...healthchecks-3.0.3) (2021-09-29)
diff --git a/docs/apps/stable/healthchecks/helm-values.md b/docs/apps/stable/healthchecks/helm-values.md
index c4a50fb558a..2153842af89 100644
--- a/docs/apps/stable/healthchecks/helm-values.md
+++ b/docs/apps/stable/healthchecks/helm-values.md
@@ -20,7 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | image repository |
-| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag |
+| image.tag | string | `"version-v1.22.0@sha256:0ffaef4f3074392c7230db72d147b3225dd0ece554b659b271b80ba09589f14d"` | 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` | |
diff --git a/docs/apps/stable/heimdall/CHANGELOG.md b/docs/apps/stable/heimdall/CHANGELOG.md
index c91991790b0..fe7e7715567 100644
--- a/docs/apps/stable/heimdall/CHANGELOG.md
+++ b/docs/apps/stable/heimdall/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [heimdall-8.0.5](https://github.com/truecharts/apps/compare/heimdall-8.0.4...heimdall-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [heimdall-8.0.4](https://github.com/truecharts/apps/compare/heimdall-8.0.3...heimdall-8.0.4) (2021-09-29)
diff --git a/docs/apps/stable/heimdall/helm-values.md b/docs/apps/stable/heimdall/helm-values.md
index 0581b67dba1..30b278a115d 100644
--- a/docs/apps/stable/heimdall/helm-values.md
+++ b/docs/apps/stable/heimdall/helm-values.md
@@ -14,7 +14,7 @@ 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/heimdall"` | |
-| image.tag | string | `"version-2.2.2@sha256:71c2d79a0c05666797f59c6bb323464f6c4618819a84691d250c536ab1d42c1c"` | |
+| image.tag | string | `"version-2.2.2@sha256:362ba6d3034e7dba0d53ede9b6beb413fa588e91b92161a5ad434f723f9f52f1"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md
index fa301754e73..e1f81b8f388 100644
--- a/docs/apps/stable/jackett/CHANGELOG.md
+++ b/docs/apps/stable/jackett/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jackett-8.0.6](https://github.com/truecharts/apps/compare/jackett-8.0.5...jackett-8.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [jackett-8.0.5](https://github.com/truecharts/apps/compare/jackett-8.0.4...jackett-8.0.5) (2021-09-29)
diff --git a/docs/apps/stable/jackett/helm-values.md b/docs/apps/stable/jackett/helm-values.md
index bcaffbc3e13..9b8670b05fe 100644
--- a/docs/apps/stable/jackett/helm-values.md
+++ b/docs/apps/stable/jackett/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/jackett"` | |
-| image.tag | string | `"v0.18.827@sha256:32c33362d6ab455f1c608e6558ebcc3796d21d341d178a0559903cef2c6c18a4"` | |
+| image.tag | string | `"v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/komga/CHANGELOG.md b/docs/apps/stable/komga/CHANGELOG.md
index da5961eb97b..1b10350ca70 100644
--- a/docs/apps/stable/komga/CHANGELOG.md
+++ b/docs/apps/stable/komga/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [komga-3.0.5](https://github.com/truecharts/apps/compare/komga-3.0.4...komga-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [komga-3.0.4](https://github.com/truecharts/apps/compare/komga-3.0.3...komga-3.0.4) (2021-09-29)
diff --git a/docs/apps/stable/komga/helm-values.md b/docs/apps/stable/komga/helm-values.md
index 17f6a426cc7..b655d2bb950 100644
--- a/docs/apps/stable/komga/helm-values.md
+++ b/docs/apps/stable/komga/helm-values.md
@@ -14,7 +14,7 @@ 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.130.0@sha256:98447ce3b1bc244aed902e1944493f9929aefc9dabc0b4020aceae74b83bfd82"` | image tag |
+| image.tag | string | `"v0.130.1@sha256:181e5d1eec8a004eb2cf845d0adc216bf6439561040f370c059063bf9c2152b2"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/lazylibrarian/CHANGELOG.md b/docs/apps/stable/lazylibrarian/CHANGELOG.md
index 5441c1810b1..47e52cbd6b4 100644
--- a/docs/apps/stable/lazylibrarian/CHANGELOG.md
+++ b/docs/apps/stable/lazylibrarian/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [lazylibrarian-8.0.5](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.4...lazylibrarian-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [lazylibrarian-8.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.3...lazylibrarian-8.0.4) (2021-09-29)
diff --git a/docs/apps/stable/lazylibrarian/helm-values.md b/docs/apps/stable/lazylibrarian/helm-values.md
index 42e43c67e5b..c40a2df0ade 100644
--- a/docs/apps/stable/lazylibrarian/helm-values.md
+++ b/docs/apps/stable/lazylibrarian/helm-values.md
@@ -14,7 +14,7 @@ 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/lazylibrarian"` | |
-| image.tag | string | `"latest@sha256:0b09d330d023fe3f36ff1383b0e55b1f06936af0957004193457c97e40fbd5ca"` | |
+| image.tag | string | `"latest@sha256:2b0991e1274880fb23fe14c6c56a46bde0bb4b207693c7f64af50da852f64760"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/librespeed/CHANGELOG.md b/docs/apps/stable/librespeed/CHANGELOG.md
index 244cd0c9585..9f8c5c6f4e1 100644
--- a/docs/apps/stable/librespeed/CHANGELOG.md
+++ b/docs/apps/stable/librespeed/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [librespeed-3.0.5](https://github.com/truecharts/apps/compare/librespeed-3.0.4...librespeed-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [librespeed-3.0.4](https://github.com/truecharts/apps/compare/librespeed-3.0.3...librespeed-3.0.4) (2021-09-29)
diff --git a/docs/apps/stable/librespeed/helm-values.md b/docs/apps/stable/librespeed/helm-values.md
index f642f41063e..958e77367a0 100644
--- a/docs/apps/stable/librespeed/helm-values.md
+++ b/docs/apps/stable/librespeed/helm-values.md
@@ -12,12 +12,11 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See below | environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details. |
-| env.PGID | string | `"1001"` | Specify the group ID the application will run as |
-| env.PUID | string | `"1001"` | Specify the user ID the application will run as |
+| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/librespeed"` | image repository |
-| image.tag | string | `"version-5.2.4@sha256:0cad6d1ca86ea4632c38fbd41aa8248cd73986cf7f46b697ac0b717c47b6915a"` | image tag |
+| image.tag | string | `"version-5.2.4@sha256:6f37fe8e386f47092c31469534cf88c3517bcdcb93354d86d44e4dc668b1595f"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/stable/littlelink/CHANGELOG.md b/docs/apps/stable/littlelink/CHANGELOG.md
index 8a0faf2b357..e46a097fadd 100644
--- a/docs/apps/stable/littlelink/CHANGELOG.md
+++ b/docs/apps/stable/littlelink/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [littlelink-3.0.4](https://github.com/truecharts/apps/compare/littlelink-3.0.3...littlelink-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [littlelink-3.0.3](https://github.com/truecharts/apps/compare/littlelink-3.0.2...littlelink-3.0.3) (2021-09-29)
diff --git a/docs/apps/stable/littlelink/helm-values.md b/docs/apps/stable/littlelink/helm-values.md
index 8837109dd64..dcce2c9c8ca 100644
--- a/docs/apps/stable/littlelink/helm-values.md
+++ b/docs/apps/stable/littlelink/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| envFrom[0].configMapRef.name | string | `"littlelinkconfig"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/techno-tim/littlelink-server"` | |
-| image.tag | string | `"latest@sha256:10dafadbf081fe014799f028024ccb4da2ba566d0413c3d6ebce6fc051a9f3f3"` | |
+| image.tag | string | `"latest@sha256:9bc590d0ba1d62ceacb66ffdd13999004aa3e66e86bd364be1b8fede7ef94729"` | |
| littlelink.avatar_2x_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"` | |
| littlelink.avatar_alt | string | `"techno tim profile pic"` | |
| littlelink.avatar_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"` | |
diff --git a/docs/apps/stable/nextcloud/CHANGELOG.md b/docs/apps/stable/nextcloud/CHANGELOG.md
index e4e64cdf1dc..82d102dc1ad 100644
--- a/docs/apps/stable/nextcloud/CHANGELOG.md
+++ b/docs/apps/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nextcloud-6.0.11](https://github.com/truecharts/apps/compare/nextcloud-6.0.10...nextcloud-6.0.11) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [nextcloud-6.0.10](https://github.com/truecharts/apps/compare/nextcloud-6.0.9...nextcloud-6.0.10) (2021-09-29)
diff --git a/docs/apps/stable/nextcloud/helm-values.md b/docs/apps/stable/nextcloud/helm-values.md
index 2e243b2702c..da04e8068b6 100644
--- a/docs/apps/stable/nextcloud/helm-values.md
+++ b/docs/apps/stable/nextcloud/helm-values.md
@@ -31,7 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/nextcloud"` | |
-| image.tag | string | `"22.1.1@sha256:470fddc9e4b5c09acaced5cac601f75113261c14cc8e62cc3e015b41afe06ff0"` | |
+| image.tag | string | `"22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9"` | |
| initContainers.init-postgresdb.command[0] | string | `"sh"` | |
| initContainers.init-postgresdb.command[1] | string | `"-c"` | |
| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | |
@@ -60,7 +60,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"nextcloud"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| 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.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
diff --git a/docs/apps/stable/nzbhydra/CHANGELOG.md b/docs/apps/stable/nzbhydra/CHANGELOG.md
index bb2fb9c7a15..3681641a3b9 100644
--- a/docs/apps/stable/nzbhydra/CHANGELOG.md
+++ b/docs/apps/stable/nzbhydra/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nzbhydra-8.0.6](https://github.com/truecharts/apps/compare/nzbhydra-8.0.5...nzbhydra-8.0.6) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [nzbhydra-8.0.5](https://github.com/truecharts/apps/compare/nzbhydra-8.0.4...nzbhydra-8.0.5) (2021-09-29)
diff --git a/docs/apps/stable/nzbhydra/helm-values.md b/docs/apps/stable/nzbhydra/helm-values.md
index 750031d1b17..9ea6f2e5814 100644
--- a/docs/apps/stable/nzbhydra/helm-values.md
+++ b/docs/apps/stable/nzbhydra/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/nzbhydra2"` | |
-| image.tag | string | `"v3.16.2@sha256:9882ef4be719ab4bbd774f0e77aabba178e523f6bd961ec5389137920cda18b0"` | |
+| image.tag | string | `"v3.17.0@sha256:fed0dd54c480c595c36877b241ea996797a1bac5ef03877e8bede40cd18533b5"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/omada-controller/CHANGELOG.md b/docs/apps/stable/omada-controller/CHANGELOG.md
index 8931f931565..11f3316c6a1 100644
--- a/docs/apps/stable/omada-controller/CHANGELOG.md
+++ b/docs/apps/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [omada-controller-3.0.5](https://github.com/truecharts/apps/compare/omada-controller-3.0.4...omada-controller-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [omada-controller-3.0.4](https://github.com/truecharts/apps/compare/omada-controller-3.0.3...omada-controller-3.0.4) (2021-09-29)
diff --git a/docs/apps/stable/omada-controller/helm-values.md b/docs/apps/stable/omada-controller/helm-values.md
index d70df5b5424..c933b444018 100644
--- a/docs/apps/stable/omada-controller/helm-values.md
+++ b/docs/apps/stable/omada-controller/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository |
-| image.tag | string | `"4.4@sha256:4af661728fde7cf87e83e8d1c9a49c924e1bde892b7af077e2b385447e9f2120"` | image tag |
+| image.tag | string | `"4.4@sha256:6d918d637a83c18e12e884d50615b7c8785631e88b3894d30d5e1eb4449e592d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/stable/pihole/CHANGELOG.md b/docs/apps/stable/pihole/CHANGELOG.md
index bd6bba3b192..faa96d97b56 100644
--- a/docs/apps/stable/pihole/CHANGELOG.md
+++ b/docs/apps/stable/pihole/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [pihole-3.0.4](https://github.com/truecharts/apps/compare/pihole-3.0.3...pihole-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [pihole-3.0.3](https://github.com/truecharts/apps/compare/pihole-3.0.2...pihole-3.0.3) (2021-09-29)
diff --git a/docs/apps/stable/pihole/helm-values.md b/docs/apps/stable/pihole/helm-values.md
index 7a6734db19b..472481c2048 100644
--- a/docs/apps/stable/pihole/helm-values.md
+++ b/docs/apps/stable/pihole/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| envFrom[0].configMapRef.name | string | `"pihole-env"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/pihole"` | |
-| image.tag | string | `"v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e"` | |
+| image.tag | string | `"v2021.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/etc/pihole"` | |
@@ -30,6 +30,7 @@ You will, however, be able to use all values referenced in the common chart here
| pihole.WEBPASSWORD | string | `"somepassword"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.allowPrivilegeEscalation | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.dns-tcp.enabled | bool | `true` | |
diff --git a/docs/apps/stable/postgresql/CHANGELOG.md b/docs/apps/stable/postgresql/CHANGELOG.md
index 85c0ca0258a..3265584726d 100644
--- a/docs/apps/stable/postgresql/CHANGELOG.md
+++ b/docs/apps/stable/postgresql/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [postgresql-3.0.8](https://github.com/truecharts/apps/compare/postgresql-3.0.7...postgresql-3.0.8) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [postgresql-3.0.7](https://github.com/truecharts/apps/compare/postgresql-3.0.6...postgresql-3.0.7) (2021-10-05)
diff --git a/docs/apps/stable/postgresql/helm-values.md b/docs/apps/stable/postgresql/helm-values.md
index 4bb82adc744..bbe3581c609 100644
--- a/docs/apps/stable/postgresql/helm-values.md
+++ b/docs/apps/stable/postgresql/helm-values.md
@@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
-| image.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| image.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
| 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"` | |
diff --git a/docs/apps/stable/prowlarr/CHANGELOG.md b/docs/apps/stable/prowlarr/CHANGELOG.md
index ec799ca31c5..96b0a62e570 100644
--- a/docs/apps/stable/prowlarr/CHANGELOG.md
+++ b/docs/apps/stable/prowlarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [prowlarr-3.0.5](https://github.com/truecharts/apps/compare/prowlarr-3.0.4...prowlarr-3.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [prowlarr-3.0.4](https://github.com/truecharts/apps/compare/prowlarr-3.0.3...prowlarr-3.0.4) (2021-09-29)
diff --git a/docs/apps/stable/prowlarr/helm-values.md b/docs/apps/stable/prowlarr/helm-values.md
index c363a734f38..21a2a710518 100644
--- a/docs/apps/stable/prowlarr/helm-values.md
+++ b/docs/apps/stable/prowlarr/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository |
-| image.tag | string | `"v0.1.1.953@sha256:3cbdb4379830f584f1572fb18e9157503dd2c5612140bdf4b0121f73a2aa8d31"` | image tag |
+| image.tag | string | `"v0.1.1.966@sha256:67b1189b6bd3f811c4ffe4246e3822f2be5d91884d5075669f608b1e562c6846"` | 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. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
diff --git a/docs/apps/stable/readarr/CHANGELOG.md b/docs/apps/stable/readarr/CHANGELOG.md
index fb51236e6b1..8b03816d635 100644
--- a/docs/apps/stable/readarr/CHANGELOG.md
+++ b/docs/apps/stable/readarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [readarr-8.0.5](https://github.com/truecharts/apps/compare/readarr-8.0.4...readarr-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [readarr-8.0.4](https://github.com/truecharts/apps/compare/readarr-8.0.3...readarr-8.0.4) (2021-09-29)
diff --git a/docs/apps/stable/readarr/helm-values.md b/docs/apps/stable/readarr/helm-values.md
index 4fa50b0ee65..afac1e61a9d 100644
--- a/docs/apps/stable/readarr/helm-values.md
+++ b/docs/apps/stable/readarr/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/readarr"` | |
-| image.tag | string | `"v0.1.0.971@sha256:6cafd5b5eb09733902e8b4aaa20aa35887a39a4368fafc0f85024ae1c6ba7e90"` | |
+| image.tag | string | `"v0.1.0.980@sha256:8d58f2f6d8170f0f46ededa0536462dc0c73a0204e0cc96b3b2f853f172e755c"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/sonarr/CHANGELOG.md b/docs/apps/stable/sonarr/CHANGELOG.md
index 372b3069fab..b6a5d5a79ef 100644
--- a/docs/apps/stable/sonarr/CHANGELOG.md
+++ b/docs/apps/stable/sonarr/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [sonarr-8.0.5](https://github.com/truecharts/apps/compare/sonarr-8.0.4...sonarr-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [sonarr-8.0.4](https://github.com/truecharts/apps/compare/sonarr-8.0.3...sonarr-8.0.4) (2021-09-29)
diff --git a/docs/apps/stable/sonarr/helm-values.md b/docs/apps/stable/sonarr/helm-values.md
index 32a53a70d89..4c88906a7c5 100644
--- a/docs/apps/stable/sonarr/helm-values.md
+++ b/docs/apps/stable/sonarr/helm-values.md
@@ -14,7 +14,7 @@ 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/k8s-at-home/sonarr"` | |
-| image.tag | string | `"v3.0.6.1265@sha256:90ded1799623b6480cf7f5c894158aedad8395832740aae2e4e9d9048888b736"` | |
+| image.tag | string | `"v3.0.6.1342@sha256:c57197cb264e2a0755da3efa8f76c1ef181ff303fb6f7dff099a54bb057838a8"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/syncthing/CHANGELOG.md b/docs/apps/stable/syncthing/CHANGELOG.md
index 7e46730660f..f051d994f06 100644
--- a/docs/apps/stable/syncthing/CHANGELOG.md
+++ b/docs/apps/stable/syncthing/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [syncthing-8.0.4](https://github.com/truecharts/apps/compare/syncthing-8.0.3...syncthing-8.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [syncthing-8.0.3](https://github.com/truecharts/apps/compare/syncthing-8.0.2...syncthing-8.0.3) (2021-09-29)
diff --git a/docs/apps/stable/syncthing/helm-values.md b/docs/apps/stable/syncthing/helm-values.md
index 9bc0fe6c33b..7f5d28215f6 100644
--- a/docs/apps/stable/syncthing/helm-values.md
+++ b/docs/apps/stable/syncthing/helm-values.md
@@ -13,7 +13,7 @@ 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/syncthing"` | |
-| image.tag | string | `"v1.18.2@sha256:780c4924c4739d707295bd74fd21a186a640bd71f15efc2fcbc9fb9b05162a0d"` | |
+| image.tag | string | `"v1.18.3@sha256:d299f89bf7a3462953ca415c1dcea27ea1cd0eb776011905d6c37aef9a4fbea5"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/syncthing/"` | |
diff --git a/docs/apps/stable/vaultwarden/CHANGELOG.md b/docs/apps/stable/vaultwarden/CHANGELOG.md
index 49dd07fba0b..0fdc57d00a9 100644
--- a/docs/apps/stable/vaultwarden/CHANGELOG.md
+++ b/docs/apps/stable/vaultwarden/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [vaultwarden-9.0.10](https://github.com/truecharts/apps/compare/vaultwarden-9.0.9...vaultwarden-9.0.10) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [vaultwarden-9.0.9](https://github.com/truecharts/apps/compare/vaultwarden-9.0.8...vaultwarden-9.0.9) (2021-09-29)
diff --git a/docs/apps/stable/vaultwarden/helm-values.md b/docs/apps/stable/vaultwarden/helm-values.md
index f888893d617..5630c644c9f 100644
--- a/docs/apps/stable/vaultwarden/helm-values.md
+++ b/docs/apps/stable/vaultwarden/helm-values.md
@@ -54,7 +54,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"vaultwarden"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
-| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
+| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| 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/xteve/CHANGELOG.md b/docs/apps/stable/xteve/CHANGELOG.md
index 91a24d57bf7..9089a662851 100644
--- a/docs/apps/stable/xteve/CHANGELOG.md
+++ b/docs/apps/stable/xteve/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [xteve-3.0.4](https://github.com/truecharts/apps/compare/xteve-3.0.3...xteve-3.0.4) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [xteve-3.0.3](https://github.com/truecharts/apps/compare/xteve-3.0.2...xteve-3.0.3) (2021-09-29)
diff --git a/docs/apps/stable/xteve/helm-values.md b/docs/apps/stable/xteve/helm-values.md
index 07260140379..db0692122bd 100644
--- a/docs/apps/stable/xteve/helm-values.md
+++ b/docs/apps/stable/xteve/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/xteve"` | image repository |
-| image.tag | string | `"v2.2.0.200@sha256:b9ee5f47c280314b7b4926be794cb2c836783effea854b22ea6720374d91d404"` | image tag |
+| image.tag | string | `"v2.2.0.200@sha256:e1afd6ea29e9b680191d8024f41eb495bc8fc7c2870fa36fbfa4f684c9a708dc"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.main.ports.main.port | int | `34400` | |
diff --git a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
index a2c260e030d..1162d09406a 100644
--- a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
+++ b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [zwavejs2mqtt-8.0.5](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.4...zwavejs2mqtt-8.0.5) (2021-10-05)
+
+#### Chore
+
+* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+
+
+
### [zwavejs2mqtt-8.0.4](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.3...zwavejs2mqtt-8.0.4) (2021-09-29)
diff --git a/docs/apps/stable/zwavejs2mqtt/helm-values.md b/docs/apps/stable/zwavejs2mqtt/helm-values.md
index c8a58783244..502b635a137 100644
--- a/docs/apps/stable/zwavejs2mqtt/helm-values.md
+++ b/docs/apps/stable/zwavejs2mqtt/helm-values.md
@@ -14,7 +14,7 @@ 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/truecharts/zwavejs2mqtt"` | |
-| image.tag | string | `"v5.7.1@sha256:66b338d1494ab0e7359af73748481c65b6f10235c0c694c1c80bec64e26a6b8a"` | |
+| image.tag | string | `"v5.7.3@sha256:5aa458cd1cdd468d42cacbafe4ecd606faac5dc10f3c7d531cd6fbeff50fbc57"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/index.yaml b/docs/index.yaml
index 64f69ba4f48..3c323bc0334 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-10-05T11:36:21.6073933Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Airsonic is a Free and Open Source community driven media server
+ digest: ca0e115e028344cdda96ae112bc3a138cd4cec00047ea4f23e422b05f5f9695f
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png
+ 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.5/airsonic-3.0.5.tgz
+ version: 3.0.5
- apiVersion: v2
appVersion: 10.6.2
created: "2021-09-29T16:23:11.607795418Z"
@@ -4491,6 +4517,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-10-05T11:36:21.83138095Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ - condition: redis.enabled
+ name: redis
+ repository: https://charts.bitnami.com/bitnami
+ version: 15.4.0
+ description: Authelia is a Single Sign-On Multi-Factor portal for web apps
+ digest: 4ef508c61514482fc33689a6264db01174b52115ff3f9275870eb0236fed6b5c
+ 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.11/authelia-4.0.11.tgz
+ version: 4.0.11
- apiVersion: v2
appVersion: 4.31.0
created: "2021-09-29T16:23:11.967204873Z"
@@ -10625,6 +10695,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-10-05T11:36:22.050064506Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Booksonic is a platform for accessing the audibooks you own wherever
+ you are
+ digest: ba200de79c6e5b7a417bf0f9cea7321d9f6ed86642f86b3a48611feb1f08125c
+ home: https://github.com/truechartsapps/tree/master/charts/stable/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.5/booksonic-air-3.0.5.tgz
+ version: 3.0.5
- apiVersion: v2
appVersion: 2009.1.0
created: "2021-09-29T16:23:12.28520198Z"
@@ -22131,6 +22228,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.899
+ created: "2021-10-05T11:36:22.273287756Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Advanced tool to create your own TrueCharts-based App
+ digest: 995f9931584ac326bccecc296841c4b29b23550c3b7608f91979666194c7180f
+ 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.6/custom-app-2.0.6.tgz
+ version: 2.0.6
- apiVersion: v2
appVersion: 0.18.827
created: "2021-09-29T16:23:12.930472417Z"
@@ -26727,6 +26849,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
+ created: "2021-10-05T11:36:22.528740771Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Deluge App for TrueNAS SCALE
+ digest: da7ff41aefb389e63dc70e54c7aad259cc2f02c84ffdf55456990e596a426a17
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/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.5/deluge-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: 2.0.3-2201
created: "2021-09-29T16:23:13.470240459Z"
@@ -30203,6 +30352,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-10-05T11:36:22.747921726Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Store securely encrypted backups on cloud storage services!
+ digest: 3a993d5d05217337b704592fae00214a2294cc67082b712b6a5f4a1e048efe45
+ home: https://github.com/truechartsapps/tree/master/charts/stable/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.5/duplicati-3.0.5.tgz
+ version: 3.0.5
- apiVersion: v2
appVersion: latest
created: "2021-09-29T16:23:13.783000196Z"
@@ -37703,6 +37877,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-10-05T11:36:22.961032988Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ description: A free and open source personal finance manager
+ digest: c0ecd0938edfd307ffa556ef59befc43d339c208789adf356032ba1498454598
+ 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.10/fireflyiii-9.0.10.tgz
+ version: 9.0.10
- apiVersion: v2
appVersion: 5.5.12
created: "2021-09-29T16:23:14.420718133Z"
@@ -47235,6 +47442,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-10-05T11:36:23.157337669Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: FreshRSS is a self-hosted RSS feed aggregator
+ digest: bb1373be11a1c5d4c12e2466f96eca5d67154da207ca52847bfb05d6e6c2ef6e
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/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.5/freshrss-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: 1.18.1
created: "2021-09-29T16:23:15.243278116Z"
@@ -51770,6 +52004,46 @@ entries:
- https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz
version: 3.1.5
gitea:
+ - apiVersion: v2
+ appVersion: 1.15.3
+ created: "2021-10-05T11:36:23.404708193Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ - condition: memcached.enabled
+ name: memcached
+ repository: https://charts.bitnami.com/bitnami
+ version: 5.15.3
+ description: Self hosted GIT repositories
+ digest: 444cb38725cdc33dd67b574f71fcb44b6f933f1354183b13a7e4fe5bcd8e05ea
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea
+ icon: https://docs.gitea.io/images/gitea.png
+ keywords:
+ - git
+ - issue tracker
+ - code review
+ - wiki
+ - gitea
+ - gogs
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: gitea
+ sources:
+ - https://gitea.com/gitea/helm-chart
+ - https://github.com/go-gitea/gitea
+ - https://hub.docker.com/r/gitea/gitea/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/gitea-1.0.2/gitea-1.0.2.tgz
+ version: 1.0.2
- apiVersion: v2
appVersion: 1.15.3
created: "2021-10-01T21:30:30.58547184Z"
@@ -52011,6 +52285,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/gitea-0.0.1/gitea-0.0.1.tgz
version: 0.0.1
gonic:
+ - apiVersion: v2
+ appVersion: 0.14.0
+ created: "2021-10-05T11:36:23.622861849Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Music streaming server / subsonic server API implementation
+ digest: 83dd95b868d8258ba6105830526438458f43919ae258a17bb3a5264ff61ff698
+ home: https://github.com/truechartsapps/tree/master/charts/stable/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.4/gonic-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 0.13.1
created: "2021-09-29T16:23:15.531636931Z"
@@ -55447,6 +55747,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.2
+ created: "2021-10-05T11:36:23.833409914Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: HandBrake is a tool for converting video from nearly any format to
+ a selection of modern, widely supported codecs.
+ digest: eae5a7d9e5b8b3c662500968e01a3132a51069f66e2929ee15d45b03c32254c8
+ 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.4/handbrake-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 1.24.1
created: "2021-09-29T16:23:15.800868893Z"
@@ -60049,6 +60382,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-10-05T11:36:24.05196637Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Healthchecks is a cron job monitoring service. It listens for HTTP
+ requests and email messages ("pings") from your cron jobs and scheduled tasks
+ ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts.
+ digest: 1233a22c3e0a76b9acf33ad68ebc6c5666b7e36059049eae52dee597687644d5
+ home: https://github.com/truechartsapps/tree/master/charts/stable/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.4/healthchecks-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 1.22.0
created: "2021-09-29T16:23:16.075382625Z"
@@ -61587,6 +61949,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-10-05T11:36:24.252084346Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: An Application dashboard and launcher
+ digest: 4c8fab91d1092a097cc46100d596801e0f5725ce6c64d31d822ff7d244fa6f48
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/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.5/heimdall-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: 2.2.2
created: "2021-09-29T16:23:16.211748529Z"
@@ -67700,6 +68085,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.899
+ created: "2021-10-05T11:36:24.468413205Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: API Support for your favorite torrent trackers.
+ digest: 20a795e59ca12ab367030ef690d8eb87f56fc38fd4cbbdde222ca2bfaeb97657
+ 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.6/jackett-8.0.6.tgz
+ version: 8.0.6
- apiVersion: v2
appVersion: 0.18.827
created: "2021-09-29T16:23:16.602034092Z"
@@ -77109,6 +77524,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz
version: 3.1.5
komga:
+ - apiVersion: v2
+ appVersion: 0.130.1
+ created: "2021-10-05T11:36:24.675611571Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A comics/mangas server to serve/stream pages via API
+ digest: 75a1bedd606685453f7e13cd1940a997f804507ff720a6cfb2e84eba71821778
+ home: https://github.com/truechartsapps/tree/master/charts/stable/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.5/komga-3.0.5.tgz
+ version: 3.0.5
- apiVersion: v2
appVersion: 0.130.0
created: "2021-09-29T16:23:17.263556544Z"
@@ -78902,6 +79345,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-10-05T11:36:24.880744831Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Get all your books, like series with Sonarr...
+ digest: 0e846618a52bba19e453cb324156d141949f39cefbe7b787cf534077297870ac
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/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.5/lazylibrarian-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: latest
created: "2021-09-29T16:23:17.404516309Z"
@@ -81419,6 +81892,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-10-05T11:36:25.065600413Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Librespeed is a HTML5 webpage to test upload and download speeds
+ digest: 55056bedf79a42f5782c86304c8c85382ac55eb60eb22f4518c0f106ffb6c585
+ home: https://github.com/truechartsapps/tree/master/charts/stable/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.5/librespeed-3.0.5.tgz
+ version: 3.0.5
- apiVersion: v2
appVersion: 5.2.4
created: "2021-09-29T16:23:17.5625499Z"
@@ -85273,6 +85773,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-10-05T11:36:25.280219715Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Easy platform to combine all your social links
+ digest: 2ff3abd00d308e1d31202b37d2a10194f2f8330019eb2e91b5fcd67b207231dd
+ 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.4/littlelink-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: latest
created: "2021-09-29T16:23:17.841002584Z"
@@ -96130,6 +96659,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.2.0
+ created: "2021-10-05T11:36:25.500385584Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ - condition: redis.enabled
+ name: redis
+ repository: https://charts.bitnami.com/bitnami
+ version: 15.4.0
+ description: A private cloud server that puts the control and security of your
+ own data back into your hands.
+ digest: 82067d3ef2c8e5eb144ecb898ed4a2d8600ca54a3c895e77203949dca837198c
+ 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.11/nextcloud-6.0.11.tgz
+ version: 6.0.11
- apiVersion: v2
appVersion: 22.1.1
created: "2021-09-29T16:23:18.601999252Z"
@@ -106953,6 +107521,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.17.0
+ created: "2021-10-05T11:36:25.694686609Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ deprecated: true
+ description: Usenet meta search
+ digest: 64eb8801d219d2ca3faa618b5c354caa6edc9e80785f7a46e90e7dfdeb0b8fc2
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/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.6/nzbhydra-8.0.6.tgz
+ version: 8.0.6
- apiVersion: v2
appVersion: 3.16.2
created: "2021-09-29T16:23:19.153286646Z"
@@ -110248,6 +110839,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-10-05T11:36:25.889889929Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Omada enables the network administrators to monitor and manage all
+ the Omada products in the network with a centralized management platform.
+ digest: 2100591f58fa2c0ef62d7e17ad8cb1b7a38e376d568dea57f27b77266d2adf0c
+ home: https://github.com/truechartsapps/tree/master/charts/stable/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.5/omada-controller-3.0.5.tgz
+ version: 3.0.5
- apiVersion: v2
appVersion: "4.4"
created: "2021-09-29T16:23:19.37244767Z"
@@ -128809,6 +129426,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.10"
+ created: "2021-10-05T11:36:26.105719724Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: DNS and Ad-filtering for your network
+ digest: add89a847fde2694355207ca9b431680a57dd5d67479ab42b26644bc45871eec
+ 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.4/pihole-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: "2021.09"
created: "2021-09-29T16:23:20.955507909Z"
@@ -134327,6 +134971,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-10-05T11:36:26.318202539Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.2
+ description: PostgresSQL
+ digest: 9ae38acc3411ac4089b7fb2acd5ca7c23d614671030e7cc3b782815ec5d0056c
+ 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.8/postgresql-3.0.8.tgz
+ version: 3.0.8
- apiVersion: v2
appVersion: 13.4.0
created: "2021-10-05T10:00:42.732358182Z"
@@ -140497,6 +141172,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.966
+ created: "2021-10-05T11:36:26.511315671Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Indexer manager/proxy built on the popular arr net base stack to
+ integrate with your various PVR apps.
+ digest: f499106e842f8e31f4da38fe9a505e6373c90508ff68550251966c858bbaed5c
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/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.5/prowlarr-3.0.5.tgz
+ version: 3.0.5
- apiVersion: v2
appVersion: 0.1.1.953
created: "2021-09-29T16:23:21.751269342Z"
@@ -148855,6 +149558,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.980
+ created: "2021-10-05T11:36:26.701250123Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: A fork of Radarr to work with Books & AudioBooks
+ digest: a9ce1df9d76c128943cb37ebe5c0e7ab8a8af4efb1fa461cd274f198dc53e7a5
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/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.5/readarr-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: 0.1.0.971
created: "2021-09-29T16:23:22.909955618Z"
@@ -158615,6 +159351,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-10-05T11:36:26.914854031Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ - condition: memcached.enabled
+ name: memcached
+ repository: https://charts.bitnami.com/bitnami
+ version: 5.15.3
+ description: Groupware package
+ digest: 7fdba248e1076449e127518516e5806fc3fc8bd7b38239e1c9b32cb55fc5031e
+ 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.11/sogo-4.0.11.tgz
+ version: 4.0.11
- apiVersion: v2
appVersion: 5.2.0
created: "2021-09-29T16:23:23.577755632Z"
@@ -159474,6 +160243,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.1342
+ created: "2021-10-05T11:36:27.138609878Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Smart PVR for newsgroup and bittorrent users
+ digest: 6954c8d883d01a968d20a7d9f5c6b11fc348597fedf6926e78a4726e00b69aba
+ 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.5/sonarr-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: 3.0.6.1265
created: "2021-09-29T16:23:23.65494749Z"
@@ -163225,6 +164024,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.3
+ created: "2021-10-05T11:36:27.320928776Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: P2P file synchronization application
+ digest: f14b85def7b0c5e1d092ef349cc7338b0b92d2372ca36b9e19a46c8477e20bc8
+ 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.4/syncthing-8.0.4.tgz
+ version: 8.0.4
- apiVersion: v2
appVersion: 1.18.2
created: "2021-09-29T16:23:23.891832742Z"
@@ -186356,6 +187185,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-10-05T11:36:27.521963661Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.4
+ description: Unofficial Bitwarden compatible server written in Rust
+ digest: 977ea779d60af89abbf021e99da4347d0e207991fa587f662357609888a71c8c
+ 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.10/vaultwarden-9.0.10.tgz
+ version: 9.0.10
- apiVersion: v2
appVersion: 1.22.2
created: "2021-09-29T16:23:25.274859982Z"
@@ -191191,6 +192057,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-10-05T11:36:27.706578044Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: M3U Proxy for Plex DVR and Emby Live TV.
+ digest: 2813c6176f344362e6ffa964adb4f35ab9dc9555ce4590e27cd861b203814238
+ home: https://github.com/truechartsapps/tree/master/charts/stable/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.4/xteve-3.0.4.tgz
+ version: 3.0.4
- apiVersion: v2
appVersion: 2.2.0.200
created: "2021-09-29T16:23:25.426221851Z"
@@ -192508,6 +193402,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz
version: 1.0.1
zwavejs2mqtt:
+ - apiVersion: v2
+ appVersion: 5.7.3
+ created: "2021-10-05T11:36:27.909230719Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.0.13
+ description: Fully configurable Zwave to MQTT gateway and Control Panel using
+ NodeJS and Vue
+ digest: 977c554630380d218ac34cc9234846fa795f6ea879fa3dce2a3b7a4c1f6766c5
+ 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.5/zwavejs2mqtt-8.0.5.tgz
+ version: 8.0.5
- apiVersion: v2
appVersion: 5.7.1
created: "2021-09-29T16:23:25.562430894Z"
@@ -195906,4 +196833,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-10-05T10:00:42.792905231Z"
+generated: "2021-10-05T11:36:27.992784514Z"