From dde2cc5b4124618673120057dbcd4ba6cc1cdcf5 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 30 Oct 2023 10:52:07 -0700 Subject: [PATCH] Bump node exporter version --- dot_local/bin/executable_install-node-exporter-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_install-node-exporter-system b/dot_local/bin/executable_install-node-exporter-system index c2f4113..00d8dd5 100755 --- a/dot_local/bin/executable_install-node-exporter-system +++ b/dot_local/bin/executable_install-node-exporter-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=node_exporter -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.1} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/prometheus/node_exporter/releases/download/v${VERSION}/node_exporter-${VERSION}.$(get_os)-$(get_arch).tar.gz