Skip to content

Commit

Permalink
[stable/install-reporter] unset aws secrets (#1388)
Browse files Browse the repository at this point in the history
* unset the aws keys before writing to install-reporter configmap

* update patch version

* update chngelog

* update chart.yaml again
  • Loading branch information
transient1 authored Dec 11, 2023
1 parent 4487895 commit 37bdd37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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

## 2.26.2
* unset awscosts aws keys in install-reporter configmap

## 2.26.1
* Cloud Costs - removed gcloud auth and secret

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: 2.26.1
version: 2.26.2
appVersion: 9.2.1
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-agent/icon.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ data:
values.json: |
{{ $values := .Values | deepCopy }}
{{ $_ := unset $values "insights" }}
{{ $_ := unset $values "awscosts.awsAccessKeyId" }}
{{ $_ := unset $values "awscosts.awsSecretAccessKey" }}
{{ $out := dict "values" $values "version" .Chart.Version }}
{{- toPrettyJson $out | nindent 4 }}

0 comments on commit 37bdd37

Please sign in to comment.