Skip to content

Commit

Permalink
OVA: download OVA file from forkliftci v9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Oct 29, 2023
1 parent 7c89058 commit 06334f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/providers/ova/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
[ -z "${NFS_SHARE}" ] && { echo "Provider cannot be installed - NFS_SHARE env required" ; return 2 ;}

nfs_mount_point="/tmp/ova"
ova_file_url="https://github.com/kubev2v/forkliftci/releases/download/v8.0/vm.ova"
ova_file_url="https://github.com/kubev2v/forkliftci/releases/download/v9.0/vm.ova"

# Check if the mount point exists, and if not, create it
if [ ! -d "$nfs_mount_point" ]; then
Expand Down

0 comments on commit 06334f4

Please sign in to comment.