Uplifted Jackett version to v0.18.791 (#1209)

This commit is contained in:
Karan Samani 2021-09-25 07:18:21 +01:00 committed by GitHub
parent f58881f68e
commit f5fef88848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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