Skip to content

Commit

Permalink
bump promethes ss exporter to patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 24, 2023
1 parent c7a745c commit 47a095f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/infra/machines/nix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
containers = {
prometheus-ss-exporter = {
autoStart = true;
image = "ghcr.io/cherusk/prometheus_ss_exporter:2.1.0";
image = "ghcr.io/cherusk/prometheus_ss_exporter:2.1.1";
environment = {
PORT = "8090";
CONFIG_FILE = "/etc/ss_exporter_config";
Expand Down

0 comments on commit 47a095f

Please sign in to comment.