aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2021-11-01 11:55:07 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2021-11-02 11:04:36 -0700
commit8157bf63753839ce4e9006978816fad3f63ca2de (patch)
tree67385dce3152aaa02603c75662f9116a35668cda
parentabc3ecc20206c6740847e72736cfe68ef5ba0f8c (diff)
Fix validation error in cdi-operator
Issue-ID: MULTICLOUD-1417 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: I194710db23a9c963be51fd47ecd7b1cce1707a91
-rw-r--r--kud/deployment_infra/helm/cdi-operator/Chart.yaml2
-rw-r--r--kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml2
2 files changed, 1 insertions, 3 deletions
diff --git a/kud/deployment_infra/helm/cdi-operator/Chart.yaml b/kud/deployment_infra/helm/cdi-operator/Chart.yaml
index 920f21b8..a05bc1a0 100644
--- a/kud/deployment_infra/helm/cdi-operator/Chart.yaml
+++ b/kud/deployment_infra/helm/cdi-operator/Chart.yaml
@@ -23,4 +23,4 @@ sources:
- https://github.com/kubevirt/containerized-data-importer
home: https://github.com/kubevirt/containerized-data-importer
type: application
-version: 0.1.0
+version: 0.1.1
diff --git a/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml b/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml
index dc924a16..3010d6e7 100644
--- a/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml
+++ b/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml
@@ -66,7 +66,5 @@ spec:
tolerations:
{{- toYaml . | nindent 6 }}
{{- end }}
- resources:
- {{- toYaml .Values.resources | nindent 8 }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}