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

Commit

Permalink
bumo validator version
Browse files Browse the repository at this point in the history
bump node-labeller version

Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed Sep 11, 2020
1 parent 7c483f5 commit 9f2f0bf
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.11.3
operator_version: "{{ lookup('env', 'OPERATOR_VERSION') }}"
Expand Down

0 comments on commit 9f2f0bf

Please sign in to comment.