Skip to content

Commit

Permalink
[stable/insights-agent] Fix bug in cloudcosts Helm chart (#1440)
Browse files Browse the repository at this point in the history
* [stable/insights-agent] Fix bug in cloudcosts Helm chart

* Fix issue from rebase

* Fix issue from rebase
  • Loading branch information
nrichardson-akasa committed Mar 11, 2024
1 parent ef85528 commit 4c07b82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions stable/insights-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## 3.1.5
* Fix bug in cloud-costs chart

## 3.1.4
* Fix support for IRSA in cloud-costs

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.4
version: 3.1.5
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/templates/cloud-costs/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ spec:
containers:
- {{ include "container-spec" . | indent 12 | trim }}
{{- if eq .Values.cloudcosts.provider "aws" }}
{{- if .Values.cloudcosts.secretName }}
- name: creds
mountPath: /.aws
env:
{{- if .Values.cloudcosts.secretName }}
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 4c07b82

Please sign in to comment.