Skip to content

Commit

Permalink
[prometheus-cloudwatch-exporter]: upgrade to v0.15.1 (#3008)
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Soubeyrand <[email protected]>
  • Loading branch information
yann-soubeyrand authored Feb 8, 2023
1 parent 68fed06 commit 22fb660
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-cloudwatch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.15.0"
appVersion: "0.15.1"
description: A Helm chart for prometheus cloudwatch-exporter
name: prometheus-cloudwatch-exporter
version: 0.22.0
version: 0.23.0
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 @@ -82,7 +82,7 @@ spec:
- name: AWS_STS_REGIONAL_ENDPOINTS
value: regional
{{- end }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "v%s" .Chart.AppVersion) }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.command }}
command: {{ toYaml .Values.command | nindent 12 -}}
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-cloudwatch-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ replicaCount: 1

image:
repository: prom/cloudwatch-exporter
tag: v0.15.0
# if not set appVersion field from Chart.yaml is used
tag:
pullPolicy: IfNotPresent
pullSecrets:
# - name: "image-pull-secret"
Expand Down

0 comments on commit 22fb660

Please sign in to comment.