diff --git a/charts/zora/README.md b/charts/zora/README.md index 73b41b60..56fc902b 100644 --- a/charts/zora/README.md +++ b/charts/zora/README.md @@ -114,7 +114,7 @@ The following table lists the configurable parameters of the Zora chart and thei | scan.plugins.marvin.envFrom | list | `[]` | List of sources to populate environment variables in marvin container. | | scan.plugins.trivy.ignoreUnfixed | bool | `false` | Specifies whether only fixed vulnerabilities should be reported | | scan.plugins.trivy.ignoreDescriptions | bool | `false` | Specifies whether vulnerability descriptions should be ignored | -| scan.plugins.trivy.resources | object | `{"limits":{"cpu":"1500m","memory":"4096Mi"},"requests":{"cpu":500,"memory":"2048Mi"}}` | [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers) to add to `trivy` container | +| scan.plugins.trivy.resources | object | `{"limits":{"cpu":"1500m","memory":"4096Mi"},"requests":{"cpu":"500m","memory":"2048Mi"}}` | [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers) to add to `trivy` container | | scan.plugins.trivy.podAnnotations | object | `{}` | Annotations added to the trivy pods | | scan.plugins.trivy.image.repository | string | `"ghcr.io/undistro/trivy"` | trivy plugin image repository | | scan.plugins.trivy.image.tag | float | `0.53` | trivy plugin image tag | diff --git a/charts/zora/values.yaml b/charts/zora/values.yaml index f3e35293..d0e937e8 100644 --- a/charts/zora/values.yaml +++ b/charts/zora/values.yaml @@ -208,7 +208,7 @@ scan: # -- [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers) to add to `trivy` container resources: requests: - cpu: 500 + cpu: 500m memory: 2048Mi limits: cpu: 1500m