From e57fc8c84911a39e0dda2b87033bbdf4a08e69d0 Mon Sep 17 00:00:00 2001 From: Karan Samani Date: Sun, 3 Oct 2021 14:48:34 +0100 Subject: [PATCH] Uplifted Sonarr version to v3.0.6.1342 (#1227) Signed-off-by: Karan Samani --- charts/stable/sonarr/Chart.yaml | 4 ++-- charts/stable/sonarr/README.md | 12 ++++++++++-- charts/stable/sonarr/README_CHANGELOG.md.gotmpl | 7 +++++++ charts/stable/sonarr/values.yaml | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 281ca34a..c7393dfe 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v3.0.6.1265 +appVersion: v3.0.6.1342 description: Smart PVR for newsgroup and bittorrent users name: sonarr -version: 15.0.3 +version: 15.1.0 kubeVersion: ">=1.16.0-0" keywords: - sonarr diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index 63dd7b26..0d7e1213 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 15.0.3](https://img.shields.io/badge/Version-15.0.3-informational?style=flat-square) ![AppVersion: v3.0.6.1265](https://img.shields.io/badge/AppVersion-v3.0.6.1265-informational?style=flat-square) +![Version: 15.1.0](https://img.shields.io/badge/Version-15.1.0-informational?style=flat-square) ![AppVersion: v3.0.6.1342](https://img.shields.io/badge/AppVersion-v3.0.6.1342-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.1265"` | image tag | +| image.tag | string | `"v3.0.6.1342"` | 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) | @@ -104,6 +104,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). + +### [15.1.0] + +#### Changed + +- Uplifted Sonarr version to v3.0.6.1342 + ### [15.0.0] #### Changed @@ -141,6 +148,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial version +[15.1.0]: #1510 [15.0.0]: #1500 [14.0.0]: #1400 [13.0.0]: #1300 diff --git a/charts/stable/sonarr/README_CHANGELOG.md.gotmpl b/charts/stable/sonarr/README_CHANGELOG.md.gotmpl index 77f53e9a..ea97723b 100644 --- a/charts/stable/sonarr/README_CHANGELOG.md.gotmpl +++ b/charts/stable/sonarr/README_CHANGELOG.md.gotmpl @@ -9,6 +9,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). +### [15.1.0] + +#### Changed + +- Uplifted Sonarr version to v3.0.6.1342 + ### [15.0.0] #### Changed @@ -46,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial version +[15.1.0]: #1510 [15.0.0]: #1500 [14.0.0]: #1400 [13.0.0]: #1300 diff --git a/charts/stable/sonarr/values.yaml b/charts/stable/sonarr/values.yaml index c1485c25..4165cdb5 100644 --- a/charts/stable/sonarr/values.yaml +++ b/charts/stable/sonarr/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/sonarr # -- image tag - tag: v3.0.6.1265 + tag: v3.0.6.1342 # -- image pull policy pullPolicy: IfNotPresent