Skip to content

Commit 0403c42

Browse files
committed
change prometheus image to 3.6.0 in test
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
1 parent ff45986 commit 0403c42

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
@@ -213,7 +213,7 @@ jobs:
213213
docker pull quay.io/cortexproject/cortex:v1.18.1
214214
elif [ "$TEST_TAGS" = "integration_query_fuzz" ]; then
215215
docker pull quay.io/cortexproject/cortex:v1.18.1
216-
docker pull quay.io/prometheus/prometheus:v3.5.0
216+
docker pull quay.io/prometheus/prometheus:v3.6.0
217217
fi
218218
docker pull memcached:1.6.1
219219
docker pull redis:7.0.4-alpine

integration/e2e/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ var (
1111
Minio = "minio/minio:RELEASE.2024-05-28T17-19-04Z"
1212
Consul = "consul:1.8.4"
1313
ETCD = "gcr.io/etcd-development/etcd:v3.4.7"
14-
Prometheus = "quay.io/prometheus/prometheus:v3.5.0"
14+
Prometheus = "quay.io/prometheus/prometheus:v3.6.0"
1515
)

0 commit comments

Comments
 (0)