mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[radarr] Updated docker image to version v4.1.0.6175 (#1513)
This commit is contained in:
parent
da65604a53
commit
a93974a6d4
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user