diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml index 2d8b192f57dae..eca3175899b17 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml @@ -46,10 +46,10 @@ resources: memory: 3Gi unit: limits: - memory: 6Gi + memory: 10Gi requests: cpu: "1" - memory: 3Gi + memory: 5Gi tests: - as: lint commands: make lint diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.22.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.22.yaml index 9ab91c6bd4255..634b295fef7ef 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.22.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.22.yaml @@ -47,10 +47,10 @@ resources: memory: 3Gi unit: limits: - memory: 6Gi + memory: 10Gi requests: cpu: "1" - memory: 3Gi + memory: 5Gi tests: - as: lint commands: make lint diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml index dacd02a3bc7c2..4c0a97f758ebf 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml @@ -46,10 +46,10 @@ resources: memory: 3Gi unit: limits: - memory: 6Gi + memory: 10Gi requests: cpu: "1" - memory: 3Gi + memory: 5Gi tests: - as: lint commands: make lint