diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 24b79714..62a966ec 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v3.0.6.1265 description: Smart PVR for newsgroup and bittorrent users name: sonarr -version: 15.0.1 +version: 15.0.2 kubeVersion: ">=1.16.0-0" keywords: - sonarr diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index 1ffad70c..8444bac3 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 15.0.1](https://img.shields.io/badge/Version-15.0.1-informational?style=flat-square) ![AppVersion: v3.0.6.1265](https://img.shields.io/badge/AppVersion-v3.0.6.1265-informational?style=flat-square) +![Version: 15.0.2](https://img.shields.io/badge/Version-15.0.2-informational?style=flat-square) ![AppVersion: v3.0.6.1265](https://img.shields.io/badge/AppVersion-v3.0.6.1265-informational?style=flat-square) Smart PVR for newsgroup and bittorrent users diff --git a/charts/stable/sonarr/templates/prometheusrules.yaml b/charts/stable/sonarr/templates/prometheusrules.yaml index 9f2bf345..b5743406 100644 --- a/charts/stable/sonarr/templates/prometheusrules.yaml +++ b/charts/stable/sonarr/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: Sonarr service is down. summary: Sonarr is down. expr: | - sonarr_system_status == 0 + sonarr_system_status{job=~".*{{ include "common.names.fullname" . }}.*"} == 0 for: 5m labels: severity: critical