mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 21:14:56 +00:00
Fix makefile param issue
Using VERSION instead of VELERO_VERSION, since VERSION is passed from root Makefile. Signed-off-by: danfengl <danfengl@vmware.com>
This commit is contained in:
@@ -132,7 +132,7 @@ POD_VOLUME_OPERATION_TIMEOUT ?= 6h
|
||||
COMMON_ARGS := -velerocli=$(VELERO_CLI) \
|
||||
-velero-image=$(VELERO_IMAGE) \
|
||||
-plugins=$(PLUGINS) \
|
||||
-velero-version=$(VELERO_VERSION) \
|
||||
-velero-version=$(VERSION) \
|
||||
-restore-helper-image=$(RESTORE_HELPER_IMAGE) \
|
||||
-velero-namespace=$(VELERO_NAMESPACE) \
|
||||
-credentials-file=$(CREDS_FILE) \
|
||||
|
||||
Reference in New Issue
Block a user