Skip to content

Commit

Permalink
INSIGHTS-555 - [infra] add new cronjob to send CVEs report emails for…
Browse files Browse the repository at this point in the history
… eligible users (#1557)

* add cve-reports-email-sender cronjob

* Update stable/fairwinds-insights/values.yaml

* feat: dd app version to 7.59.0, hpa cpu scaler optional, allow unlimited resource usage by trace-agent (#1558)

* [incubator/datadog-apm] fix: readme (#1559)

* fix: docs

* fix: chart.yaml bump

* fix: more docs fixing

* INSIGHTS-620 - Bump pluto to 5.21 (#1560)

* INSIGHTS-620 Bump pluto to 5.21

* INSIGHTS-620 Bump pluto to 5.21

* [stable/fairwinds-insights] INSIGHTS-621 - Bump CI to 5.7 in charts (#1561)

* INSIGHTS-621 Bump CI to 5.7 in charts

* INSIGHTS-621 Bump CI to 5.7 in charts

* INSIGHTS-621 Bump CI to 5.7 in charts

* fix changelog

* update docs

---------

Co-authored-by: Adam Zahorscak <69020096+Azahorscak@users.noreply.github.com>
Co-authored-by: jdesouza <james@fairwinds.com>
  • Loading branch information
3 people authored Jan 24, 2025
1 parent 62ca493 commit 07a4490
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion stable/fairwinds-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## 2.6.0
* Adds `cronjobs.cve-reports-email-sender` - sends monthly CVE audit log emails to configured users

## 2.5.2
* Updated insights-ci to 5.7

## 2.5.1
* Update application version to 16.3. [See the release notes for more details](https://insights.docs.fairwinds.com/release-notes)

## 2.5.0
* Adds `cronjobs.app_groups_cves_statistics` - inserts CVEs statistics by App Group
* 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.3"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 2.5.2
version: 2.6.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 @@ -57,6 +57,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical-
| 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. |
| cronjobs.cve-reports-email-sender | object | `{"command":"cve_reports_email_sender","schedule":"0 5 1 * *"}` | Options for the cve_reports_email_sender 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
6 changes: 6 additions & 0 deletions stable/fairwinds-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,17 @@ 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 * * *"

# -- Options for the cve_reports_email_sender cronjob.
cve-reports-email-sender:
command: cve_reports_email_sender
schedule: "0 5 1 * *"

selfHostedSecret:

# -- Additional Environment Variables to set on the Fairwinds Insights pods.
Expand Down

0 comments on commit 07a4490

Please sign in to comment.