Skip to content

Commit

Permalink
WIP: Pull velero images from dockerhub
Browse files Browse the repository at this point in the history
This is bad for CI, but we don't have yet arm64 images in quay.io.
We can run adm64 images but lets use proper images for now.

Tested with velero environment.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Sep 2, 2024
1 parent e83a433 commit 0afc5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/addons/velero/start
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0afc5a2

Please sign in to comment.