Skip to content

Commit

Permalink
[prometheus-cloudwatch-exporter] refactor: remove extra spaces from t…
Browse files Browse the repository at this point in the history
…he ServiceAccount template (#1) (#3686)

* refactor: remove extra spaces from the ServiceAccount template (#1)

Signed-off-by: Shubham Girdhar <[email protected]>

* bump: chart minor version

Signed-off-by: Shubham Girdhar <[email protected]>

---------

Signed-off-by: Shubham Girdhar <[email protected]>
Co-authored-by: Asher Foa <[email protected]>
  • Loading branch information
girdharshubham and asherf authored Sep 9, 2023
1 parent f2cbb4d commit 67ccba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-cloudwatch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.15.4"
description: A Helm chart for prometheus cloudwatch-exporter
name: prometheus-cloudwatch-exporter
version: 0.25.1
version: 0.25.2
home: https://github.com/prometheus/cloudwatch_exporter
sources:
- https://github.com/prometheus/cloudwatch_exporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
app: {{ template "prometheus-cloudwatch-exporter.name" . }}
chart: {{ template "prometheus-cloudwatch-exporter.chart" . }}
chart: {{ template "prometheus-cloudwatch-exporter.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{- if .Values.serviceAccount.annotations }}
Expand Down

0 comments on commit 67ccba3

Please sign in to comment.