@@ -20,16 +20,17 @@ var (
20
20
// If you change the image tag, remember to update it in the preloading done
21
21
// by GitHub Actions too (see .github/workflows/test-build-deploy.yml).
22
22
previousVersionImages = map [string ]func (map [string ]string ) map [string ]string {
23
- "quay.io/cortexproject/cortex:v1.0.0" : preCortex14Flags ,
24
- "quay.io/cortexproject/cortex:v1.1.0" : preCortex14Flags ,
25
- "quay.io/cortexproject/cortex:v1.2.0" : preCortex14Flags ,
26
- "quay.io/cortexproject/cortex:v1.3.0" : preCortex14Flags ,
27
- "quay.io/cortexproject/cortex:v1.4.0" : preCortex16Flags ,
28
- "quay.io/cortexproject/cortex:v1.5.0" : preCortex16Flags ,
29
- "quay.io/cortexproject/cortex:v1.6.0" : preCortex110Flags ,
30
- "quay.io/cortexproject/cortex:v1.7.0" : preCortex110Flags ,
31
- "quay.io/cortexproject/cortex:v1.8.0" : preCortex110Flags ,
32
- "quay.io/cortexproject/cortex:v1.9.0" : preCortex110Flags ,
23
+ "quay.io/cortexproject/cortex:v1.0.0" : preCortex14Flags ,
24
+ "quay.io/cortexproject/cortex:v1.1.0" : preCortex14Flags ,
25
+ "quay.io/cortexproject/cortex:v1.2.0" : preCortex14Flags ,
26
+ "quay.io/cortexproject/cortex:v1.3.0" : preCortex14Flags ,
27
+ "quay.io/cortexproject/cortex:v1.4.0" : preCortex16Flags ,
28
+ "quay.io/cortexproject/cortex:v1.5.0" : preCortex16Flags ,
29
+ "quay.io/cortexproject/cortex:v1.6.0" : preCortex110Flags ,
30
+ "quay.io/cortexproject/cortex:v1.7.0" : preCortex110Flags ,
31
+ "quay.io/cortexproject/cortex:v1.8.0" : preCortex110Flags ,
32
+ "quay.io/cortexproject/cortex:v1.9.0" : preCortex110Flags ,
33
+ "quay.io/cortexproject/cortex:v1.10.0" : nil ,
33
34
}
34
35
)
35
36
0 commit comments