We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c89058 commit 06334f4Copy full SHA for 06334f4
cluster/providers/ova/setup.sh
@@ -6,7 +6,7 @@ set -ex
6
[ -z "${NFS_SHARE}" ] && { echo "Provider cannot be installed - NFS_SHARE env required" ; return 2 ;}
7
8
nfs_mount_point="/tmp/ova"
9
-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"
10
11
# Check if the mount point exists, and if not, create it
12
if [ ! -d "$nfs_mount_point" ]; then
0 commit comments