Skip to content

Commit

Permalink
e2e/e2ethanos: fix avalanche version (thanos-io#7772)
Browse files Browse the repository at this point in the history
`main` has some breakage so use older version for now.

Signed-off-by: Giedrius Statkevičius <[email protected]>
  • Loading branch information
GiedriusS authored Sep 21, 2024
1 parent 832d17a commit 103ef36
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 @@ -196,7 +196,7 @@ func NewAvalanche(e e2e.Environment, name string, o AvalancheOptions) *e2eobs.Ob
})

return e2eobs.AsObservable(f.Init(wrapWithDefaults(e2e.StartOptions{
Image: "quay.io/prometheuscommunity/avalanche:main",
Image: "quay.io/prometheuscommunity/avalanche:v0.5.0",
Command: e2e.NewCommandWithoutEntrypoint("avalanche", args...),
})), "http")
}
Expand Down

0 comments on commit 103ef36

Please sign in to comment.