From 3f9e76aa402bff3d87f3d75e97b4b80d29e50176 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Jun 2021 22:57:40 +0200 Subject: [PATCH] upgrade kubevirt to 0.41.0 --- v3-calico/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-calico/README.md b/v3-calico/README.md index 8c9cdfd..b446a8e 100644 --- a/v3-calico/README.md +++ b/v3-calico/README.md @@ -109,7 +109,7 @@ kubectl apply -f nginx-test-deployment.yaml Based on https://kubevirt.io/user-guide/operations/installation/: ``` -export RELEASE=v0.35.0 +export RELEASE=v0.41.0 # Deploy the KubeVirt operator kubectl apply -f https://github.com/kubevirt/kubevirt/releases/download/${RELEASE}/kubevirt-operator.yaml # Create the KubeVirt CR (instance deployment request) which triggers the actual installation