@@ -6,35 +6,35 @@ global_collect_metrics_from:
6
6
# Version of https://github.com/prometheus/node_exporter to install on our
7
7
# instances. The checksum is the hash of the downloadable tarball for the
8
8
# specified architecture, found in the GitHub releases.
9
- node_exporter_version : 1.0.1
9
+ node_exporter_version : 1.1.2
10
10
node_exporter_archs :
11
11
x86_64 :
12
12
name : amd64
13
- checksum : sha256:3369b76cd2b0ba678b6d618deab320e565c3d93ccb5c2a0d5db51a53857768ae
13
+ checksum : sha256:8c1f6a317457a658e0ae68ad710f6b4098db2cad10204649b51e3c043aa3e70d
14
14
aarch64 :
15
15
name : arm64
16
- checksum : sha256:017514906922fcc4b7d727655690787faed0562bc7a17aa9f72b0651cb1b47fb
16
+ checksum : sha256:eb5e7d16f18bb3272d0d832986fc8ac6cb0b6c42d487c94e15dabb10feae8e04
17
17
18
18
# Version of https://github.com/prometheus/prometheus to install on our
19
19
# instances. The checksum is the hash of the downloadable tarball for the
20
20
# specified architecture, found in the GitHub releases.
21
- prometheus_version : 2.12 .0
21
+ prometheus_version : 2.26 .0
22
22
prometheus_arch : amd64
23
- prometheus_checksum : sha256:b9f57b6e64fb3048742cfa7dbcc727e1df906d8020ef246a5e81b7959ae97e08
23
+ prometheus_checksum : sha256:8dd6786c338dc62728e8891c13b62eda66c7f28a01398869f2b3712895b441b9
24
24
25
25
# Version of https://github.com/prometheus/alertmanager to install on our
26
26
# instances. The checksum is the hash of the downloadable tarball for the
27
27
# specified architecture, found in the GitHub releases.
28
- alertmanager_version : 0.18 .0
28
+ alertmanager_version : 0.21 .0
29
29
alertmanager_arch : amd64
30
- alertmanager_checksum : sha256:5f17155d669a8d2243b0d179fa46e609e0566876afd0afb09311a8bc7987ab15
30
+ alertmanager_checksum : sha256:9ccd863937436fd6bfe650e22521a7f2e6a727540988eef515dde208f9aef232
31
31
32
32
# Version of https://grafana.com to install in our instances. The checksum is
33
33
# the hash of the .deb for the specified architecture, found here:
34
34
# https://grafana.com/grafana/download
35
- grafana_version : 6.3.3
35
+ grafana_version : 7.5.5
36
36
grafana_arch : amd64
37
- grafana_checksum : sha256:7e2c05fb8c2b2595b7230cb34c3cd761891a4c3346e6d45518669d3946755e2d
37
+ grafana_checksum : sha256:a6342dc645da72a92ac50ff053f9a9ca591f8334797174b9c70521bdcd349fe9
38
38
39
39
# Version of https://github.com/letsencrypt/pebble to install on our instances.
40
40
# The checksum is the hash of the downloadable binary for the specific
0 commit comments