Skip to content

Commit

Permalink
bump consul exporter to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 committed Sep 30, 2023
1 parent 10e87db commit bc6a40a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-consul-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.4.0"
appVersion: "0.9.0"
description: A Helm chart for the Prometheus Consul Exporter
name: prometheus-consul-exporter
version: 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["consul_exporter"]
args:
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-consul-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ serviceAccount:

image:
repository: prom/consul-exporter
tag: v0.4.0
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit bc6a40a

Please sign in to comment.