Skip to content

Commit

Permalink
[stable/fairwinds-insights] INSIGHTS-621 - Bump CI to 5.7 in charts (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
jdesouza authored Jan 13, 2025
1 parent 4fe5e00 commit 62ca493
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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.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)

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.1
version: 2.5.2
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 @@ -212,7 +212,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical-
| automatedPullRequestJob.nodeSelector | object | `{}` | |
| automatedPullRequestJob.tolerations | list | `[]` | |
| repoScanJob.enabled | bool | `false` | |
| repoScanJob.insightsCIVersion | string | `"5.4"` | |
| repoScanJob.insightsCIVersion | string | `"5.7"` | |
| repoScanJob.hpa.enabled | bool | `true` | |
| repoScanJob.hpa.min | int | `2` | |
| repoScanJob.hpa.max | int | `6` | |
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ automatedPullRequestJob:

repoScanJob:
enabled: false
insightsCIVersion: "5.4"
insightsCIVersion: "5.7"
hpa:
enabled: true
min: 2
Expand Down

0 comments on commit 62ca493

Please sign in to comment.