From b191140cf10c1520c280a1ab03e6c128aadaea8f Mon Sep 17 00:00:00 2001 From: "David L. Smith-Uchida" Date: Sun, 14 Mar 2021 23:21:05 -0700 Subject: [PATCH] Updated Azure plugin in e2e tests to 1.1.2 (latest) (#3585) Updated vSphere plugin in e2e tests to 1.1.0 (latest) Signed-off-by: Dave Smith-Uchida --- test/e2e/velero_utils.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/velero_utils.go b/test/e2e/velero_utils.go index 9a00be799..6f93524a9 100644 --- a/test/e2e/velero_utils.go +++ b/test/e2e/velero_utils.go @@ -28,9 +28,9 @@ func getProviderPlugins(providerName string) []string { case "aws": return []string{"velero/velero-plugin-for-aws:v1.1.0"} case "azure": - return []string{"velero/velero-plugin-for-microsoft-azure:v1.1.1"} + return []string{"velero/velero-plugin-for-microsoft-azure:v1.1.2"} case "vsphere": - return []string{"velero/velero-plugin-for-aws:v1.1.0", "velero/velero-plugin-for-vsphere:v1.0.2"} + return []string{"velero/velero-plugin-for-aws:v1.1.0", "velero/velero-plugin-for-vsphere:v1.1.0"} default: return []string{""} }