Skip to content

Commit

Permalink
Bump version of Prometheus and Pushgateway
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Oct 18, 2023
1 parent 31f8978 commit 82c006a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions am/src/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub struct CliArguments {
#[clap(
long,
env,
default_value = "v2.45.0",
default_value = "v2.47.2",
help_heading = "Prometheus options"
)]
prometheus_version: String,
Expand Down Expand Up @@ -91,7 +91,7 @@ pub struct CliArguments {
#[clap(
long,
env,
default_value = "v1.6.0",
default_value = "v1.6.2",
help_heading = "Pushgateway options"
)]
pushgateway_version: String,
Expand Down

0 comments on commit 82c006a

Please sign in to comment.