diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 1c1c85bc..1b740458 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: 15.0.1 +version: 15.0.2 kubeVersion: ">=1.16.0-0" keywords: - radarr diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index 42e9887d..172f1c72 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 15.0.1](https://img.shields.io/badge/Version-15.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: 15.0.2](https://img.shields.io/badge/Version-15.0.2-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 diff --git a/charts/stable/radarr/templates/prometheusrules.yaml b/charts/stable/radarr/templates/prometheusrules.yaml index 377e62d8..b1d07489 100644 --- a/charts/stable/radarr/templates/prometheusrules.yaml +++ b/charts/stable/radarr/templates/prometheusrules.yaml @@ -18,7 +18,7 @@ spec: service discovery. summary: Exportarr is down. expr: | - absent(up{job="{{ include "common.names.fullname" . }}"} == 1) + absent(up{job=~".*{{ include "common.names.fullname" . }}.*"} == 1) for: 5m labels: severity: critical @@ -27,7 +27,7 @@ spec: description: Radarr service is down. summary: Radarr is down. expr: | - radarr_system_status == 0 + radarr_system_status{job=~".*{{ include "common.names.fullname" . }}.*"} == 0 for: 5m labels: severity: critical