From ce87557bcfd7ce4fb6408b93f41417bc376f7f7b Mon Sep 17 00:00:00 2001 From: SungJin1212 Date: Wed, 2 Jul 2025 11:34:20 +0900 Subject: [PATCH] Change prometheus test in e2e test to v3.3.1 Signed-off-by: SungJin1212 --- integration/e2e/images/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/e2e/images/images.go b/integration/e2e/images/images.go index 2c90eb5bd50..7b744526676 100644 --- a/integration/e2e/images/images.go +++ b/integration/e2e/images/images.go @@ -11,5 +11,5 @@ var ( Minio = "minio/minio:RELEASE.2024-05-28T17-19-04Z" Consul = "consul:1.8.4" ETCD = "gcr.io/etcd-development/etcd:v3.4.7" - Prometheus = "quay.io/prometheus/prometheus:v3.2.1" + Prometheus = "quay.io/prometheus/prometheus:v3.3.1" )