Bump the Velero and plugin image versions for the upgrade and migration tests.

Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
Xun Jiang
2025-07-24 16:35:54 +08:00
parent 5ae1caef9d
commit befd9d4b51
+6 -6
View File
@@ -87,13 +87,13 @@ var ImagesMatrix = map[string]map[string][]string{
"velero-restore-helper": {"velero/velero-restore-helper:v1.15.2"},
},
"v1.16": {
"aws": {"velero/velero-plugin-for-aws:v1.12.0"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.12.0"},
"aws": {"velero/velero-plugin-for-aws:v1.12.1"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.12.1"},
"vsphere": {"vsphereveleroplugin/velero-plugin-for-vsphere:v1.5.2"},
"gcp": {"velero/velero-plugin-for-gcp:v1.12.0"},
"datamover": {"velero/velero-plugin-for-aws:v1.12.0"},
"velero": {"velero/velero:v1.15.0"},
"velero-restore-helper": {"velero/velero:v1.16.0"},
"gcp": {"velero/velero-plugin-for-gcp:v1.12.1"},
"datamover": {"velero/velero-plugin-for-aws:v1.12.1"},
"velero": {"velero/velero:v1.16.1"},
"velero-restore-helper": {"velero/velero:v1.16.1"},
},
"main": {
"aws": {"velero/velero-plugin-for-aws:main"},