Compare commits

...

2 Commits

Author SHA1 Message Date
k8s-at-home[bot]
a33219152a chore: Auto-update chart README [skip ci] 2022-02-20 10:27:28 +00:00
Scotte Zinn
ff26315c57 [radarr] add metrics config subpath when config has subPath specified (#1421) 2022-02-20 11:26:34 +01:00
3 changed files with 8 additions and 5 deletions

View File

@@ -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

View File

@@ -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,7 +100,7 @@ N/A
## Changelog
### Version 16.0.0
### Version 16.0.1
#### Added
@@ -108,7 +108,7 @@ N/A
#### Changed
* Updated exportarr to v1.0.0
* Inherit persistence.config.subPath in metrics exporter
#### Fixed

View File

@@ -29,6 +29,9 @@ additionalContainers:
- name: config
mountPath: /config
readOnly: true
{{ if .Values.persistence.config.subPath }}
subPath: {{ .Values.persistence.config.subPath }}
{{ end }}
{{ end }}
service: