jfrog / charts

JFrog official Helm Charts
https://jfrog.com/integration/helm-repository/
Apache License 2.0
248 stars 435 forks source link

changing report row limit for xray chart #1826

Closed thecloudgeek closed 17 hours ago

thecloudgeek commented 9 months ago

how does one change the report row limit for the xray helm chart? I couldn't quite figure out how the set system.yaml file for xray according to this: https://jfrog.com/help/r/xray-how-to-bypass-reports-row-limit

dortam888 commented 9 months ago

On the official values.yaml line 202 you have system.yaml server. Under it you can insert reports.rowLimits as explained in the article and redeploy.

rahulsadanandan commented 17 hours ago

@thecloudgeek Recently have merged a feature (https://github.com/jfrog/charts/pull/1842) that allows overriding the system YAML with the extraSystemYaml section. The entries specified under ‘xray.extraSystemYaml’ will be merged with files/system.yaml to generate the final system.yaml. This change is available from Xray version 103.95.x onwards.