Skip to content

Commit

Permalink
[stable/fairwinds-insights] - bump CI script version auto scan (#1398)
Browse files Browse the repository at this point in the history
* bump CI script version to 5.3

* bump chart version and update changelog
  • Loading branch information
vitorvezani authored Dec 26, 2023
1 parent 832e55f commit 6874b89
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions stable/fairwinds-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 1.0.7
* Update `repoScanJob.insightsCIVersion` to `5.3` which provides a better best-effort on scanning

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

## 1.0.5
* Trigger rebuild with new timescale subchart

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.11"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 1.0.6
version: 1.0.7
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 @@ -208,7 +208,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.1"` | |
| repoScanJob.insightsCIVersion | string | `"5.3"` | |
| 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 @@ -615,7 +615,7 @@ automatedPullRequestJob:

repoScanJob:
enabled: false
insightsCIVersion: "5.1"
insightsCIVersion: "5.3"
hpa:
enabled: true
min: 2
Expand Down

0 comments on commit 6874b89

Please sign in to comment.