File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ import "github.com/grafana/mimir/integration/e2emimir"
7
7
// DefaultPreviousVersionImages is used by `tools/pre-pull-images` so it needs
8
8
// to be in a non `_test.go` file.
9
9
var DefaultPreviousVersionImages = map [string ]e2emimir.FlagMapper {
10
- "grafana/mimir:2.12.0" : e2emimir .ChainFlagMappers (
11
- removePartitionRingFlags ,
12
- ),
13
10
"grafana/mimir:2.13.1" : e2emimir .ChainFlagMappers (
14
11
removePartitionRingFlags ,
15
12
),
16
13
"grafana/mimir:2.14.2" : e2emimir .ChainFlagMappers (
17
14
removePartitionRingFlags ,
18
15
),
16
+ "grafana/mimir:2.15.0" : e2emimir .ChainFlagMappers (
17
+ removePartitionRingFlags ,
18
+ ),
19
19
}
20
20
21
21
// Always remove this flag so that it's not a pain to run GEM integration tests.
You can’t perform that action at this time.
0 commit comments