diff --git a/helmfile.d/snippets/defaults.yaml b/helmfile.d/snippets/defaults.yaml index 762eb1ec46..3f0993ddd5 100644 --- a/helmfile.d/snippets/defaults.yaml +++ b/helmfile.d/snippets/defaults.yaml @@ -719,14 +719,14 @@ environments: operator: requests: cpu: 100m - memory: 64Mi + memory: 256Mi limits: - cpu: 500m - memory: 512Mi + cpu: "1" + memory: 1Gi trivy: requests: cpu: 100m - memory: 64M + memory: 128M limits: cpu: 500m memory: 512Mi