diff --git a/test/addons/velero/start b/test/addons/velero/start index 48224f0049..89199dfe47 100755 --- a/test/addons/velero/start +++ b/test/addons/velero/start @@ -17,8 +17,8 @@ def deploy(cluster): "velero", "install", "--provider=aws", - "--image=quay.io/nirsof/velero:v1.14.0", - "--plugins=quay.io/nirsof/velero-plugin-for-aws:v1.10.0", + "--image=velero/velero:v1.14.0", + "--plugins=velero/velero-plugin-for-aws:v1.10.0", "--bucket=bucket", "--secret-file=credentials.conf", "--use-volume-snapshots=false",