From f5fef888484c508a990433e49b65b98f235768ce Mon Sep 17 00:00:00 2001 From: Karan Samani Date: Sat, 25 Sep 2021 07:18:21 +0100 Subject: [PATCH] Uplifted Jackett version to v0.18.791 (#1209) --- charts/stable/jackett/Chart.yaml | 4 ++-- charts/stable/jackett/README.md | 10 ++++++++-- charts/stable/jackett/README_CHANGELOG.md.gotmpl | 7 +++++++ charts/stable/jackett/values.yaml | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 38fce319..894fa5a4 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v0.18.303 +appVersion: v0.18.791 description: API Support for your favorite torrent trackers name: jackett -version: 11.0.1 +version: 11.1.1 kubeVersion: ">=1.16.0-0" keywords: - jackett diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index e3816ce1..5c19e659 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -1,6 +1,6 @@ # jackett -![Version: 11.0.1](https://img.shields.io/badge/Version-11.0.1-informational?style=flat-square) ![AppVersion: v0.18.303](https://img.shields.io/badge/AppVersion-v0.18.303-informational?style=flat-square) +![Version: 11.1.1](https://img.shields.io/badge/Version-11.0.1-informational?style=flat-square) ![AppVersion: v0.18.791](https://img.shields.io/badge/AppVersion-v0.18.791-informational?style=flat-square) API Support for your favorite torrent trackers @@ -80,7 +80,7 @@ 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.303"` | image tag | +| image.tag | string | `"v0.18.791"` | 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. | @@ -91,6 +91,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [11.1.1] + +#### Changed + +- Uplifted Jackett version to v0.18.791 + ### [11.0.0] #### Changed diff --git a/charts/stable/jackett/README_CHANGELOG.md.gotmpl b/charts/stable/jackett/README_CHANGELOG.md.gotmpl index 99441b9c..842c8dca 100644 --- a/charts/stable/jackett/README_CHANGELOG.md.gotmpl +++ b/charts/stable/jackett/README_CHANGELOG.md.gotmpl @@ -9,6 +9,13 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [11.1.1] + +#### Changed + +- Uplifted Jackett version to v0.18.791 + + ### [11.0.0] #### Changed diff --git a/charts/stable/jackett/values.yaml b/charts/stable/jackett/values.yaml index 07af4aa9..c47be1bf 100644 --- a/charts/stable/jackett/values.yaml +++ b/charts/stable/jackett/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/jackett # -- image tag - tag: v0.18.303 + tag: v0.18.791 # -- image pull policy pullPolicy: IfNotPresent