[radarr] Updated docker image to version v4.1.0.6175 (#1513)

This commit is contained in:
Karan Samani 2022-04-17 14:54:25 +01:00 committed by GitHub
parent da65604a53
commit a93974a6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v3.2.2.5080 appVersion: v4.1.0.6175
description: A fork of Sonarr to work with movies à la Couchpotato description: A fork of Sonarr to work with movies à la Couchpotato
name: radarr name: radarr
version: 16.0.1 version: 16.1.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- radarr - radarr
@ -23,4 +23,4 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Inherit persistence.config.subPath in metrics exporter description: Updated docker image to version v4.1.0.6175

View File

@ -1,6 +1,6 @@
# radarr # 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 A fork of Sonarr to work with movies à la Couchpotato
@ -80,7 +80,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone | | env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/radarr"` | image repository | | 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. | | 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.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) | | metrics.exporter.env.additionalMetrics | bool | `false` | Set to true to enable gathering of additional metrics (slow) |
@ -100,7 +100,7 @@ N/A
## Changelog ## Changelog
### Version 16.0.1 ### Version 16.1.0
#### Added #### Added
@ -108,7 +108,7 @@ N/A
#### Changed #### Changed
* Inherit persistence.config.subPath in metrics exporter * Updated docker image to version v4.1.0.6175
#### Fixed #### Fixed

View File

@ -8,8 +8,8 @@
image: image:
# -- image repository # -- image repository
repository: ghcr.io/k8s-at-home/radarr repository: ghcr.io/k8s-at-home/radarr
# -- image tag # @default -- chart.appVersion
tag: v3.2.2.5080 tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent