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

Commit

Permalink
Merge pull request #236 from ksimon1/bump-validator-version
Browse files Browse the repository at this point in the history
bump validator version
  • Loading branch information
ksimon1 authored Sep 14, 2020
2 parents 9b5a4fc + 9f2f0bf commit 63bda08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
#
# Any version, or default, should not be set more than once in a place in the source tree.

kubevirt_node_labeller_tag: "{{ lookup('env','NODE_LABELLER_TAG')| default('v0.1.1', true) }}"
kubevirt_node_labeller_tag: "{{ lookup('env','NODE_LABELLER_TAG')| default('v0.2.0', true) }}"
kvm_info_nfd_plugin_tag: "{{ lookup('env','KVM_INFO_TAG')| default('v0.5.8', true) }}"
kubevirt_cpu_nfd_plugin_tag: "{{ lookup('env','CPU_PLUGIN_TAG')| default('v0.1.1', true) }}"
virt_launcher_tag: "{{ lookup('env','VIRT_LAUNCHER_TAG')| default('v0.21.0', true) }}"
validator_tag: "{{ lookup('env','VALIDATOR_TAG')| default('v0.6.6', true) }}"
validator_tag: "{{ lookup('env','VALIDATOR_TAG')| default('v0.7.0', true) }}"
image_name_prefix: "{{ lookup('env','IMAGE_NAME_PREFIX')| default('', true) }}"
templates_version: v0.12.0
operator_version: "{{ lookup('env', 'OPERATOR_VERSION') }}"
Expand Down

0 comments on commit 63bda08

Please sign in to comment.