Skip to content

Commit

Permalink
Update backward_compatibility.go for 2.15 (#10360)
Browse files Browse the repository at this point in the history
  • Loading branch information
chencs authored Jan 6, 2025
1 parent 1f12048 commit 7e093d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/backward_compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import "github.com/grafana/mimir/integration/e2emimir"
// DefaultPreviousVersionImages is used by `tools/pre-pull-images` so it needs
// to be in a non `_test.go` file.
var DefaultPreviousVersionImages = map[string]e2emimir.FlagMapper{
"grafana/mimir:2.12.0": e2emimir.ChainFlagMappers(
removePartitionRingFlags,
),
"grafana/mimir:2.13.1": e2emimir.ChainFlagMappers(
removePartitionRingFlags,
),
"grafana/mimir:2.14.2": e2emimir.ChainFlagMappers(
removePartitionRingFlags,
),
"grafana/mimir:2.15.0": e2emimir.ChainFlagMappers(
removePartitionRingFlags,
),
}

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

0 comments on commit 7e093d5

Please sign in to comment.