aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/kubevirt
diff options
context:
space:
mode:
Diffstat (limited to 'kud/deployment_infra/helm/kubevirt')
-rw-r--r--kud/deployment_infra/helm/kubevirt/Chart.yaml4
-rw-r--r--kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml5
-rw-r--r--kud/deployment_infra/helm/kubevirt/values.yaml6
3 files changed, 12 insertions, 3 deletions
diff --git a/kud/deployment_infra/helm/kubevirt/Chart.yaml b/kud/deployment_infra/helm/kubevirt/Chart.yaml
index 75d31626..0850d7ba 100644
--- a/kud/deployment_infra/helm/kubevirt/Chart.yaml
+++ b/kud/deployment_infra/helm/kubevirt/Chart.yaml
@@ -13,7 +13,7 @@
# limitations under the License.
apiVersion: v2
-appVersion: v0.41.0
+appVersion: v0.49.0
description: |
KubeVirt is a virtual machine management add-on for Kubernetes.
name: kubevirt
@@ -21,4 +21,4 @@ sources:
- https://github.com/kubevirt/kubevirt
home: https://github.com/kubevirt/kubevirt
type: application
-version: 0.1.0
+version: 0.1.1
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 }}
diff --git a/kud/deployment_infra/helm/kubevirt/values.yaml b/kud/deployment_infra/helm/kubevirt/values.yaml
index 7349c40e..f694a63e 100644
--- a/kud/deployment_infra/helm/kubevirt/values.yaml
+++ b/kud/deployment_infra/helm/kubevirt/values.yaml
@@ -36,6 +36,12 @@ imagePullPolicy: IfNotPresent
# in. Defaults to openshift-monitor.
#monitorNamespace: ""
+# produceComponent designates the apps.kubevirt.io/component label for
+# KubeVirt components. Useful if KubeVirt is included as part of a
+# product. If ProductComponent is not specified, the component label
+# default value is kubevirt.
+#productComponent: ""
+
# productName designates the apps.kubevirt.io/part-of label for
# KubeVirt components. Useful if KubeVirt is included as part of a
# product. If ProductName is not specified, the part-of label will be