Skip to content

Commit

Permalink
make sure env variable overrides default velero_image
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
  • Loading branch information
weshayutin committed Oct 15, 2024
1 parent 56de37d commit b1b75f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.prow
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GOSRC := $(GOPATH)/src
# Prow settings for e2e tests
OADP_E2E_DIR := /tmp/oadp-operator
OADP_E2E_BRANCH := master
VELERO_IMAGE := quay.io/konveyor/velero:latest
VELERO_IMAGE ?= quay.io/konveyor/velero:latest

# upstream ci target: verify-modules verify all test
# we need to modify verify, test, all to avoid usage of docker CLI
Expand Down

0 comments on commit b1b75f2

Please sign in to comment.