mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[jackett] update jackett to version-v0.17.591 (#628)
* [jackett] update jackett to version-v0.17.591 Signed-off-by: Jack Maloney <jmmaloney4@gmail.com> * Update charts/jackett/Chart.yaml Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev> * Update charts/jackett/Chart.yaml Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev> Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
a4b0adde3b
commit
8acb00bd4c
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.16.2106
|
appVersion: v0.17.591
|
||||||
description: API Support for your favorite torrent trackers
|
description: API Support for your favorite torrent trackers
|
||||||
name: jackett
|
name: jackett
|
||||||
version: 7.1.0
|
version: 7.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- jackett
|
- jackett
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: linuxserver/jackett
|
repository: linuxserver/jackett
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-v0.16.2106
|
tag: version-v0.17.591
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
@ -17,6 +17,8 @@ env: {}
|
|||||||
# TZ: UTC
|
# TZ: UTC
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
# PGID: 1001
|
# PGID: 1001
|
||||||
|
## Allow Jackett to update inside of the container, but might cause outages if turned on.
|
||||||
|
# AUTOUPDATE: false
|
||||||
|
|
||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
|
Loading…
Reference in New Issue
Block a user