diff --git a/bundle/manifests/konveyor-operator.clusterserviceversion.yaml b/bundle/manifests/konveyor-operator.clusterserviceversion.yaml index a2b94b5..9edb715 100644 --- a/bundle/manifests/konveyor-operator.clusterserviceversion.yaml +++ b/bundle/manifests/konveyor-operator.clusterserviceversion.yaml @@ -20,7 +20,7 @@ metadata: categories: Modernization & Migration certified: "false" containerImage: quay.io/konveyor/tackle2-operator:latest - createdAt: "2024-07-16T17:45:16Z" + createdAt: "2024-07-23T20:30:23Z" description: Konveyor is an open-source application modernization platform that helps organizations safely and predictably modernize applications to Kubernetes at scale. @@ -231,8 +231,8 @@ spec: periodSeconds: 10 resources: limits: - cpu: 500m - memory: 768Mi + cpu: "1" + memory: 2Gi requests: cpu: 10m memory: 256Mi diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 870a09b..7a0eea1 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -72,8 +72,8 @@ spec: periodSeconds: 10 resources: limits: - cpu: 500m - memory: 768Mi + cpu: "1" + memory: 2Gi requests: cpu: 10m memory: 256Mi