rebase: use minikube v1.18

Minikube v1.18 has been released. This conains a fix for our `losetup`
workaround, so that can be removed now.

Updates: #1840
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2021-03-02 13:23:07 +01:00 committed by mergify[bot]
parent a8fcf70cb8
commit ec691fdb89

View File

@ -36,7 +36,7 @@ SNAPSHOT_VERSION=v3.0.1
HELM_VERSION=v3.1.2 HELM_VERSION=v3.1.2
# minikube settings # minikube settings
MINIKUBE_VERSION=v1.17.1 MINIKUBE_VERSION=v1.18.0
VM_DRIVER=none VM_DRIVER=none
CHANGE_MINIKUBE_NONE_USER=true CHANGE_MINIKUBE_NONE_USER=true