From 67ccba3cf751071d01e0e6c5d4af7604b67ab5b6 Mon Sep 17 00:00:00 2001 From: Shubham Girdhar Date: Sat, 9 Sep 2023 09:08:00 +0530 Subject: [PATCH] [prometheus-cloudwatch-exporter] refactor: remove extra spaces from the ServiceAccount template (#1) (#3686) * refactor: remove extra spaces from the ServiceAccount template (#1) Signed-off-by: Shubham Girdhar * bump: chart minor version Signed-off-by: Shubham Girdhar --------- Signed-off-by: Shubham Girdhar Co-authored-by: Asher Foa --- charts/prometheus-cloudwatch-exporter/Chart.yaml | 2 +- .../templates/serviceaccount.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-cloudwatch-exporter/Chart.yaml b/charts/prometheus-cloudwatch-exporter/Chart.yaml index 79c971f1b76d..fde712a6be82 100644 --- a/charts/prometheus-cloudwatch-exporter/Chart.yaml +++ b/charts/prometheus-cloudwatch-exporter/Chart.yaml @@ -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 diff --git a/charts/prometheus-cloudwatch-exporter/templates/serviceaccount.yaml b/charts/prometheus-cloudwatch-exporter/templates/serviceaccount.yaml index a086201dce5e..7eb7cf75ed7e 100644 --- a/charts/prometheus-cloudwatch-exporter/templates/serviceaccount.yaml +++ b/charts/prometheus-cloudwatch-exporter/templates/serviceaccount.yaml @@ -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 }}