From 62ca493ffb361108dd9178459fee07ff5eeaa0cb Mon Sep 17 00:00:00 2001 From: jdesouza Date: Mon, 13 Jan 2025 11:33:28 -0300 Subject: [PATCH] [stable/fairwinds-insights] INSIGHTS-621 - Bump CI to 5.7 in charts (#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 --- stable/fairwinds-insights/CHANGELOG.md | 3 +++ stable/fairwinds-insights/Chart.yaml | 2 +- stable/fairwinds-insights/README.md | 2 +- stable/fairwinds-insights/values.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/stable/fairwinds-insights/CHANGELOG.md b/stable/fairwinds-insights/CHANGELOG.md index 2b5daf9c7..747f605af 100644 --- a/stable/fairwinds-insights/CHANGELOG.md +++ b/stable/fairwinds-insights/CHANGELOG.md @@ -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) diff --git a/stable/fairwinds-insights/Chart.yaml b/stable/fairwinds-insights/Chart.yaml index 74b465345..2a0c5e751 100644 --- a/stable/fairwinds-insights/Chart.yaml +++ b/stable/fairwinds-insights/Chart.yaml @@ -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 diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index aed34a012..83eaaddcc 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -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` | | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 74c17bf72..861d7aede 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -633,7 +633,7 @@ automatedPullRequestJob: repoScanJob: enabled: false - insightsCIVersion: "5.4" + insightsCIVersion: "5.7" hpa: enabled: true min: 2