Skip to content

Commit

Permalink
[stable/fwinsights] INSIGHTS-413 - Add CVE audit log job to charts (#…
Browse files Browse the repository at this point in the history
…1534)

* INSIGHTS-413 Add CVE audit log job to charts

* INSIGHTS-413 Add CVE audit log job to charts

* INSIGHTS-413 Add CVE audit log job to charts

* INSIGHTS-413 Add CVE audit log job to charts

* Bumped version
  • Loading branch information
jdesouza authored Oct 14, 2024
1 parent 2dd283b commit 5c21e95
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions stable/fairwinds-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.5.0
* Adds `cronjobs.app_groups_cves_statistics` - inserts CVEs statistics by App Group

## 2.4.0
* Adds `cronjobs.sync-action-items-iac-files` definition - this cronjob is responsible for linking action-items and IaC Files

Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "16.2"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 2.4.0
version: 2.5.0
kubeVersion: ">= 1.22.0-0"
maintainers:
- name: rbren
Expand Down
1 change: 1 addition & 0 deletions stable/fairwinds-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical-
| cronjobs.move-health-scores-to-ts | object | `{"command":"move_resource_health_scores_to_ts","schedule":"*/30 * * * *"}` | Options for the move-health-scores-to-ts job. |
| cronjobs.image-vulns-refresh | object | `{"command":"image_vulnerabilities_refresher","schedule":"*/30 * * * *"}` | Options for the image-vulns-refresh job. |
| cronjobs.sync-action-items-iac-files | object | `{"command":"sync_action_items_iac_files","schedule":"0 * * * *"}` | Options for the sync-action-items-iac-files cronjob. |
| cronjobs.app-groups-cves-statistics | object | `{"command":"app_groups_cves_statistics","schedule":"0 9,21 * * *"}` | Options for the app_groups_cves_statistics cronjob. |
| selfHostedSecret | string | `nil` | |
| additionalEnvironmentVariables | object | `{}` | Additional Environment Variables to set on the Fairwinds Insights pods. |
| rbac.serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand Down
4 changes: 4 additions & 0 deletions stable/fairwinds-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ cronjobs:
sync-action-items-iac-files:
command: sync_action_items_iac_files
schedule: "0 * * * *"
# -- Options for the app_groups_cves_statistics cronjob.
app-groups-cves-statistics:
command: app_groups_cves_statistics
schedule: "0 9,21 * * *"

selfHostedSecret:

Expand Down

0 comments on commit 5c21e95

Please sign in to comment.