diff options
author | 2022-01-14 14:33:43 -0800 | |
---|---|---|
committer | 2022-01-18 09:53:42 -0800 | |
commit | 0dd494c4953bf9f910bc1d16fe96db83f03f2fb7 (patch) | |
tree | 9a3f315089cff7a04a63826be7a200ecf6477b8d /kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml | |
parent | 8157bf63753839ce4e9006978816fad3f63ca2de (diff) |
Upgrade KubeVirt to v0.49.0
Issue-ID: MULTICLOUD-1434
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ia440ee31ae772dc17fd5b7b2a589a6d634a2ba7a
Diffstat (limited to 'kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml')
-rw-r--r-- | kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml b/kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml index c8f9d60a..597d0f73 100644 --- a/kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml +++ b/kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml @@ -1,4 +1,4 @@ -apiVersion: kubevirt.io/v1 +apiVersion: kubevirt.io/v1alpha3 kind: KubeVirt metadata: name: {{ include "kubevirt.fullname" . }} @@ -36,6 +36,9 @@ spec: {{- with .Values.monitorNamespace }} monitorNamespace: {{ . }} {{- end }} + {{- with .Values.productComponent }} + productComponent: {{ . }} + {{- end }} {{- with .Values.productName }} productName: {{ . }} {{- end }} |