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 <dsmithuchida@vmware.com>
This commit is contained in:
David L. Smith-Uchida
2021-03-14 23:21:05 -07:00
committed by GitHub
parent 2cddda84c5
commit b191140cf1
+2 -2
View File
@@ -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{""}
}