Merge pull request #4600 from danfengliu/cherry-pick-change-1.8-e2e-plugins-version-to-release-version

[cherry pick 1.8] Change 1.8 plugins version to release version
This commit is contained in:
qiuming
2022-01-29 18:30:51 +08:00
committed by GitHub
+4 -4
View File
@@ -71,10 +71,10 @@ var pluginsMatrix = map[string]map[string][]string{
"gcp": {"velero/velero-plugin-for-gcp:v1.3.0"},
},
"v1.8": {
"aws": {"velero/velero-plugin-for-aws:v1.4.0-rc1"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.4.0-rc.1"},
"vsphere": {"velero/velero-plugin-for-aws:v1.4.0-rc1", "vsphereveleroplugin/velero-plugin-for-vsphere:v1.3.1"},
"gcp": {"velero/velero-plugin-for-gcp:v1.4.0-rc.1"},
"aws": {"velero/velero-plugin-for-aws:v1.4.0"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.4.0"},
"vsphere": {"velero/velero-plugin-for-aws:v1.4.0", "vsphereveleroplugin/velero-plugin-for-vsphere:v1.3.1"},
"gcp": {"velero/velero-plugin-for-gcp:v1.4.0"},
},
"main": {
"aws": {"velero/velero-plugin-for-aws:main"},