There was an error while loading. Please reload this page.
2 parents cb61352 + c58c9ee commit 029bbf0Copy full SHA for 029bbf0
1 file changed
deploy/addons/kubevirt/pod.yaml.tmpl
@@ -9,7 +9,7 @@ metadata:
9
data:
10
uninstall.sh: |
11
#!/bin/bash
12
- export KUBEVIRT_VERSION="v1.8.4"
+ export KUBEVIRT_VERSION="v1.9.0"
13
14
kubectl delete kubevirt kubevirt -n kubevirt
15
@@ -18,7 +18,7 @@ data:
18
19
20
# To update: check https://storage.googleapis.com/kubevirt-prow/release/kubevirt/kubevirt/stable.txt
21
22
echo "Installing KubeVirt version: $KUBEVIRT_VERSION"
23
24
kubectl create -f "https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/kubevirt-operator.yaml"
0 commit comments