[sonarr] Uplifted Sonarr version to v3.0.7.1477 (#1509)

This commit is contained in:
Karan Samani 2022-04-17 14:53:11 +01:00 committed by GitHub
parent b9634fda7c
commit e420963bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v3.0.6.1342
appVersion: v3.0.7.1477
description: Smart PVR for newsgroup and bittorrent users
name: sonarr
version: 16.0.1
version: 16.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- sonarr
@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Inherit persistence.config.subPath in metrics exporter
description: Changed docker image version to the latest one.

View File

@ -1,6 +1,6 @@
# sonarr
![Version: 16.0.1](https://img.shields.io/badge/Version-16.0.1-informational?style=flat-square) ![AppVersion: v3.0.6.1342](https://img.shields.io/badge/AppVersion-v3.0.6.1342-informational?style=flat-square)
![Version: 16.1.0](https://img.shields.io/badge/Version-16.1.0-informational?style=flat-square) ![AppVersion: v3.0.7.1477](https://img.shields.io/badge/AppVersion-v3.0.7.1477-informational?style=flat-square)
Smart PVR for newsgroup and bittorrent users
@ -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/sonarr"` | image repository |
| image.tag | string | `"v3.0.6.1342"` | image tag |
| image.tag | string | `"v3.0.7.1477"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| metrics.enabled | bool | See values.yaml | Enable and configure Exportarr sidecar and Prometheus serviceMonitor. |
| metrics.exporter.env.additionalMetrics | bool | `false` | Set to true to enable gathering of additional metrics (slow) |
@ -100,7 +100,7 @@ N/A
## Changelog
### Version 16.0.1
### Version 16.1.0
#### Added
@ -108,7 +108,7 @@ N/A
#### Changed
* Inherit persistence.config.subPath in metrics exporter
* Changed docker image version to the latest one.
#### Fixed

View File

@ -8,8 +8,8 @@
image:
# -- image repository
repository: ghcr.io/k8s-at-home/sonarr
# -- image tag
tag: v3.0.6.1342
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent