Skip to content

Commit

Permalink
[stable/fairwds-insights] Updated cronjob close-tickets to update-tic…
Browse files Browse the repository at this point in the history
…kets (#1434)

* Updated job to update-tickets

* Updated job to update-tickets

* Updated app version

* Updated app version
  • Loading branch information
jdesouza authored Mar 4, 2024
1 parent e040e0b commit 150b605
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.1.0
* Updated cronjob close-tickets to update-tickets

## 2.0.4
* Update application version to 15.4. [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.4"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 2.0.4
version: 2.1.0
kubeVersion: ">= 1.22.0-0"
maintainers:
- name: rbren
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical-
| cronjobs.action-items-statistics | object | `{"command":"action_items_statistics","schedule":"15 * * * *"}` | Options for the action item stats job |
| cronjobs.alerts-realtime | object | `{"command":"notifications_digest","interval":"10m","schedule":"5/10 * * * *"}` | Options for the realtime alerts job |
| cronjobs.benchmark | object | `{"command":"benchmark","schedule":""}` | Options for the benchmark job |
| cronjobs.close-tickets | object | `{"command":"close_tickets","includeGitHubSecret":true,"resources":{"limits":{"cpu":"500m","memory":"2Gi"},"requests":{"cpu":"500m","memory":"2Gi"}},"schedule":"0/15 * * * *"}` | Options for the close tickets job. |
| cronjobs.update-tickets | object | `{"command":"update_tickets","includeGitHubSecret":true,"resources":{"limits":{"cpu":"500m","memory":"2Gi"},"requests":{"cpu":"500m","memory":"2Gi"}},"schedule":"0 * * * *"}` | Options for the update tickets job. |
| cronjobs.costs-update | object | `{"command":"cloud_costs_update","includeGitHubSecret":true,"resources":{"limits":{"cpu":"500m","memory":"2Gi"},"requests":{"cpu":"500m","memory":"2Gi"}},"schedule":"15 */3 * * *"}` | Options for the cloud costs update job |
| cronjobs.database-cleanup | object | `{"command":"database_cleanup","schedule":"0 0 * * *"}` | Options for the database cleanup job. |
| cronjobs.email | object | `{"command":"email_digest","schedule":""}` | Options for the email digest job. |
Expand Down
3 changes: 0 additions & 3 deletions stable/fairwinds-insights/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ resourcesRecommendationsCronjob:
enabled: true
schedules: []

closeTicketsCronjob:
schedules: []

minio:
persistence:
enabled: false
8 changes: 4 additions & 4 deletions stable/fairwinds-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ cronjobs:
command: benchmark
schedule: ''

# -- Options for the close tickets job.
close-tickets:
command: close_tickets
# -- Options for the update tickets job.
update-tickets:
command: update_tickets
includeGitHubSecret: true
schedule: "0/15 * * * *"
schedule: "0 * * * *"
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 150b605

Please sign in to comment.