kubernetes-image-puller-operator 1.0.0 is in the CrashLoopBackOff State due to low memory limits
Describe the bug

Che version
other (please specify in additional context)
Steps to reproduce
Install 1.0.0 image puller on a cluster with 100+ namespaces ERROR: Operator pod is crashing
Expected behavior
Operator pod is running without errors
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
Amazon
Eclipse Che Logs
No response
Additional context
Probably the limits are low:
Resource requests
cpu: 100m, memory: 64Mi
Resource limits
cpu: 100m, memory: 128Mi
Should be fixed in the 1.0.1 upcoming release
looks like current limits are not enough for large clusters. Installation failed on the developer sandbox. As a workaround the memory limit in csv has been updated to 1Gi

@dkwon17 I believe we need to release 1.0.2 with more generous limits for operator
According to the metrics we probably need to set it to 1Gi to be on the safe side. During the startup there is a spike, but then RAM consumption drops to ~ 400M

@ibuziuk I made a PR: https://github.com/che-incubator/kubernetes-image-puller-operator/pull/83
Fixed in 1.0.2 version https://operatorhub.io/operator/kubernetes-imagepuller-operator Closing