Fix validation error in cdi-operator 36/125536/1
authorTodd Malsbary <todd.malsbary@intel.com>
Mon, 1 Nov 2021 18:55:07 +0000 (11:55 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Tue, 2 Nov 2021 18:04:36 +0000 (11:04 -0700)
Issue-ID: MULTICLOUD-1417
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I194710db23a9c963be51fd47ecd7b1cce1707a91

kud/deployment_infra/helm/cdi-operator/Chart.yaml
kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml

index 920f21b..a05bc1a 100644 (file)
@@ -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
index dc924a1..3010d6e 100644 (file)
@@ -66,7 +66,5 @@ spec:
       tolerations:
         {{- toYaml . | nindent 6 }}
       {{- end }}
-      resources:
-        {{- toYaml .Values.resources | nindent 8 }}
       securityContext:
         {{- toYaml .Values.securityContext | nindent 8 }}