From ff26315c57839ad3d3b2d9a1f3e73853eabe28f7 Mon Sep 17 00:00:00 2001 From: Scotte Zinn Date: Sun, 20 Feb 2022 05:26:34 -0500 Subject: [PATCH] [radarr] add metrics config subpath when config has subPath specified (#1421) --- charts/stable/radarr/Chart.yaml | 4 ++-- charts/stable/radarr/README.md | 6 +++--- charts/stable/radarr/templates/common.yaml | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 224b65a2..65f92db4 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v3.2.2.5080 description: A fork of Sonarr to work with movies à la Couchpotato name: radarr -version: 16.0.0 +version: 16.0.1 kubeVersion: ">=1.16.0-0" keywords: - radarr @@ -23,4 +23,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Updated exportarr to v1.0.0 + description: Inherit persistence.config.subPath in metrics exporter diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index c2f97989..56bc65dd 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 16.0.0](https://img.shields.io/badge/Version-16.0.0-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.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) A fork of Sonarr to work with movies à la Couchpotato @@ -100,11 +100,11 @@ N/A ## Changelog -### Version 16.0.0 +### Version 16.0.1 #### Added -N/A +* Supported persistence.config.subPath in metrics exporter #### Changed diff --git a/charts/stable/radarr/templates/common.yaml b/charts/stable/radarr/templates/common.yaml index e80416b4..e1c64af6 100644 --- a/charts/stable/radarr/templates/common.yaml +++ b/charts/stable/radarr/templates/common.yaml @@ -29,6 +29,9 @@ additionalContainers: - name: config mountPath: /config readOnly: true + {{ if .Values.persistence.config.subPath }} + subPath: {{ .Values.persistence.config.subPath }} + {{ end }} {{ end }} service: