1
0
Fork 0

feat(monitoring): add blackbox-exporter

This commit is contained in:
Vojtěch Mareš 2022-09-03 16:06:25 +02:00
parent ccac1f1b86
commit ac16fabbd5
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 8 additions and 2 deletions

View file

@ -2,5 +2,8 @@ dependencies:
- name: kube-prometheus-stack - name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts repository: https://prometheus-community.github.io/helm-charts
version: 39.11.0 version: 39.11.0
digest: sha256:2000f95ea7c9e6ac6ec0cc0ed3f08ee6adebf5e3ad383a0e8d89d80ab61439eb - name: prometheus-blackbox-exporter
generated: "2022-09-03T10:54:33.34106+02:00" repository: https://prometheus-community.github.io/helm-charts
version: 7.0.0
digest: sha256:7a9382529ff259e31426aa23cf9eea9a0dc5fe7d6950339133bc78bcb310fa30
generated: "2022-09-03T16:06:15.239791+02:00"

View file

@ -9,3 +9,6 @@ dependencies:
- name: kube-prometheus-stack - name: kube-prometheus-stack
version: 39.11.0 version: 39.11.0
repository: https://prometheus-community.github.io/helm-charts repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-blackbox-exporter
version: 7.0.0
repository: https://prometheus-community.github.io/helm-charts