Skip to content

Commit 33eba30

Browse files
authored
Update the FDB versions used for e2e tests (#1923)
1 parent e2e34fe commit 33eba30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ TIMEOUT?=168h
1010
NAMESPACE?=
1111
PREFIX?=
1212
CONTEXT?=
13-
FDB_VERSION?=7.1.43
13+
FDB_VERSION?=7.1.53
1414
# This will be the version used for upgrade tests.
15-
NEXT_FDB_VERSION?=7.3.25
15+
NEXT_FDB_VERSION?=7.3.29
1616
## Expectation is that you are running standard build image which generates both regular and debug (Symbols) images.
1717
FDB_IMAGE?=foundationdb/foundationdb:$(FDB_VERSION)
1818
SIDECAR_IMAGE?=foundationdb/foundationdb-kubernetes-sidecar:$(FDB_VERSION)-1

0 commit comments

Comments
 (0)