From f1209aaa72455afc68d15581d01a3cb3fcffbddf Mon Sep 17 00:00:00 2001 From: "Johannes M. Scheuermann" Date: Fri, 12 Sep 2025 20:04:59 +0200 Subject: [PATCH] Update FDB versions used for the e2e PR tests --- e2e/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/Makefile b/e2e/Makefile index a6e5689a..739082e9 100644 --- a/e2e/Makefile +++ b/e2e/Makefile @@ -10,9 +10,9 @@ TIMEOUT?=168h CLUSTER_NAME?= NAMESPACE?= CONTEXT?= -FDB_VERSION?=7.1.57 +FDB_VERSION?=7.3.69 # This will be the version used for upgrade tests. -NEXT_FDB_VERSION?=7.3.59 +NEXT_FDB_VERSION?=7.4.5 ## Expectation is that you are running standard build image which generates both regular and debug (Symbols) images. FDB_IMAGE?=foundationdb/foundationdb UNIFIED_FDB_IMAGE?=foundationdb/fdb-kubernetes-monitor