Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

## 5.29.0
* Bumped `prometheus` to `29.18.*`

## 5.28.1
* Reduce CronJob job history limits to 1 successful and 1 failed

Expand Down
6 changes: 3 additions & 3 deletions stable/insights-agent/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 10.4.1
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 29.17.0
version: 29.18.0
- name: insights-admission
repository: https://charts.fairwinds.com/stable
version: 1.12.3
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: device-metrics-exporter-charts
repository: https://rocm.github.io/device-metrics-exporter
version: v1.5.0
digest: sha256:10f4f85533fd6c6c9124c060b783b734d9a63207d25d3e429fffe99bb0bfdf95
generated: "2026-07-22T21:29:12.25753704Z"
digest: sha256:1384116c6e00f48fd8bac520d20e0b303d8fd3c2ec3a2b453647f96d5c140007
generated: "2026-07-25T20:36:44.011213769Z"
4 changes: 2 additions & 2 deletions stable/insights-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart to run the Fairwinds Insights agent
name: insights-agent
version: 5.28.1
version: 5.29.0
appVersion: 9.2.1
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-agent/icon.png
Expand All @@ -15,7 +15,7 @@ dependencies:
condition: goldilocks.enabled
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: '29.17.*'
version: '29.18.*'
condition: prometheus-metrics.installPrometheusServer
- name: insights-admission
repository: https://charts.fairwinds.com/stable
Expand Down