Skip to content

Commit e77aada

Browse files
authored
Change prometheus test in e2e test to v3.3.1 (#6860)
Signed-off-by: SungJin1212 <[email protected]>
1 parent 3e845a4 commit e77aada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.1"
14+
Prometheus = "quay.io/prometheus/prometheus:v3.3.1"
1515
)

0 commit comments

Comments
 (0)