From c859f7bf112cbf8536840d91202b917fd7709ae4 Mon Sep 17 00:00:00 2001 From: danfengl Date: Fri, 23 Feb 2024 06:42:29 +0000 Subject: [PATCH] bump up upgrade path to 1.13 Signed-off-by: danfengl --- test/e2e/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/Makefile b/test/e2e/Makefile index 7bf80c351..dc0eeaff3 100644 --- a/test/e2e/Makefile +++ b/test/e2e/Makefile @@ -54,7 +54,7 @@ VELERO_IMAGE ?= velero/velero:main PLUGINS ?= RESTORE_HELPER_IMAGE ?= #Released version only -UPGRADE_FROM_VELERO_VERSION ?= v1.10.2,v1.11.0 +UPGRADE_FROM_VELERO_VERSION ?= v1.11.0,v1.12.3 # UPGRADE_FROM_VELERO_CLI can has the same format(a list divided by comma) with UPGRADE_FROM_VELERO_VERSION # Upgrade tests will be executed sequently according to the list by UPGRADE_FROM_VELERO_VERSION # So although length of UPGRADE_FROM_VELERO_CLI list is not equal with UPGRADE_FROM_VELERO_VERSION @@ -62,7 +62,7 @@ UPGRADE_FROM_VELERO_VERSION ?= v1.10.2,v1.11.0 # to the end, nil string will be set if UPGRADE_FROM_VELERO_CLI is shorter than UPGRADE_FROM_VELERO_VERSION UPGRADE_FROM_VELERO_CLI ?= -MIGRATE_FROM_VELERO_VERSION ?= v1.11.0,self +MIGRATE_FROM_VELERO_VERSION ?= v1.12.3,self MIGRATE_FROM_VELERO_CLI ?= VELERO_NAMESPACE ?= velero