mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 06:54:32 +00:00
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:
@@ -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{""}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user