From 535a59970684b2348d2441a2c0ba5442cd2b6f76 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 d43319e8284d..b6a8d8627246 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 7c11deebc24f143fbee08a23f9a431da28249ad2 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 b6a8d8627246..430c2935acd5 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 ac86d127becfd68139264942e0eae54a93c7e92b 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 430c2935acd5..b4622e2de686 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 610debfcb4818343ae84809711c32fd92acd4683 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 2539f3e00eb0bc138d6320d3d501badf66d52bdf 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 b4622e2de686..601c5ff0e2dc 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 5160029e3ae89c3b5ab9ec92d410f9a38ccc993f 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 601c5ff0e2dc..f8756db48fbf 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 edbdfe284af2b89fcc65726b6b438e2ab9264223 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 f8756db48fbf..04c6a58ff7b1 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 9a83b78846be40434057f8b6fd6548c2b7bebf58 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 04c6a58ff7b1..36d757214023 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