Skip to content

Commit

Permalink
[stable/insights-agent] Added parameter mountTmp=true as default for …
Browse files Browse the repository at this point in the history
…aws and cloud costs (#1407)

* Added parameter mountTemp=true as default for aws and cloud costs

* Bumped version

* Bumped version

* Bumped version

* Fixed lint
  • Loading branch information
jdesouza authored Jan 11, 2024
1 parent 277ee3b commit c79a398
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.2
* Added parameter mountTmp=true as default for aws and cloud costs

## 3.1.1
* use `insights-uploader:0.5` as default (remove fixed patch version)

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.1
version: 3.1.2
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: 2 additions & 0 deletions stable/insights-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ awscosts:
securityContext: {}
# awscosts.containerSecurityContext -- Additional container securityContext items for the cronJob.
containerSecurityContext: {}
mountTmp: true

cloudcosts:
enabled: false
Expand All @@ -448,6 +449,7 @@ cloudcosts:
memory: 2Gi
securityContext: {}
containerSecurityContext: {}
mountTmp: true

right-sizer:
enabled: false
Expand Down

0 comments on commit c79a398

Please sign in to comment.