Merge pull request #4598 from danfengliu/fix-e2e-gcp-1.4-tag

Fix E2E gcp plugin tag name
pull/4599/head
danfengliu 2022-01-29 17:45:58 +08:00 committed by GitHub
commit 2ec28e3000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ var pluginsMatrix = map[string]map[string][]string{
"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-rc1"},
"gcp": {"velero/velero-plugin-for-gcp:v1.4.0-rc.1"},
},
"main": {
"aws": {"velero/velero-plugin-for-aws:main"},