From 1d48f3aa928b8bf3296af97b084ed0507693dad0 Mon Sep 17 00:00:00 2001 From: jdesouza Date: Wed, 14 Feb 2024 12:40:25 -0300 Subject: [PATCH] [stable/fairwinds-insights] Bumped CI version to 5.4 (#1423) * Bumped CI version * Bumped CI version * Fixed docs --- 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 6469cceca..4f5a51a36 100644 --- a/stable/fairwinds-insights/CHANGELOG.md +++ b/stable/fairwinds-insights/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.1 +* Bumped CI plugin to 5.4 + ## 2.0.0 * Bumped postgres charts to 14.0.5 diff --git a/stable/fairwinds-insights/Chart.yaml b/stable/fairwinds-insights/Chart.yaml index 4c40b9d3d..36157cb97 100644 --- a/stable/fairwinds-insights/Chart.yaml +++ b/stable/fairwinds-insights/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "15.0" description: A Helm chart to run the Fairwinds Insights server name: fairwinds-insights -version: 2.0.0 +version: 2.0.1 kubeVersion: ">= 1.22.0-0" maintainers: - name: rbren diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index e83fac7fc..0cf5c6183 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -209,7 +209,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.3"` | | +| repoScanJob.insightsCIVersion | string | `"5.4"` | | | 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 521e21ed5..63cb6014e 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -620,7 +620,7 @@ automatedPullRequestJob: repoScanJob: enabled: false - insightsCIVersion: "5.3" + insightsCIVersion: "5.4" hpa: enabled: true min: 2