Skip to content

Commit

Permalink
E2E: Upgrade prometheus image version
Browse files Browse the repository at this point in the history
Signed-off-by: hanjm <hanjinming@outlook.com>
  • Loading branch information
hanjm committed Sep 15, 2021
1 parent b3a069f commit 2e021bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2ethanos/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (

// TODO(bwplotka): Run against multiple?
func DefaultPrometheusImage() string {
return "quay.io/prometheus/prometheus:v2.26.0"
return "quay.io/prometheus/prometheus:v2.29.2"
}

func DefaultAlertmanagerImage() string {
Expand Down

0 comments on commit 2e021bc

Please sign in to comment.