From 33eba308e8ba675313f4122d4e53f7c819b061bb Mon Sep 17 00:00:00 2001 From: Johannes Scheuermann Date: Tue, 23 Jan 2024 16:28:50 +0100 Subject: [PATCH] Update the FDB versions used for e2e tests (#1923) --- e2e/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/Makefile b/e2e/Makefile index 3030a134c..5eb436c21 100644 --- a/e2e/Makefile +++ b/e2e/Makefile @@ -10,9 +10,9 @@ TIMEOUT?=168h NAMESPACE?= PREFIX?= CONTEXT?= -FDB_VERSION?=7.1.43 +FDB_VERSION?=7.1.53 # This will be the version used for upgrade tests. -NEXT_FDB_VERSION?=7.3.25 +NEXT_FDB_VERSION?=7.3.29 ## Expectation is that you are running standard build image which generates both regular and debug (Symbols) images. FDB_IMAGE?=foundationdb/foundationdb:$(FDB_VERSION) SIDECAR_IMAGE?=foundationdb/foundationdb-kubernetes-sidecar:$(FDB_VERSION)-1