Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="jackett-6.11.20"></a>
|
||||||
|
### [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))
|
||||||
|
|
||||||
<a name="jackett-6.11.19"></a>
|
<a name="jackett-6.11.19"></a>
|
||||||
## [jackett-6.11.19](https://github.com/truecharts/apps/compare/jackett-6.11.18...jackett-6.11.19) (2021-09-08)
|
## [jackett-6.11.19](https://github.com/truecharts/apps/compare/jackett-6.11.18...jackett-6.11.19) (2021-09-08)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: auto
|
appVersion: 0.18.729
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
|
|||||||
@@ -1,7 +1,18 @@
|
|||||||
|
|
||||||
<a name="jackett-6.11.19"></a>
|
<a name="jackett-6.11.20"></a>
|
||||||
## [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))
|
||||||
|
|||||||
@@ -14,17 +14,25 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| env | object | `{}` | |
|
| env | object | `{}` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
| 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.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/config"` | |
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
| persistence.config.size | string | `"100Gi"` | |
|
| persistence.config.size | string | `"100Gi"` | |
|
||||||
| persistence.config.type | string | `"pvc"` | |
|
| 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.liveness.path | string | `"/UI/Login"` | |
|
||||||
| probes.readiness.path | string | `"/UI/Login"` | |
|
| probes.readiness.path | string | `"/UI/Login"` | |
|
||||||
| probes.startup.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.enabled | bool | `true` | |
|
||||||
| service.main.ports.main.port | int | `9117` | |
|
| service.main.ports.main.port | int | `9117` | |
|
||||||
| strategy.type | string | `"Recreate"` | |
|
|
||||||
|
|
||||||
All Rights Reserved - The TrueCharts Project
|
All Rights Reserved - The TrueCharts Project
|
||||||
|
|||||||
@@ -1,3 +1,23 @@
|
|||||||
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="jackett-6.11.20"></a>
|
||||||
|
### [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))
|
||||||
|
|
||||||
<a name="jackett-6.11.19"></a>
|
<a name="jackett-6.11.19"></a>
|
||||||
## [jackett-6.11.19](https://github.com/truecharts/apps/compare/jackett-6.11.18...jackett-6.11.19) (2021-09-08)
|
## [jackett-6.11.19](https://github.com/truecharts/apps/compare/jackett-6.11.18...jackett-6.11.19) (2021-09-08)
|
||||||
|
|||||||
@@ -14,17 +14,25 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| env | object | `{}` | |
|
| env | object | `{}` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
| 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.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/config"` | |
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
| persistence.config.size | string | `"100Gi"` | |
|
| persistence.config.size | string | `"100Gi"` | |
|
||||||
| persistence.config.type | string | `"pvc"` | |
|
| 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.liveness.path | string | `"/UI/Login"` | |
|
||||||
| probes.readiness.path | string | `"/UI/Login"` | |
|
| probes.readiness.path | string | `"/UI/Login"` | |
|
||||||
| probes.startup.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.enabled | bool | `true` | |
|
||||||
| service.main.ports.main.port | int | `9117` | |
|
| service.main.ports.main.port | int | `9117` | |
|
||||||
| strategy.type | string | `"Recreate"` | |
|
|
||||||
|
|
||||||
All Rights Reserved - The TrueCharts Project
|
All Rights Reserved - The TrueCharts Project
|
||||||
|
|||||||
+31
-1
@@ -61403,6 +61403,36 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz
|
- https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz
|
||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
jackett:
|
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
|
- apiVersion: v2
|
||||||
appVersion: auto
|
appVersion: auto
|
||||||
created: "2021-09-08T03:33:31.044167155Z"
|
created: "2021-09-08T03:33:31.044167155Z"
|
||||||
@@ -178866,4 +178896,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
generated: "2021-09-11T19:58:16.803771855Z"
|
generated: "2021-09-12T08:00:25.980459544Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user