Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
change kubevirt version
Browse files Browse the repository at this point in the history
  • Loading branch information
sHaggYcaT committed May 17, 2019
1 parent 9127e42 commit a4eb114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ openshift_ansible_dir: "openshift-ansible/"
openshift_playbook_path: "{{ openshift_ansible_dir }}/{{ 'playbooks/byo/config.yml' if kubevirt_openshift_version == '3.7' else 'playbooks/deploy_cluster.yml' }}"

### KubeVirt ###
version: 0.15.0
version: 0.16.2
image_pull_policy: IfNotPresent
deploy_demo: true

Expand All @@ -24,7 +24,7 @@ deploy_sriov_plugin: true
deploy_skydive: false

### Web UI ##
kubevirt_web_ui_operator_image_tag: "1.4"
kubevirt_web_ui_operator_image_tag: "latest"
kubevirt_web_ui_branding: "okdvirt"
kubevirt_web_ui_version: "v2.0.0-14.4"
#kubevirt_web_ui_version: ""
Expand Down

0 comments on commit a4eb114

Please sign in to comment.