diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index f8f6b6e1..d73f8201 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -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. diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index f1c01c12..e04684a6 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -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 diff --git a/charts/stable/sonarr/values.yaml b/charts/stable/sonarr/values.yaml index 07bc7bd0..9cca627c 100644 --- a/charts/stable/sonarr/values.yaml +++ b/charts/stable/sonarr/values.yaml @@ -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