From 306dc37ac9581611d6c01c888a0b219feb2e813d Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 30 Sep 2023 18:39:29 +0300 Subject: [PATCH 1/8] bump consul exporter to 0.9.0 Signed-off-by: drfaust92 --- charts/prometheus-consul-exporter/Chart.yaml | 2 +- charts/prometheus-consul-exporter/templates/deployment.yaml | 2 +- charts/prometheus-consul-exporter/values.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/prometheus-consul-exporter/Chart.yaml b/charts/prometheus-consul-exporter/Chart.yaml index 92998573c668..f0edd04f88b6 100644 --- a/charts/prometheus-consul-exporter/Chart.yaml +++ b/charts/prometheus-consul-exporter/Chart.yaml @@ -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 diff --git a/charts/prometheus-consul-exporter/templates/deployment.yaml b/charts/prometheus-consul-exporter/templates/deployment.yaml index b7973c62fb01..334f69e5bb35 100644 --- a/charts/prometheus-consul-exporter/templates/deployment.yaml +++ b/charts/prometheus-consul-exporter/templates/deployment.yaml @@ -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: diff --git a/charts/prometheus-consul-exporter/values.yaml b/charts/prometheus-consul-exporter/values.yaml index d4ad38aebd5c..adb716368942 100644 --- a/charts/prometheus-consul-exporter/values.yaml +++ b/charts/prometheus-consul-exporter/values.yaml @@ -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: "" From f86f28a516f1e65710901b2ba59af383ce7595f0 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 30 Sep 2023 18:49:32 +0300 Subject: [PATCH 2/8] bump consul exporter to 0.9.0 Signed-off-by: drfaust92 --- charts/prometheus-consul-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-consul-exporter/Chart.yaml b/charts/prometheus-consul-exporter/Chart.yaml index f0edd04f88b6..5868c0221452 100644 --- a/charts/prometheus-consul-exporter/Chart.yaml +++ b/charts/prometheus-consul-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.9.0" description: A Helm chart for the Prometheus Consul Exporter name: prometheus-consul-exporter -version: 1.0.0 +version: 1.1.0 keywords: - metrics - consul From dbc56f3cc2f29209da4a178bb9df5b84b72ecdc8 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 30 Sep 2023 19:03:57 +0300 Subject: [PATCH 3/8] bump consul exporter to 0.9.0 Signed-off-by: drfaust92 --- charts/prometheus-consul-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-consul-exporter/Chart.yaml b/charts/prometheus-consul-exporter/Chart.yaml index 5868c0221452..3590ccea801f 100644 --- a/charts/prometheus-consul-exporter/Chart.yaml +++ b/charts/prometheus-consul-exporter/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.9.0" +appVersion: "v0.9.0" description: A Helm chart for the Prometheus Consul Exporter name: prometheus-consul-exporter version: 1.1.0 From f6ff8ab795914bc5af7e73a4a50b1b8aa3bb5e16 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sun, 1 Oct 2023 15:18:17 +0300 Subject: [PATCH 4/8] bump consul exporter to 0.9.0 Signed-off-by: drfaust92 --- charts/prometheus-consul-exporter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-consul-exporter/values.yaml b/charts/prometheus-consul-exporter/values.yaml index adb716368942..21bbac8de01b 100644 --- a/charts/prometheus-consul-exporter/values.yaml +++ b/charts/prometheus-consul-exporter/values.yaml @@ -26,7 +26,7 @@ nameOverride: "" fullnameOverride: "" # Add your consul server details here -consulServer: host:port +consulServer: localhost:8500 # Flags - for a list visit https://github.com/prometheus/consul_exporter#flags options: {} From ebebaea9b0b0d1a2a789e5a22d5708b5abab81a9 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Wed, 10 Jan 2024 09:11:32 +0200 Subject: [PATCH 5/8] bump to 0.11.0 Signed-off-by: drfaust92 --- charts/prometheus-consul-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-consul-exporter/Chart.yaml b/charts/prometheus-consul-exporter/Chart.yaml index 3590ccea801f..5692f6d2a087 100644 --- a/charts/prometheus-consul-exporter/Chart.yaml +++ b/charts/prometheus-consul-exporter/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "v0.9.0" +appVersion: "v0.11.0" description: A Helm chart for the Prometheus Consul Exporter name: prometheus-consul-exporter version: 1.1.0 From 35ed3bd09b1a53fe47161c571929d25fcb087292 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sun, 5 May 2024 10:14:23 +0300 Subject: [PATCH 6/8] bump to 0.12.0 Signed-off-by: drfaust92 --- charts/prometheus-consul-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-consul-exporter/Chart.yaml b/charts/prometheus-consul-exporter/Chart.yaml index 5692f6d2a087..efaef4f68e00 100644 --- a/charts/prometheus-consul-exporter/Chart.yaml +++ b/charts/prometheus-consul-exporter/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "v0.11.0" +appVersion: "v0.12.0" description: A Helm chart for the Prometheus Consul Exporter name: prometheus-consul-exporter version: 1.1.0 From b2f1f1dbfb3e1cb998d2292595240e37c3a3c16b Mon Sep 17 00:00:00 2001 From: Ilia Lazebnik Date: Sat, 10 Aug 2024 20:05:50 +0300 Subject: [PATCH 7/8] Update Chart.yaml Signed-off-by: Ilia Lazebnik --- charts/prometheus-consul-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-consul-exporter/Chart.yaml b/charts/prometheus-consul-exporter/Chart.yaml index efaef4f68e00..4f9e38d2dbbd 100644 --- a/charts/prometheus-consul-exporter/Chart.yaml +++ b/charts/prometheus-consul-exporter/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "v0.12.0" +appVersion: "v0.12.1" description: A Helm chart for the Prometheus Consul Exporter name: prometheus-consul-exporter version: 1.1.0 From eb874963af145220b6cf207301079aeaad230c87 Mon Sep 17 00:00:00 2001 From: Ilia Lazebnik Date: Sat, 9 Nov 2024 21:45:45 +0200 Subject: [PATCH 8/8] Update Chart.yaml Signed-off-by: Ilia Lazebnik --- charts/prometheus-consul-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-consul-exporter/Chart.yaml b/charts/prometheus-consul-exporter/Chart.yaml index 4f9e38d2dbbd..dd602f6f2352 100644 --- a/charts/prometheus-consul-exporter/Chart.yaml +++ b/charts/prometheus-consul-exporter/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "v0.12.1" +appVersion: "v0.13.0" description: A Helm chart for the Prometheus Consul Exporter name: prometheus-consul-exporter version: 1.1.0