From 75f34d9d8dd26f5daf58b8ee2524b1639c3275d4 Mon Sep 17 00:00:00 2001 From: mhoss019 <31349386+mhoss019@users.noreply.github.com> Date: Fri, 28 Jul 2023 10:49:05 -0400 Subject: [PATCH] Update self hosted agent version to 2.23 (#1277) --- stable/fairwinds-insights/CHANGELOG.md | 4 ++++ stable/fairwinds-insights/Chart.yaml | 2 +- stable/fairwinds-insights/README.md | 2 +- stable/fairwinds-insights/values.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/stable/fairwinds-insights/CHANGELOG.md b/stable/fairwinds-insights/CHANGELOG.md index 6f355b242..c3fc62934 100644 --- a/stable/fairwinds-insights/CHANGELOG.md +++ b/stable/fairwinds-insights/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.18.8 +* Updated self hosted agent version to 2.23 + ## 0.18.7 * Start testing on 1.26 and 1.27 @@ -17,6 +20,7 @@ ## 0.18.2 * Update application version to 13.0. [See the release notes for more details](https://insights.docs.fairwinds.com/release-notes) + ## 0.18.1 * Updated self hosted agent version to 2.21 diff --git a/stable/fairwinds-insights/Chart.yaml b/stable/fairwinds-insights/Chart.yaml index 98dfb7ad5..56dd9c095 100644 --- a/stable/fairwinds-insights/Chart.yaml +++ b/stable/fairwinds-insights/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "13.3" description: A Helm chart to run the Fairwinds Insights server name: fairwinds-insights -version: 0.18.7 +version: 0.18.8 kubeVersion: ">= 1.22.0-0" maintainers: - name: rbren diff --git a/stable/fairwinds-insights/README.md b/stable/fairwinds-insights/README.md index a09a7de65..0dbda2243 100644 --- a/stable/fairwinds-insights/README.md +++ b/stable/fairwinds-insights/README.md @@ -25,7 +25,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical- | cronjobImage.tag | string | `nil` | Overrides tag for the cronjob image, defaults to image.tag | | openApiImage.repository | string | `"swaggerapi/swagger-ui"` | Docker image repository for the Open API server | | openApiImage.tag | string | `"v4.1.3"` | Overrides tag for the Open API server, defaults to image.tag | -| options.agentChartTargetVersion | string | `"2.21.3"` | Which version of the Insights Agent is supported by this version of Fairwinds Insights | +| options.agentChartTargetVersion | string | `"2.23.2"` | Which version of the Insights Agent is supported by this version of Fairwinds Insights | | options.insightsSAASHost | string | `"https://insights.fairwinds.com"` | Do not change, this is the hostname that Fairwinds Insights will reach out to for license verification. | | options.allowHTTPCookies | bool | `false` | Allow cookies to work over HTTP instead of requiring HTTPS. This generally should not be changed. | | options.dashboardConfig | string | `"config.self.js"` | Configuration file to use for the front-end. This generally should not be changed. | diff --git a/stable/fairwinds-insights/values.yaml b/stable/fairwinds-insights/values.yaml index 96acee69e..0d8abb174 100644 --- a/stable/fairwinds-insights/values.yaml +++ b/stable/fairwinds-insights/values.yaml @@ -46,7 +46,7 @@ openApiImage: options: # -- Which version of the Insights Agent is supported by this version of Fairwinds Insights - agentChartTargetVersion: 2.21.3 + agentChartTargetVersion: 2.23.2 # -- Do not change, this is the hostname that Fairwinds Insights will reach out to for license verification. insightsSAASHost: "https://insights.fairwinds.com" # -- Allow cookies to work over HTTP instead of requiring HTTPS. This generally should not be changed.