diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md
index 72c6c292e49..99eb552bd8e 100644
--- a/charts/stable/jackett/CHANGELOG.md
+++ b/charts/stable/jackett/CHANGELOG.md
@@ -1,3 +1,23 @@
+# Changelog
+
+
+
+### [jackett-6.11.20](https://github.com/truecharts/apps/compare/jackett-6.11.19...jackett-6.11.20) (2021-09-12)
+
+#### Chore
+
+* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
+
+#### Feat
+
+* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
+* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
+* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
+
+#### Fix
+
+* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
+* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954))
## [jackett-6.11.19](https://github.com/truecharts/apps/compare/jackett-6.11.18...jackett-6.11.19) (2021-09-08)
diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml
index 2c65322d8ff..e25e8d2bb22 100644
--- a/charts/stable/jackett/Chart.yaml
+++ b/charts/stable/jackett/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: auto
+appVersion: 0.18.729
dependencies:
- name: common
repository: https://truecharts.org/
diff --git a/charts/stable/jackett/SCALE/CHANGELOG.md b/charts/stable/jackett/SCALE/CHANGELOG.md
index 72c6c292e49..ddbf46e32fd 100644
--- a/charts/stable/jackett/SCALE/CHANGELOG.md
+++ b/charts/stable/jackett/SCALE/CHANGELOG.md
@@ -1,7 +1,18 @@
-
-## [jackett-6.11.19](https://github.com/truecharts/apps/compare/jackett-6.11.18...jackett-6.11.19) (2021-09-08)
+
+### [jackett-6.11.20](https://github.com/truecharts/apps/compare/jackett-6.11.19...jackett-6.11.20) (2021-09-12)
-### Fix
+#### Chore
-* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922))
+* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
+
+#### Feat
+
+* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
+* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
+* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
+
+#### Fix
+
+* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
+* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954))
diff --git a/charts/stable/jackett/helm-values.md b/charts/stable/jackett/helm-values.md
index e347585c08f..fd33bab4e76 100644
--- a/charts/stable/jackett/helm-values.md
+++ b/charts/stable/jackett/helm-values.md
@@ -14,17 +14,25 @@ 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.686"` | |
+| image.tag | string | `"v0.18.729@sha256:7b814d426af9f3329edeb17cedab01217f7eee638f12e32f91c56d27aba48b6c"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| podSecurityContext.fsGroup | int | `568` | |
+| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
+| podSecurityContext.runAsGroup | int | `568` | |
+| podSecurityContext.runAsUser | int | `568` | |
+| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.path | string | `"/UI/Login"` | |
| probes.readiness.path | string | `"/UI/Login"` | |
| probes.startup.path | string | `"/UI/Login"` | |
+| securityContext.allowPrivilegeEscalation | bool | `true` | |
+| securityContext.privileged | bool | `false` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `true` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `9117` | |
-| strategy.type | string | `"Recreate"` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md
index 72c6c292e49..99eb552bd8e 100644
--- a/docs/apps/stable/jackett/CHANGELOG.md
+++ b/docs/apps/stable/jackett/CHANGELOG.md
@@ -1,3 +1,23 @@
+# Changelog
+
+
+
+### [jackett-6.11.20](https://github.com/truecharts/apps/compare/jackett-6.11.19...jackett-6.11.20) (2021-09-12)
+
+#### Chore
+
+* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
+
+#### Feat
+
+* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
+* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935))
+* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926))
+
+#### Fix
+
+* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
+* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954))
## [jackett-6.11.19](https://github.com/truecharts/apps/compare/jackett-6.11.18...jackett-6.11.19) (2021-09-08)
diff --git a/docs/apps/stable/jackett/helm-values.md b/docs/apps/stable/jackett/helm-values.md
index e347585c08f..fd33bab4e76 100644
--- a/docs/apps/stable/jackett/helm-values.md
+++ b/docs/apps/stable/jackett/helm-values.md
@@ -14,17 +14,25 @@ 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.686"` | |
+| image.tag | string | `"v0.18.729@sha256:7b814d426af9f3329edeb17cedab01217f7eee638f12e32f91c56d27aba48b6c"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| podSecurityContext.fsGroup | int | `568` | |
+| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
+| podSecurityContext.runAsGroup | int | `568` | |
+| podSecurityContext.runAsUser | int | `568` | |
+| podSecurityContext.supplementalGroups | list | `[]` | |
| probes.liveness.path | string | `"/UI/Login"` | |
| probes.readiness.path | string | `"/UI/Login"` | |
| probes.startup.path | string | `"/UI/Login"` | |
+| securityContext.allowPrivilegeEscalation | bool | `true` | |
+| securityContext.privileged | bool | `false` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `true` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `9117` | |
-| strategy.type | string | `"Recreate"` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/index.yaml b/docs/index.yaml
index 905c4716e27..6fed39a97e5 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -61403,6 +61403,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.729
+ created: "2021-09-12T08:00:25.921953619Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org/
+ version: 6.13.8
+ description: API Support for your favorite torrent trackers.
+ digest: d9cba6aa3cd5325387c674c1adcc39c95bd3a77a724e1f2d3ac8298780f0894e
+ 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-6.11.20/jackett-6.11.20.tgz
+ version: 6.11.20
- apiVersion: v2
appVersion: auto
created: "2021-09-08T03:33:31.044167155Z"
@@ -178866,4 +178896,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-09-11T19:58:16.803771855Z"
+generated: "2021-09-12T08:00:25.980459544Z"