Skip to content

Commit

Permalink
[stable/insights-agent] remove fixed patch version from insights-uplo…
Browse files Browse the repository at this point in the history
…ader (#1405)

* Update uploader.image.tag to 0.5 in README and values.yaml

* Update insights-agent version to 3.1.1
  • Loading branch information
vitorvezani authored Jan 10, 2024
1 parent 01d5910 commit e9ad9ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions stable/insights-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.1.1
* use `insights-uploader:0.5` as default (remove fixed patch version)

## 3.1.0
* upgraded aws costs and cloud costs to support tagprefix parameter

Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to run the Fairwinds Insights agent
name: insights-agent
version: 3.1.0
version: 3.1.1
appVersion: 9.2.1
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-agent/icon.png
Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Parameter | Description | Default
`insights.apiToken` | Only needed if `fleetInstall=true` | ""
`uploader.image.repository` | The repository to pull the uploader script from | quay.io/fairwinds/insights-uploader
`uploader.imagePullSecret` | A pull secret for a private uploader image
`uploader.image.tag` | The tag to use for the uploader script | 0.2
`uploader.image.tag` | The tag to use for the uploader script | 0.5
`uploader.resources` | CPU/memory requests and limits for the uploader script |
`uploader.sendFailures` | Send logs of failure to Insights when a job fails. | true
`uploader.env` | Set extra environment variables for the uploader script | []
Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rbac:
uploader:
image:
repository: quay.io/fairwinds/insights-uploader
tag: "0.5.1"
tag: "0.5"
imagePullSecret: ""
sendFailures: true
resources:
Expand Down

0 comments on commit e9ad9ee

Please sign in to comment.