Skip to content

Commit

Permalink
[stable/insights-agent] Collecting Idle resources from prometheus plu…
Browse files Browse the repository at this point in the history
…gin (#1467)

* Added Idle Costs to prometheus plugin

* Bumped version

* Bumped version
  • Loading branch information
jdesouza authored Apr 23, 2024
1 parent 5015718 commit c253914
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

## 4.2.0
* Collecting Idle usage from prometheus plugin

## 4.1.1
* Fixed cloud costs data conversion

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: 4.1.1
version: 4.2.0
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 @@ -317,7 +317,7 @@ prometheus-metrics:
address: "http://prometheus-server"
image:
repository: quay.io/fairwinds/prometheus-collector
tag: "1.3"
tag: "1.4"
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit c253914

Please sign in to comment.