Skip to content

Commit

Permalink
[stable/fairwinds-insights] FWI-5916 - Add support for cronjobs.image…
Browse files Browse the repository at this point in the history
…-vulnerabilities-refresh (#1452)

* Update Fairwinds Insights to version 2.2.0 and add support for image vulnerabilities refresh

* Update command in image-vulnerabilities-refresh cronjob

* minor fixes

* Update image vulnerability refresh job name

---------

Co-authored-by: Robert Brennan <[email protected]>
  • Loading branch information
vitorvezani and rbren authored Mar 29, 2024
1 parent 653847d commit f847de2
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2.0
* Add `cronjobs.image-vulns-refresh` support

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

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: "15.6"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 2.1.4
version: 2.2.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 @@ -54,6 +54,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical-
| cronjobs.slack-channels | object | `{"command":"slack_channels_local_refresher","schedule":"0/15 * * * *"}` | Options for the slack channels job. |
| cronjobs.trial-end | object | `{"command":"trial_end_downgrade","schedule":""}` | Options for the trial-end job. |
| 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. |
| 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
5 changes: 5 additions & 0 deletions stable/fairwinds-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ cronjobs:
command: move_resource_health_scores_to_ts
schedule: "*/30 * * * *"

# -- Options for the image-vulns-refresh job.
image-vulns-refresh:
command: image_vulnerabilities_refresher
schedule: "*/30 * * * *"

selfHostedSecret:

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

0 comments on commit f847de2

Please sign in to comment.