From 19e5c5ebbab29861556d54c5407bcc62e199957a Mon Sep 17 00:00:00 2001 From: Andrej Krejcir Date: Thu, 9 Mar 2023 11:15:44 +0100 Subject: [PATCH] fix: Update Kubevirt CR used in CI Enable "KubevirtSeccompProfile" feature gate, so VM can be started on OCP 4.13. Signed-off-by: Andrej Krejcir --- automation/common/deploy-kubevirt-and-cdi.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/automation/common/deploy-kubevirt-and-cdi.sh b/automation/common/deploy-kubevirt-and-cdi.sh index 9aaa3425f..0c11f84c9 100755 --- a/automation/common/deploy-kubevirt-and-cdi.sh +++ b/automation/common/deploy-kubevirt-and-cdi.sh @@ -15,9 +15,9 @@ EOF # Deploying kuebvirt oc apply -n $NAMESPACE -f "https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/kubevirt-operator.yaml" -# Using KubeVirt CR from version v0.35.0 +# Using KubeVirt CR from version v0.59.0 oc apply -n $NAMESPACE -f - <