Ansible playbook added
[eliot.git] / blueprints / iotgateway / playbooks / roles / prometheus / files / values.yaml
1 ---
2 alertmanager:
3   image:
4     tag: v0.18.0
5
6 kubeStateMetrics:
7   image:
8     repository: carlosedp/kube-state-metrics
9     tag: v1.7.2
10
11 pushgateway:
12   image:
13     tag: v1.0.1
14
15 server:
16   image:
17     tag: v2.15.2
18
19 nodeExporter:
20   image:
21     tag: v0.18.1
22
23 configmapReload:
24   image:
25     repository: jimmidyson/configmap-reload
26     tag: latest-arm64