Skip to content

Commit 06334f4

Browse files
committed
OVA: download OVA file from forkliftci v9.0
Signed-off-by: Arik Hadas <ahadas@redhat.com>
1 parent 7c89058 commit 06334f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/providers/ova/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -ex
66
[ -z "${NFS_SHARE}" ] && { echo "Provider cannot be installed - NFS_SHARE env required" ; return 2 ;}
77

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

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

0 commit comments

Comments
 (0)