diff options
Diffstat (limited to 'kud')
-rw-r--r-- | kud/deployment_infra/helm/cdi-operator/Chart.yaml | 2 | ||||
-rw-r--r-- | kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml | 2 |
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 }} |