From 1d942bec575b200b5896a3f42a9aa48548a4b86b 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 ad414c1dd69c58eece8ee063e8db705923913713 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 02565653fdf0cc358863c1cfc83d2f9c235b2fcf 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 f698bacbd2fc8cc4358be6f43e9ec7286c819765 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 c5f65ef3f90d689b683ba874881500ea6522ba2d 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 180d0a86df76953b10a6c03a10297c1029645f75 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 b6c2a5ebce41f784a09f2025c4c95641b60bcbb6 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 98dab989ab082e5ee91f5fa5f4ab6c77404ccb5e 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