From 3b4287ccb74403400f5b974774dac2e7349b2df4 Mon Sep 17 00:00:00 2001 From: natemollica-dev Date: Wed, 3 Apr 2024 12:08:18 -0700 Subject: [PATCH] datadog-acceptance: update _helpers.tpl for consul version sanitization (truncate to <64) --- charts/consul/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/templates/_helpers.tpl b/charts/consul/templates/_helpers.tpl index f830e18c26..368d4d2f9a 100644 --- a/charts/consul/templates/_helpers.tpl +++ b/charts/consul/templates/_helpers.tpl @@ -680,5 +680,5 @@ Usage: {{ template "consul.versionInfo" }} {{- else }} {{- $sanitizedVersion = $versionInfo }} {{- end -}} -{{- printf "%s" $sanitizedVersion | quote }} +{{- printf "%s" $sanitizedVersion | trunc 63 | quote }} {{- end -}} \ No newline at end of file