From ca2185203e88990ab9e2f6fbfb45b31426475cf7 Mon Sep 17 00:00:00 2001 From: Matthias Tafelmeier Date: Fri, 24 Nov 2023 17:14:36 +0100 Subject: [PATCH] bump ss exporter version --- testing/infra/machines/nix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/infra/machines/nix/configuration.nix b/testing/infra/machines/nix/configuration.nix index 35bb74c0..adf9d912 100644 --- a/testing/infra/machines/nix/configuration.nix +++ b/testing/infra/machines/nix/configuration.nix @@ -80,7 +80,7 @@ containers = { prometheus-ss-exporter = { autoStart = true; - image = "ghcr.io/cherusk/prometheus_ss_exporter:2.1.1"; + image = "ghcr.io/cherusk/prometheus_ss_exporter:2.1.3"; environment = { PORT = "8090"; CONFIG_FILE = "/etc/ss_exporter_config";