Skip to content

Commit

Permalink
[stable/fairwinds-insights] Update Fairwinds Insights version and add…
Browse files Browse the repository at this point in the history
… move-resource-health-scores (#1401)

* Update Fairwinds Insights version and add move-resource-health-scores-to-ts cronjob

* bump version

* fix changelog

* fix changelog

* rename new job
  • Loading branch information
vitorvezani authored Dec 29, 2023
1 parent de2ea11 commit 01d5910
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

## 1.0.10
* Add `cronjobs.move-health-scores-to-ts` support

## 1.0.9
* Update application version to 14.13. [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: "14.13"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 1.0.9
version: 1.0.10
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 @@ -53,6 +53,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical-
| cronjobs.saml | object | `{"command":"refresh_saml_metadata","schedule":"0 * * * *"}` | Options for the SAML sync job |
| 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. |
| 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 @@ -189,6 +189,11 @@ cronjobs:
command: trial_end_downgrade
schedule: ""

# -- Options for the move-health-scores-to-ts job.
move-health-scores-to-ts:
command: move_resource_health_scores_to_ts
schedule: "*/30 * * * *"

selfHostedSecret:

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

0 comments on commit 01d5910

Please sign in to comment.