File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
cookbooks/boxcutter_prometheus/attributes Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11case node [ 'kernel' ] [ 'machine' ]
22when 'x86_64' , 'amd64'
3- prometheus_source = 'https://github.com/prometheus/prometheus/releases/download/v3.4 .1/prometheus-3.4 .1.linux-amd64.tar.gz'
4- prometheus_checksum = '09203151c132f36b004615de1a3dea22117ad17e6d7a59962e34f3abf328f312 '
5- prometheus_creates = 'prometheus-3.4 .1.linux-amd64'
3+ prometheus_source = 'https://github.com/prometheus/prometheus/releases/download/v3.8 .1/prometheus-3.8 .1.linux-amd64.tar.gz'
4+ prometheus_checksum = 'a09972ced892cd298e353eb9559f1a90f499da3fb4ff0845be352fc138780ee7 '
5+ prometheus_creates = 'prometheus-3.8 .1.linux-amd64'
66when 'aarch64' , 'arm64'
7- prometheus_source = 'https://github.com/prometheus/prometheus/releases/download/v3.4 .1/prometheus-3.4 .1.linux-arm64.tar.gz'
8- prometheus_checksum = '2a85be1dff46238c0d799674e856c8629c8526168dd26c3de2cecfbfc6f9a0a2 '
9- prometheus_creates = 'prometheus-3.4 .1.linux-arm64'
7+ prometheus_source = 'https://github.com/prometheus/prometheus/releases/download/v3.8 .1/prometheus-3.8 .1.linux-arm64.tar.gz'
8+ prometheus_checksum = '8d95804e692bba65a48d32ecdfb3d4acd8e1560d440c8cc08f48167cb838ec4b '
9+ prometheus_creates = 'prometheus-3.8 .1.linux-arm64'
1010end
1111
1212default [ 'boxcutter_prometheus' ] [ 'prometheus' ] = {
You can’t perform that action at this time.
0 commit comments