Skip to content

Commit

Permalink
[stable/insights-agent] Increase trivy memory (#1433)
Browse files Browse the repository at this point in the history
* Update values.yaml

* Update Chart.yaml

* Update CHANGELOG.md
  • Loading branch information
rbren authored Mar 6, 2024
1 parent 150b605 commit 3f01127
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions stable/insights-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.1.3
* Increase default memory for trivy

## 3.1.2
* Added parameter mountTmp=true as default for aws and cloud costs

Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to run the Fairwinds Insights agent
name: insights-agent
version: 3.1.2
version: 3.1.3
appVersion: 9.2.1
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-agent/icon.png
Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ trivy:
resources:
requests:
cpu: 100m
memory: 128Mi
memory: 1Gi

pluto:
enabled: false
Expand Down

0 comments on commit 3f01127

Please sign in to comment.