diff --git a/charts/stable/blocky/Chart.yaml b/charts/stable/blocky/Chart.yaml index cacf2cf5..497f1b51 100644 --- a/charts/stable/blocky/Chart.yaml +++ b/charts/stable/blocky/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.15 description: DNS proxy as ad-blocker for local network name: blocky -version: 9.0.1 +version: 9.0.2 kubeVersion: ">=1.16.0-0" keywords: - blocky diff --git a/charts/stable/blocky/README.md b/charts/stable/blocky/README.md index e2fcb748..f6969eed 100644 --- a/charts/stable/blocky/README.md +++ b/charts/stable/blocky/README.md @@ -1,6 +1,6 @@ # blocky -![Version: 9.0.1](https://img.shields.io/badge/Version-9.0.1-informational?style=flat-square) ![AppVersion: v0.15](https://img.shields.io/badge/AppVersion-v0.15-informational?style=flat-square) +![Version: 9.0.2](https://img.shields.io/badge/Version-9.0.2-informational?style=flat-square) ![AppVersion: v0.15](https://img.shields.io/badge/AppVersion-v0.15-informational?style=flat-square) DNS proxy as ad-blocker for local network diff --git a/charts/stable/blocky/templates/prometheusrules.yaml b/charts/stable/blocky/templates/prometheusrules.yaml index 1c5a9381..6d89dcbc 100644 --- a/charts/stable/blocky/templates/prometheusrules.yaml +++ b/charts/stable/blocky/templates/prometheusrules.yaml @@ -17,7 +17,7 @@ spec: description: Blocky has disappeared from Prometheus service discovery. summary: Blocky 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: Please re-enable protection. summary: Blocky is disabled. expr: | - blocky_blocking_enabled == 0 + blocky_blocking_enabled{job=~".*{{ include "common.names.fullname" . }}.*"} == 0 for: 15m labels: severity: critical