Skip to content

Commit 0b60795

Browse files
authored
[prometheus-pingdom-exporter] Updating version and adding new arguments (#5525)
Signed-off-by: Julliano Goncalves <[email protected]>
1 parent ac354e0 commit 0b60795

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

charts/prometheus-pingdom-exporter/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prometheus-pingdom-exporter
3-
version: 3.3.0
4-
appVersion: v0.4.0
3+
version: 3.4.0
4+
appVersion: v0.5.0
55
home: https://github.com/kokuwaio/pingdom-exporter
66
description: A Helm chart for Prometheus Pingdom Exporter
77
keywords:

charts/prometheus-pingdom-exporter/templates/deployment.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ spec:
4343
- "-tag-format"
4444
- {{ .tagFormat | quote }}
4545
{{- end }}
46+
{{- if gt (len .tagExtraLabels ) 0 }}
47+
- "-tag-extra-labels"
48+
- {{ join "," .tagExtraLabels | quote }}
49+
{{- end }}
4650
{{- end }}
4751
{{- end }}
4852
{{- end }}

charts/prometheus-pingdom-exporter/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ config:
5151
tags: []
5252
parserTags: false
5353
tagFormat:
54+
tagExtraLabels: []
5455

5556
pod:
5657
annotations: {}

0 commit comments

Comments
 (0)