Skip to content

Commit

Permalink
Update self hosted agent version to 2.23 (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoss019 committed Jul 28, 2023
1 parent 6f8f306 commit 75f34d9
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,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

Expand All @@ -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

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: "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
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 @@ -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. |
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 @@ -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.
Expand Down

0 comments on commit 75f34d9

Please sign in to comment.