Skip to content

Commit a952de7

Browse files
yeya24CharlieTLe
authored andcommitted
upgrade to use prometheus v2.55.1 (cortexproject#6321)
Signed-off-by: Ben Ye <[email protected]>
1 parent 2b9d4d0 commit a952de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
elif [ "$TEST_TAGS" = "integration_query_fuzz" ]; then
194194
docker pull quay.io/cortexproject/cortex:v1.18.1
195195
docker pull quay.io/prometheus/prometheus:v2.51.0
196-
docker pull quay.io/prometheus/prometheus:v2.55.0
196+
docker pull quay.io/prometheus/prometheus:v2.55.1
197197
fi
198198
docker pull memcached:1.6.1
199199
docker pull redis:7.0.4-alpine

integration/query_fuzz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ func TestBackwardCompatibilityQueryFuzz(t *testing.T) {
10701070

10711071
// TestPrometheusCompatibilityQueryFuzz compares Cortex with latest Prometheus release.
10721072
func TestPrometheusCompatibilityQueryFuzz(t *testing.T) {
1073-
prometheusLatestImage := "quay.io/prometheus/prometheus:v2.55.0"
1073+
prometheusLatestImage := "quay.io/prometheus/prometheus:v2.55.1"
10741074
s, err := e2e.NewScenario(networkName)
10751075
require.NoError(t, err)
10761076
defer s.Close()

0 commit comments

Comments
 (0)