From 4c4c47d415b5301b154e112cbe8e690220f51b52 Mon Sep 17 00:00:00 2001 From: Karan Samani Date: Sun, 17 Apr 2022 15:05:29 +0100 Subject: [PATCH] [jackett] Update jackett docker image to v0.20.892 (#1512) Signed-off-by: Karan Samani --- charts/stable/jackett/Chart.yaml | 6 +++--- charts/stable/jackett/README.md | 8 ++++---- charts/stable/jackett/values.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 7f3119d0..6171195b 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v0.18.791 +appVersion: v0.20.892 description: API Support for your favorite torrent trackers name: jackett -version: 11.3.0 +version: 11.4.0 kubeVersion: ">=1.16.0-0" keywords: - jackett @@ -22,4 +22,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `common` chart dependency to version `4.3.0`. + description: Updated the docker image to the latest version v0.20.892. diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index d11d05b0..59b39b83 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -1,6 +1,6 @@ # jackett -![Version: 11.3.0](https://img.shields.io/badge/Version-11.3.0-informational?style=flat-square) ![AppVersion: v0.18.791](https://img.shields.io/badge/AppVersion-v0.18.791-informational?style=flat-square) +![Version: 11.4.0](https://img.shields.io/badge/Version-11.4.0-informational?style=flat-square) ![AppVersion: v0.20.892](https://img.shields.io/badge/AppVersion-v0.20.892-informational?style=flat-square) API Support for your favorite torrent trackers @@ -80,14 +80,14 @@ N/A | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | image repository | -| image.tag | string | `"v0.18.791"` | image tag | +| image.tag | string | `"v0.20.892"` | 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. | | service | object | See values.yaml | Configures service settings for the chart. | ## Changelog -### Version 11.3.0 +### Version 11.4.0 #### Added @@ -95,7 +95,7 @@ N/A #### Changed -* Upgraded `common` chart dependency to version `4.3.0`. +* Updated the docker image to the latest version v0.20.892 #### Fixed diff --git a/charts/stable/jackett/values.yaml b/charts/stable/jackett/values.yaml index c47be1bf..71d3d1d5 100644 --- a/charts/stable/jackett/values.yaml +++ b/charts/stable/jackett/values.yaml @@ -8,8 +8,8 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/jackett - # -- image tag - tag: v0.18.791 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent