Skip to content

Commit

Permalink
Merge pull request #6677 from danfengliu/add-default-plugin-for-1.12
Browse files Browse the repository at this point in the history
Add default plugin setting for Velero v1.12 in E2E test
  • Loading branch information
Lyndon-Li authored Aug 18, 2023
2 parents ecfc907 + 3a00945 commit 7d23ad9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/util/velero/velero_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ var pluginsMatrix = map[string]map[string][]string{
"gcp": {"velero/velero-plugin-for-gcp:v1.7.0"},
"csi": {"velero/velero-plugin-for-csi:v0.5.0"},
},
"v1.12": {
"aws": {"velero/velero-plugin-for-aws:v1.8.0"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.8.0"},
"vsphere": {"vsphereveleroplugin/velero-plugin-for-vsphere:v1.5.1"},
"gcp": {"velero/velero-plugin-for-gcp:v1.8.0"},
"csi": {"velero/velero-plugin-for-csi:v0.6.0"},
},
"main": {
"aws": {"velero/velero-plugin-for-aws:main"},
"azure": {"velero/velero-plugin-for-microsoft-azure:main"},
Expand Down

0 comments on commit 7d23ad9

Please sign in to comment.