From a93974a6d4c0522c4d9ccaed9a3da0a79d768980 Mon Sep 17 00:00:00 2001 From: Karan Samani Date: Sun, 17 Apr 2022 14:54:25 +0100 Subject: [PATCH] [radarr] Updated docker image to version v4.1.0.6175 (#1513) --- charts/stable/radarr/Chart.yaml | 6 +++--- charts/stable/radarr/README.md | 8 ++++---- charts/stable/radarr/values.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 65f92db4..b401bd00 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v3.2.2.5080 +appVersion: v4.1.0.6175 description: A fork of Sonarr to work with movies à la Couchpotato name: radarr -version: 16.0.1 +version: 16.1.0 kubeVersion: ">=1.16.0-0" keywords: - radarr @@ -23,4 +23,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Inherit persistence.config.subPath in metrics exporter + description: Updated docker image to version v4.1.0.6175 diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index 58c25fb7..e9d6f3b9 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 16.0.1](https://img.shields.io/badge/Version-16.0.1-informational?style=flat-square) ![AppVersion: v3.2.2.5080](https://img.shields.io/badge/AppVersion-v3.2.2.5080-informational?style=flat-square) +![Version: 16.1.0](https://img.shields.io/badge/Version-16.1.0-informational?style=flat-square) ![AppVersion: v4.1.0.6175](https://img.shields.io/badge/AppVersion-v4.1.0.6175-informational?style=flat-square) A fork of Sonarr to work with movies à la Couchpotato @@ -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/radarr"` | image repository | -| image.tag | string | `"v3.2.2.5080"` | image tag | +| image.tag | string | `"v4.1.0.6175"` | 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 +* Updated docker image to version v4.1.0.6175 #### Fixed diff --git a/charts/stable/radarr/values.yaml b/charts/stable/radarr/values.yaml index f79d02ef..f8864f4a 100644 --- a/charts/stable/radarr/values.yaml +++ b/charts/stable/radarr/values.yaml @@ -8,8 +8,8 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/radarr - # -- image tag - tag: v3.2.2.5080 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent