Skip to content

Commit

Permalink
Update the FDB versions used for e2e tests (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer authored Jan 23, 2024
1 parent e2e34fe commit 33eba30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33eba30

Please sign in to comment.