diff --git a/stable/fairwinds-insights/CHANGELOG.md b/stable/fairwinds-insights/CHANGELOG.md index ca90ed2a1..debd46edc 100644 --- a/stable/fairwinds-insights/CHANGELOG.md +++ b/stable/fairwinds-insights/CHANGELOG.md @@ -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 diff --git a/stable/fairwinds-insights/Chart.yaml b/stable/fairwinds-insights/Chart.yaml index a15c516ed..f6428fa5a 100644 --- a/stable/fairwinds-insights/Chart.yaml +++ b/stable/fairwinds-insights/Chart.yaml @@ -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 diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index 044199ae0..d45a54406 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -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` | | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 35059296f..f5e08f58a 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -615,7 +615,7 @@ automatedPullRequestJob: repoScanJob: enabled: false - insightsCIVersion: "5.1" + insightsCIVersion: "5.3" hpa: enabled: true min: 2