From ac16fabbd5f8dcea9ce72a80d23c100d4457ee82 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sat, 3 Sep 2022 16:06:25 +0200 Subject: [PATCH] feat(monitoring): add blackbox-exporter --- monitoring/Chart.lock | 7 +++++-- monitoring/Chart.yaml | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/monitoring/Chart.lock b/monitoring/Chart.lock index 8956be1..4fbfe82 100644 --- a/monitoring/Chart.lock +++ b/monitoring/Chart.lock @@ -2,5 +2,8 @@ dependencies: - name: kube-prometheus-stack repository: https://prometheus-community.github.io/helm-charts version: 39.11.0 -digest: sha256:2000f95ea7c9e6ac6ec0cc0ed3f08ee6adebf5e3ad383a0e8d89d80ab61439eb -generated: "2022-09-03T10:54:33.34106+02:00" +- name: prometheus-blackbox-exporter + repository: https://prometheus-community.github.io/helm-charts + version: 7.0.0 +digest: sha256:7a9382529ff259e31426aa23cf9eea9a0dc5fe7d6950339133bc78bcb310fa30 +generated: "2022-09-03T16:06:15.239791+02:00" diff --git a/monitoring/Chart.yaml b/monitoring/Chart.yaml index 00605fb..c22dfc7 100644 --- a/monitoring/Chart.yaml +++ b/monitoring/Chart.yaml @@ -9,3 +9,6 @@ dependencies: - name: kube-prometheus-stack version: 39.11.0 repository: https://prometheus-community.github.io/helm-charts +- name: prometheus-blackbox-exporter + version: 7.0.0 + repository: https://prometheus-community.github.io/helm-charts