diff --git a/stable/fairwinds-insights/CHANGELOG.md b/stable/fairwinds-insights/CHANGELOG.md index a7e3f70cc..ef7c11934 100644 --- a/stable/fairwinds-insights/CHANGELOG.md +++ b/stable/fairwinds-insights/CHANGELOG.md @@ -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 diff --git a/stable/fairwinds-insights/Chart.yaml b/stable/fairwinds-insights/Chart.yaml index 9f9fa6dd4..ebf5f1202 100644 --- a/stable/fairwinds-insights/Chart.yaml +++ b/stable/fairwinds-insights/Chart.yaml @@ -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 diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index f25edfc9b..aed34a012 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -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 | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 71770d4a2..74c17bf72 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -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: