From 20530c1faa36993b0c09d7a7eb4477684fad998d Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sun, 1 Oct 2023 15:18:17 +0300 Subject: [PATCH] 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: {}