mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[sonarr] Uplifted Sonarr version to v3.0.7.1477 (#1509)
This commit is contained in:
parent
b9634fda7c
commit
e420963bdd
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user