From 5d63932146bedd46a458debfe929eb9181ef99bd Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Thu, 21 Sep 2023 16:21:41 -0400 Subject: [PATCH] Backport of Bump default consul collector image into release/1.1.x (#2991) backport of commit 61a8eb04d704c5d0ef3796dc7860cd45868fdcf4 Co-authored-by: Chris Chapman --- charts/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index d91720e436..ca20ef14e7 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -3299,7 +3299,7 @@ telemetryCollector: # The name of the Docker image (including any tag) for the containers running # the consul-telemetry-collector # @type: string - image: "hashicorp/consul-telemetry-collector:0.0.1" + image: "hashicorp/consul-telemetry-collector:0.0.2" # The resource settings for consul-telemetry-collector pods. # @recurse: false