Skip to content

Commit

Permalink
Bump v1.13 and 1.14 plugin versions for E2E test.
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
  • Loading branch information
blackpiglet committed Sep 21, 2024
1 parent fc2356c commit a13f40c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/util/velero/velero_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,19 @@ var pluginsMatrix = map[string]map[string][]string{
"csi": {"velero/velero-plugin-for-csi:v0.6.0"},
},
"v1.13": {
"aws": {"velero/velero-plugin-for-aws:v1.9.2"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.9.2"},
"aws": {"velero/velero-plugin-for-aws:v1.9.0"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.9.0"},
"vsphere": {"vsphereveleroplugin/velero-plugin-for-vsphere:v1.5.2"},
"gcp": {"velero/velero-plugin-for-gcp:v1.9.2"},
"csi": {"velero/velero-plugin-for-csi:v0.7.1"},
"datamover": {"velero/velero-plugin-for-aws:v1.9.2"},
"gcp": {"velero/velero-plugin-for-gcp:v1.9.0"},
"csi": {"velero/velero-plugin-for-csi:v0.7.0"},
"datamover": {"velero/velero-plugin-for-aws:v1.9.0"},
},
"v1.14": {
"aws": {"velero/velero-plugin-for-aws:v1.10.1"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.10.1"},
"aws": {"velero/velero-plugin-for-aws:v1.10.0"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.10.0"},
"vsphere": {"vsphereveleroplugin/velero-plugin-for-vsphere:v1.5.2"},
"gcp": {"velero/velero-plugin-for-gcp:v1.10.1"},
"datamover": {"velero/velero-plugin-for-aws:v1.10.1"},
"gcp": {"velero/velero-plugin-for-gcp:v1.10.0"},
"datamover": {"velero/velero-plugin-for-aws:v1.10.0"},
},
"main": {
"aws": {"velero/velero-plugin-for-aws:main"},
Expand Down

0 comments on commit a13f40c

Please sign in to comment.