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

Commit 63bda08

Browse files
authored
Merge pull request #236 from ksimon1/bump-validator-version
bump validator version
2 parents 9b5a4fc + 9f2f0bf commit 63bda08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_defaults.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
#
2121
# Any version, or default, should not be set more than once in a place in the source tree.
2222

23-
kubevirt_node_labeller_tag: "{{ lookup('env','NODE_LABELLER_TAG')| default('v0.1.1', true) }}"
23+
kubevirt_node_labeller_tag: "{{ lookup('env','NODE_LABELLER_TAG')| default('v0.2.0', true) }}"
2424
kvm_info_nfd_plugin_tag: "{{ lookup('env','KVM_INFO_TAG')| default('v0.5.8', true) }}"
2525
kubevirt_cpu_nfd_plugin_tag: "{{ lookup('env','CPU_PLUGIN_TAG')| default('v0.1.1', true) }}"
2626
virt_launcher_tag: "{{ lookup('env','VIRT_LAUNCHER_TAG')| default('v0.21.0', true) }}"
27-
validator_tag: "{{ lookup('env','VALIDATOR_TAG')| default('v0.6.6', true) }}"
27+
validator_tag: "{{ lookup('env','VALIDATOR_TAG')| default('v0.7.0', true) }}"
2828
image_name_prefix: "{{ lookup('env','IMAGE_NAME_PREFIX')| default('', true) }}"
2929
templates_version: v0.12.0
3030
operator_version: "{{ lookup('env', 'OPERATOR_VERSION') }}"

0 commit comments

Comments
 (0)