Skip to content

Commit 7e093d5

Browse files
authored
Update backward_compatibility.go for 2.15 (#10360)
1 parent 1f12048 commit 7e093d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration/backward_compatibility.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ import "github.com/grafana/mimir/integration/e2emimir"
77
// DefaultPreviousVersionImages is used by `tools/pre-pull-images` so it needs
88
// to be in a non `_test.go` file.
99
var DefaultPreviousVersionImages = map[string]e2emimir.FlagMapper{
10-
"grafana/mimir:2.12.0": e2emimir.ChainFlagMappers(
11-
removePartitionRingFlags,
12-
),
1310
"grafana/mimir:2.13.1": e2emimir.ChainFlagMappers(
1411
removePartitionRingFlags,
1512
),
1613
"grafana/mimir:2.14.2": e2emimir.ChainFlagMappers(
1714
removePartitionRingFlags,
1815
),
16+
"grafana/mimir:2.15.0": e2emimir.ChainFlagMappers(
17+
removePartitionRingFlags,
18+
),
1919
}
2020

2121
// Always remove this flag so that it's not a pain to run GEM integration tests.

0 commit comments

Comments
 (0)